HEX: #C9E6CC
RGB: (201,230,204)
#C9E6CC contains red, green and blue colors in about the same proportion. #C9E6CC ‘ nin web güvenlik rengi #CCCCCC (ya da #CCC) dir.
#C9E6CC color RGB value is (201,230,204).
RGB: (201,230,204)
(79%, 90%, 80%)
R 201 of 255 = 79%
G 230 of 255 = 90%
B 204 of 255 = 80%
R + G + B ~ 83%. #C9E6CC is quite light color.
R + G + B = 201 + 230 + 204 = 635 (100%)
R 201 of 635 ~ 31.65%
G 230 of 635 ~ 36.22%
B 204 of 635 ~ 32.13'%
#C9E6CC rengi CMYK tonu (13,0,11,10).
CMYK: (13,0,11,10) C13M0Y11K10 (13%,0%,11%,10%) (0.13/0.00/0.11/0.10)
Color #C9E6CC in popluar color models
C9 | E6 | CC | |
---|---|---|---|
RGB | 201 | 230 | 204 |
HSL | 126° | 36.71% | 84.51% |
HSB/HSV | 126° | 12.61% | 90.20% |
CMYK | 12.61% | 0.00% | 11.30% |
9.80% |
Color #C9E6CC in popluar number systems.
HEX | C9 | E6 | CC |
Decimal | 201 | 230 | 204 |
Binary | 11001001 | 11100110 | 11001100 |
Octal | 311 | 346 | 314 |
Shades of #C9E6CC
Tints of #C9E6CC
Examples of css and html codes for elements with #C9E6CC color. Also use rgb(201,230,204) instead hex code.
.myTextColor { color: #C9E6CC; }
<p style="color:#C9E6CC">This sample text font color is #C9E6CC.</p>
This text font color is #C9E6CC.
.myBgColor { background-color: #C9E6CC; }
<div style="background-color:#C9E6CC">Inner text</div>
This div background color is #C9E6CC.
.myBorderColor { border: 1px solid #C9E6CC; }
<div style="border:3px solid #C9E6CC">Div</div>
This div border color is #C9E6CC.
.myOpacity80 { color: #C9E6CC; opacity: 0.8; }
<p style="color:#C9E6CC;opacity:0.8;">80%</p>
Text with #C9E6CC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C9E6CC;}
<p style="text-shadow: 3px 3px 1px #C9E6CC">Text here.</p>
This text has shadow with #C9E6CC color.
.textShadow {text-shadow: 3px 3px 1px #C9E6CC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C9E6CC, 5px 5px 20px red">Text here.</p>
This text has shadow with #C9E6CC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C9E6CC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C9E6CC, Direction=45, Strength=4)">Text</p>
This text has shadow with #C9E6CC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C9E6CC;
-webkit-box-shadow: 1px 1px 3px 2px #C9E6CC;
box-shadow: 1px 1px 3px 2px #C9E6CC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C9E6CC; -webkit-box-shadow: 1px 1px 3px 2px #C9E6CC; box-shadow:1px 1px 3px 2px #C9E6CC;">
Div content here
</div>
This text has color #C9E6CC on black background.
This text has color #C9E6CC on white background.
This text has black color on #C9E6CC background.
This text has white color on #C9E6CC background.
Complementary color for #hex is #361933.