color details

Color Details
#98C6D3 Color Hex

#98C6D3 color RGB value is (9, 140, 109).
#98C6D3 hex color red value is 9, green value is 140, and blue value is 109.
Cylindrical-coordinate representations (HSL) of color #98C6D3 hue: 165.8, saturation: 0.88 and lightness: 0.29.

The process color (four-color CMYK) of #98C6D3 color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #98C6D3 is #ff9999. Color #98C6D3 contains mainly RED.

Color Spaces
Color spaces of #98C6D3Value
RGB152, 198, 211
HSL0.54, 0.4, 0.71
HSV193°, 28°, 83°
XYZ44.9, 51.76, 69.24
Base Numbers
Base Red Green Blue
Binary 10011000 11000110 11010011
Octal 230 306 323
Decimal 152 198 211
Hex 98 C6 D3

RGB Percentages for Color #98C6D3

27.09%
35.29%
37.61%

CMYK Percentages of the Color #98C6D3

27.96%
6.16%
17.25%
CSS Codes for Color #98C6D3
.mybgColor {background-color: #98C6D3;}
.myforeColor {color: #98C6D3;}
.myborderColor {border:3px solid #98C6D3;}
Text Font Color #98C6D3

<p style="color:#98C6D3">Text here</p>

This sample text is styled with the font color #98C6D3. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here,

Background Color #98C6D3

<div style="background-color:#98C6D3">Div content here</div>

The background color of this div is #98C6D3
Border Color #98C6D3

<div style="border:3px solid #98C6D3">Div here</div>

The border color of this div is #98C6D3
Css3 Examples
            .textShadowRgb {
                text-shadow: 4px 4px 2px rgba(152, 198, 211, 0.8);            }
            .textShadowHex {
                text-shadow: 4px 4px 2px #98C6D3;            }
            .divShadow {
                -moz-box-shadow: 1px 1px 3px #98C6D3;
-webkit-box-shadow: 1px 1px 3px #98C6D3;
box-shadow: 1px 1px 3px #98C6D3;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(152, 198, 211, 0.8);">Text here</p>

This text has a shadow with RGB values.

Text Shadow Using Hex Values

<p style="text-shadow: 4px 4px 2px #98C6D3;">Text here</p>

This text has a shadow with hexadecimal (hex) values.

Shadow Div Box

<div style="-moz-box-shadow: 1px 1px 3px #98C6D3; -webkit-box-shadow: 1px 1px 3px #98C6D3; box-shadow: 1px 1px 3px #98C6D3;">Div content here</div>

This div box has a shadow with a specified color. #98C6D3
Scroll to Top