#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 of #98C6D3 | Value |
---|---|
RGB | 152, 198, 211 |
HSL | 0.54, 0.4, 0.71 |
HSV | 193°, 28°, 83° |
XYZ | 44.9, 51.76, 69.24 |
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011000 | 11000110 | 11010011 |
Octal | 230 | 306 | 323 |
Decimal | 152 | 198 | 211 |
Hex | 98 | C6 | D3 |
Shades of #98C6D3
Tints of #98C6D3
.mybgColor {background-color: #98C6D3;} .myforeColor {color: #98C6D3;} .myborderColor {border:3px solid #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,
<div style="background-color:#98C6D3">Div content here</div>
<div style="border:3px solid #98C6D3">Div here</div>
.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; }
<p style="text-shadow: 4px 4px 2px rgba(152, 198, 211, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #98C6D3;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<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>