COLOR #C0E1AD

HEX: #C0E1AD
RGB: (192,225,173)

Color info

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

RGB color model

#C0E1AD color RGB value is (192,225,173).

  • red value is 192;
  • green value is 225;
  • blue value is 173.
RGB:
(192,225,173)
(75%,88%,68%)

RGB channels and saturation

R 192 of 255 = 75%
G 225 of 255 = 88%
B 173 of 255 = 68%

192
225
173

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

Portions of RGB colors in percentages

R + G + B =
192 + 225 + 173 = 590 (100%)
R 192 of 590 ~ 32.54%
G 225 of 590 ~ 38.14%
B 173 of 590 ~ 29.32%

%32.54
%38.14
%29.32

CMYK color model

#C0E1AD color CMYK value is (15,0,23,12).

  • cyan value is 14.67%
  • magenta value is 0.00%
  • yellow value is 23.11%
  • key color value is 11.76%
CMYK:
(15,0,23,12)
C15M0Y23K12 
(15%,0%,23%,12%)
(0.15/0.00/0.23/0.12)	

CMYK percentages

%14.67
%0
%23.11
%11.76

Codes

Color #C0E1AD in popluar color models

C0E1AD
RGB192225173
HSL98°46.43%78.04%
HSB/HSV98°23.11%88.24%
CMYK14.67%0.00%23.11%
11.76%

Color #C0E1AD in popluar number systems.

HEXC0E1AD
Decimal192225173
Binary110000001110000110101101
Octal300341255

Shades and tints

Shades of #C0E1AD

#C0E1AD
(192,225,173)
#AFCD9E
(175,205,158)
#9EB98F
(158,185,143)
#8DA580
(141,165,128)
#7C9171
(124,145,113)
#6B7D62
(107,125,98)
#5A6953
(90,105,83)
#495544
(73,85,68)
#384135
(56,65,53)
#272D26
(39,45,38)
#161917
(22,25,23)
#000000
(0,0,0)

Tints of #C0E1AD

#C0E1AD
(192,225,173)
#C5E3B4
(197,227,180)
#CAE5BB
(202,229,187)
#CFE7C2
(207,231,194)
#D4E9C9
(212,233,201)
#D9EBD0
(217,235,208)
#DEEDD7
(222,237,215)
#E3EFDE
(227,239,222)
#E8F1E5
(232,241,229)
#EDF3EC
(237,243,236)
#F2F5F3
(242,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0E1AD color. Also use rgb(192,225,173) instead hex code.

Text Font Color

.myTextColor { color: #C0E1AD; }

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

This text font color is #C0E1AD.


Background Color

.myBgColor { background-color: #C0E1AD; }

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

This div background color is #C0E1AD.


Border color

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

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

This div border color is #C0E1AD.


Opacity

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

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

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

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

This text has shadow with #C0E1AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0E1AD on black background.


Color preview on white background

This text has color #C0E1AD on white background.



Black color preview on #C0E1AD background

This text has black color on #C0E1AD background.


White color preview on #C0E1AD background

This text has white color on #C0E1AD background.