HEX: #C9E195
RGB: (201,225,149)
#C9E195 contains mainly red and green colors. #C9E195 ‘ nin web güvenlik rengi #CCCC99 (ya da #CC9) dir.
#C9E195 color RGB value is (201,225,149).
RGB: (201,225,149)
(79%, 88%, 58%)
R 201 of 255 = 79%
G 225 of 255 = 88%
B 149 of 255 = 58%
R + G + B ~ 75%. #C9E195 is quite light color.
R + G + B = 201 + 225 + 149 = 575 (100%)
R 201 of 575 ~ 34.96%
G 225 of 575 ~ 39.13%
B 149 of 575 ~ 25.91'%
#C9E195 rengi CMYK tonu (11,0,34,12).
CMYK: (11,0,34,12)
C11M0Y34K12 (11%, 0%, 34%, 12%)
(0.11 / 0.00 / 0.34 / 0.12)
Color #C9E195 in popluar color models
C9 | E1 | 95 | |
---|---|---|---|
RGB | 201 | 225 | 149 |
HSL | 79° | 55.88% | 73.33% |
HSB/HSV | 79° | 33.78% | 88.24% |
CMYK | 10.67% | 0.00% | 33.78% |
11.76% |
Color #C9E195 in popluar number systems.
HEX | C9 | E1 | 95 |
Decimal | 201 | 225 | 149 |
Binary | 11001001 | 11100001 | 10010101 |
Octal | 311 | 341 | 225 |
Shades of #C9E195
Tints of #C9E195
Examples of css and html codes for elements with #C9E195 color. Also use rgb(201,225,149) instead hex code.
.myTextColor { color: #C9E195; }
<p style="color:#C9E195">This sample text font color is #C9E195.</p>
This text font color is #C9E195.
.myBgColor { background-color: #C9E195; }
<div style="background-color:#C9E195">Inner text</div>
This div background color is #C9E195.
.myBorderColor { border: 1px solid #C9E195; }
<div style="border:3px solid #C9E195">Div</div>
This div border color is #C9E195.
.myOpacity80 { color: #C9E195; opacity: 0.8; }
<p style="color:#C9E195;opacity:0.8;">80%</p>
Text with #C9E195 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C9E195;}
<p style="text-shadow: 3px 3px 1px #C9E195">Text here.</p>
This text has shadow with #C9E195 color.
.textShadow {text-shadow: 3px 3px 1px #C9E195', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C9E195, 5px 5px 20px red">Text here.</p>
This text has shadow with #C9E195 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C9E195, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C9E195, Direction=45, Strength=4)">Text</p>
This text has shadow with #C9E195 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C9E195;
-webkit-box-shadow: 1px 1px 3px 2px #C9E195;
box-shadow: 1px 1px 3px 2px #C9E195;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C9E195; -webkit-box-shadow: 1px 1px 3px 2px #C9E195; box-shadow:1px 1px 3px 2px #C9E195;">
Div content here
</div>
This text has color #C9E195 on black background.
This text has color #C9E195 on white background.
This text has black color on #C9E195 background.
This text has white color on #C9E195 background.
Complementary color for #hex is #361E6A.