HEX: #C9E2FF
RGB: (201,226,255)
#C9E2FF contains red, green and blue colors in about the same proportion. Web safe color of #C9E2FF is #CCCCFF (or #CCF).
#C9E2FF color RGB value is (201,226,255).
RGB: (201,226,255)
(79%, 89%, 100%)
R 201 of 255 = 79%
G 226 of 255 = 89%
B 255 of 255 = 100%
R + G + B ~ 89%. #C9E2FF is light color.
R + G + B = 201 + 226 + 255 = 682 (100%)
R 201 of 682 ~ 29.47%
G 226 of 682 ~ 33.14%
B 255 of 682 ~ 37.39'%
#C9E2FF color CMYK value is (21,11,0,0).
CMYK: (21,11,0,0) C21M11Y0K0 (21%,11%,0%,0%) (0.21/0.11/0.00/0.00)
Color #C9E2FF in popluar color models
C9 | E2 | FF | |
---|---|---|---|
RGB | 201 | 226 | 255 |
HSL | 212° | 100.00% | 89.41% |
HSB/HSV | 212° | 21.18% | 100.00% |
CMYK | 21.18% | 11.37% | 0.00% |
0.00% |
Color #C9E2FF in popluar number systems.
HEX | C9 | E2 | FF |
Decimal | 201 | 226 | 255 |
Binary | 11001001 | 11100010 | 11111111 |
Octal | 311 | 342 | 377 |
Shades of #C9E2FF
Tints of #C9E2FF
Examples of css and html codes for elements with #C9E2FF color. Also use rgb(201,226,255) instead hex code.
.myTextColor { color: #C9E2FF; }
<p style="color:#C9E2FF">This sample text font color is #C9E2FF.</p>
This text font color is #C9E2FF.
.myBgColor { background-color: #C9E2FF; }
<div style="background-color:#C9E2FF">Inner text</div>
This div background color is #C9E2FF.
.myBorderColor { border: 1px solid #C9E2FF; }
<div style="border:3px solid #C9E2FF">Div</div>
This div border color is #C9E2FF.
.myOpacity80 { color: #C9E2FF; opacity: 0.8; }
<p style="color:#C9E2FF;opacity:0.8;">80%</p>
Text with #C9E2FF color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C9E2FF;}
<p style="text-shadow: 3px 3px 1px #C9E2FF">Text here.</p>
This text has shadow with #C9E2FF color.
.textShadow {text-shadow: 3px 3px 1px #C9E2FF', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C9E2FF, 5px 5px 20px red">Text here.</p>
This text has shadow with #C9E2FF primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C9E2FF, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C9E2FF, Direction=45, Strength=4)">Text</p>
This text has shadow with #C9E2FF and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C9E2FF;
-webkit-box-shadow: 1px 1px 3px 2px #C9E2FF;
box-shadow: 1px 1px 3px 2px #C9E2FF;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C9E2FF; -webkit-box-shadow: 1px 1px 3px 2px #C9E2FF; box-shadow:1px 1px 3px 2px #C9E2FF;">
Div content here
</div>
This text has color #C9E2FF on black background.
This text has color #C9E2FF on white background.
This text has black color on #C9E2FF background.
This text has white color on #C9E2FF background.
Complementary color for #hex is #361D00.