COLOR #C0E4AC

HEX: #C0E4AC
RGB: (192,228,172)

Color info

#C0E4AC contains red, green and blue colors in about the same proportion. Web safe color of #C0E4AC is #CCCC99 (or #CC9).

RGB color model

#C0E4AC color RGB value is (192,228,172).

  • red value is 192;
  • green value is 228;
  • blue value is 172.
RGB:
(192,228,172)
(75%,89%,67%)

RGB channels and saturation

R 192 of 255 = 75%
G 228 of 255 = 89%
B 172 of 255 = 67%

192
228
172

R + G + B ~ 77%. #C0E4AC is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 228 + 172 = 592 (100%)
R 192 of 592 ~ 32.43%
G 228 of 592 ~ 38.51%
B 172 of 592 ~ 29.05%

%32.43
%38.51
%29.05

CMYK color model

#C0E4AC color CMYK value is (16,0,25,11).

  • cyan value is 15.79%
  • magenta value is 0.00%
  • yellow value is 24.56%
  • key color value is 10.59%
CMYK:
(16,0,25,11)
C16M0Y25K11 
(16%,0%,25%,11%)
(0.16/0.00/0.25/0.11)	

CMYK percentages

%15.79
%0
%24.56
%10.59

Codes

Color #C0E4AC in popluar color models

C0E4AC
RGB192228172
HSL99°50.91%78.43%
HSB/HSV99°24.56%89.41%
CMYK15.79%0.00%24.56%
10.59%

Color #C0E4AC in popluar number systems.

HEXC0E4AC
Decimal192228172
Binary110000001110010010101100
Octal300344254

Shades and tints

Shades of #C0E4AC

#C0E4AC
(192,228,172)
#AFD09D
(175,208,157)
#9EBC8E
(158,188,142)
#8DA87F
(141,168,127)
#7C9470
(124,148,112)
#6B8061
(107,128,97)
#5A6C52
(90,108,82)
#495843
(73,88,67)
#384434
(56,68,52)
#273025
(39,48,37)
#161C16
(22,28,22)
#000000
(0,0,0)

Tints of #C0E4AC

#C0E4AC
(192,228,172)
#C5E6B3
(197,230,179)
#CAE8BA
(202,232,186)
#CFEAC1
(207,234,193)
#D4ECC8
(212,236,200)
#D9EECF
(217,238,207)
#DEF0D6
(222,240,214)
#E3F2DD
(227,242,221)
#E8F4E4
(232,244,228)
#EDF6EB
(237,246,235)
#F2F8F2
(242,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0E4AC color. Also use rgb(192,228,172) instead hex code.

Text Font Color

.myTextColor { color: #C0E4AC; }

<p style="color:#C0E4AC">This sample text font color is #C0E4AC.</p>

This text font color is #C0E4AC.


Background Color

.myBgColor { background-color: #C0E4AC; }

<div style="background-color:#C0E4AC">Inner text</div>

This div background color is #C0E4AC.


Border color

.myBorderColor { border: 1px solid #C0E4AC; }

<div style="border:3px solid #C0E4AC">Div</div>

This div border color is #C0E4AC.


Opacity

.myOpacity80 { color: #C0E4AC; opacity: 0.8; }

<p style="color:#C0E4AC;opacity:0.8;">80%</p>

Text with #C0E4AC color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #C0E4AC;}

<p style="text-shadow: 3px 3px 1px #C0E4AC">Text here.</p>

This text has shadow with #C0E4AC color.

.textShadow {text-shadow: 3px 3px 1px #C0E4AC, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #C0E4AC, 5px 5px 20px red">Text here.</p>

This text has shadow with #C0E4AC primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C0E4AC, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#C0E4AC, Direction=45, Strength=4)">Text</p>

This text has shadow with #C0E4AC and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #C0E4AC;
  -webkit-box-shadow:	1px 1px 3px 2px #C0E4AC;
  box-shadow:		1px 1px 3px 2px #C0E4AC;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C0E4AC;
-webkit-box-shadow: 1px 1px 3px 2px #C0E4AC;
box-shadow:1px 1px 3px 2px #C0E4AC;">
Div content here</div>
This div box has shadow with color #C0E4AC.

Preview

Color preview on black background

This text has color #C0E4AC on black background.


Color preview on white background

This text has color #C0E4AC on white background.



Black color preview on #C0E4AC background

This text has black color on #C0E4AC background.


White color preview on #C0E4AC background

This text has white color on #C0E4AC background.