HEX: #C9E1EC
RGB: (201,225,236)
#C9E1EC contains red, green and blue colors in about the same proportion. #C9E1EC ‘ nin web güvenlik rengi #CCCCFF (ya da #CCF) dir.
#C9E1EC color RGB value is (201,225,236).
RGB: (201,225,236)
(79%, 88%, 93%)
R 201 of 255 = 79%
G 225 of 255 = 88%
B 236 of 255 = 93%
R + G + B ~ 87%. #C9E1EC is light color.
R + G + B = 201 + 225 + 236 = 662 (100%)
R 201 of 662 ~ 30.36%
G 225 of 662 ~ 33.99%
B 236 of 662 ~ 35.65'%
#C9E1EC rengi CMYK tonu (15,5,0,7).
CMYK: (15,5,0,7)
C15M5Y0K7 (15%, 5%, 0%, 7%)
(0.15 / 0.05 / 0.00 / 0.07)
Color #C9E1EC in popluar color models
C9 | E1 | EC | |
---|---|---|---|
RGB | 201 | 225 | 236 |
HSL | 199° | 47.95% | 85.69% |
HSB/HSV | 199° | 14.83% | 92.55% |
CMYK | 14.83% | 4.66% | 0.00% |
7.45% |
Color #C9E1EC in popluar number systems.
HEX | C9 | E1 | EC |
Decimal | 201 | 225 | 236 |
Binary | 11001001 | 11100001 | 11101100 |
Octal | 311 | 341 | 354 |
Shades of #C9E1EC
Tints of #C9E1EC
Examples of css and html codes for elements with #C9E1EC color. Also use rgb(201,225,236) instead hex code.
.myTextColor { color: #C9E1EC; }
<p style="color:#C9E1EC">This sample text font color is #C9E1EC.</p>
This text font color is #C9E1EC.
.myBgColor { background-color: #C9E1EC; }
<div style="background-color:#C9E1EC">Inner text</div>
This div background color is #C9E1EC.
.myBorderColor { border: 1px solid #C9E1EC; }
<div style="border:3px solid #C9E1EC">Div</div>
This div border color is #C9E1EC.
.myOpacity80 { color: #C9E1EC; opacity: 0.8; }
<p style="color:#C9E1EC;opacity:0.8;">80%</p>
Text with #C9E1EC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C9E1EC;}
<p style="text-shadow: 3px 3px 1px #C9E1EC">Text here.</p>
This text has shadow with #C9E1EC color.
.textShadow {text-shadow: 3px 3px 1px #C9E1EC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C9E1EC, 5px 5px 20px red">Text here.</p>
This text has shadow with #C9E1EC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C9E1EC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C9E1EC, Direction=45, Strength=4)">Text</p>
This text has shadow with #C9E1EC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C9E1EC;
-webkit-box-shadow: 1px 1px 3px 2px #C9E1EC;
box-shadow: 1px 1px 3px 2px #C9E1EC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C9E1EC; -webkit-box-shadow: 1px 1px 3px 2px #C9E1EC; box-shadow:1px 1px 3px 2px #C9E1EC;">
Div content here
</div>
This text has color #C9E1EC on black background.
This text has color #C9E1EC on white background.
This text has black color on #C9E1EC background.
This text has white color on #C9E1EC background.
Complementary color for #hex is #361E13.