COLOR #C0E2AC

HEX: #C0E2AC
RGB: (192,226,172)

Color info

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

RGB color model

#C0E2AC color RGB value is (192,226,172).

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

RGB channels and saturation

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

192
226
172

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

Portions of RGB colors in percentages

R + G + B =
192 + 226 + 172 = 590 (100%)
R 192 of 590 ~ 32.54%
G 226 of 590 ~ 38.31%
B 172 of 590 ~ 29.15%

%32.54
%38.31
%29.15

CMYK color model

#C0E2AC color CMYK value is (15,0,24,11).

  • cyan value is 15.04%
  • magenta value is 0.00%
  • yellow value is 23.89%
  • key color value is 11.37%
CMYK: (15,0,24,11) C15M0Y24K11 (15%,0%,24%,11%) (0.15/0.00/0.24/0.11)

CMYK percentages

%15.04
%0
%23.89
%11.37

Codes

Color #C0E2AC in popluar color models

C0E2AC
RGB192226172
HSL98°48.21%78.04%
HSB/HSV98°23.89%88.63%
CMYK15.04%0.00%23.89%
11.37%

Color #C0E2AC in popluar number systems.

HEXC0E2AC
Decimal192226172
Binary110000001110001010101100
Octal300342254

Shades and tints

Shades of #C0E2AC

#C0E2AC
(192,226,172)
#AFCE9D
(175,206,157)
#9EBA8E
(158,186,142)
#8DA67F
(141,166,127)
#7C9270
(124,146,112)
#6B7E61
(107,126,97)
#5A6A52
(90,106,82)
#495643
(73,86,67)
#384234
(56,66,52)
#272E25
(39,46,37)
#161A16
(22,26,22)
#000000
(0,0,0)

Tints of #C0E2AC

#C0E2AC
(192,226,172)
#C5E4B3
(197,228,179)
#CAE6BA
(202,230,186)
#CFE8C1
(207,232,193)
#D4EAC8
(212,234,200)
#D9ECCF
(217,236,207)
#DEEED6
(222,238,214)
#E3F0DD
(227,240,221)
#E8F2E4
(232,242,228)
#EDF4EB
(237,244,235)
#F2F6F2
(242,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0E2AC; }

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

This text font color is #C0E2AC.


Background Color

.myBgColor { background-color: #C0E2AC; }

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

This div background color is #C0E2AC.


Border color

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

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

This div border color is #C0E2AC.


Opacity

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

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

Text with #C0E2AC 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 #C0E2AC;}

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

This text has shadow with #C0E2AC color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #C0E2AC on black background.


Color preview on white background

This text has color #C0E2AC on white background.



Black color preview on #C0E2AC background

This text has black color on #C0E2AC background.


White color preview on #C0E2AC background

This text has white color on #C0E2AC background.