COLOR #C8E1AC

HEX: #C8E1AC
RGB: (200,225,172)

Color info

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

RGB color model

#C8E1AC color RGB value is (200,225,172).

  • red value is 200;
  • green value is 225;
  • blue value is 172.
RGB:
(200,225,172)
(78%,88%,67%)

RGB channels and saturation

R 200 of 255 = 78%
G 225 of 255 = 88%
B 172 of 255 = 67%

200
225
172

R + G + B ~ 78%. #C8E1AC is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 225 + 172 = 597 (100%)
R 200 of 597 ~ 33.5%
G 225 of 597 ~ 37.69%
B 172 of 597 ~ 28.81%

%33.5
%37.69
%28.81

CMYK color model

#C8E1AC color CMYK value is (11,0,24,12).

  • cyan value is 11.11%
  • magenta value is 0.00%
  • yellow value is 23.56%
  • key color value is 11.76%
CMYK:
(11,0,24,12)
C11M0Y24K12 
(11%,0%,24%,12%)
(0.11/0.00/0.24/0.12)	

CMYK percentages

%11.11
%0
%23.56
%11.76

Codes

Color #C8E1AC in popluar color models

C8E1AC
RGB200225172
HSL88°46.90%77.84%
HSB/HSV88°23.56%88.24%
CMYK11.11%0.00%23.56%
11.76%

Color #C8E1AC in popluar number systems.

HEXC8E1AC
Decimal200225172
Binary110010001110000110101100
Octal310341254

Shades and tints

Shades of #C8E1AC

#C8E1AC
(200,225,172)
#B6CD9D
(182,205,157)
#A4B98E
(164,185,142)
#92A57F
(146,165,127)
#809170
(128,145,112)
#6E7D61
(110,125,97)
#5C6952
(92,105,82)
#4A5543
(74,85,67)
#384134
(56,65,52)
#262D25
(38,45,37)
#141916
(20,25,22)
#000000
(0,0,0)

Tints of #C8E1AC

#C8E1AC
(200,225,172)
#CDE3B3
(205,227,179)
#D2E5BA
(210,229,186)
#D7E7C1
(215,231,193)
#DCE9C8
(220,233,200)
#E1EBCF
(225,235,207)
#E6EDD6
(230,237,214)
#EBEFDD
(235,239,221)
#F0F1E4
(240,241,228)
#F5F3EB
(245,243,235)
#FAF5F2
(250,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8E1AC color. Also use rgb(200,225,172) instead hex code.

Text Font Color

.myTextColor { color: #C8E1AC; }

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

This text font color is #C8E1AC.


Background Color

.myBgColor { background-color: #C8E1AC; }

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

This div background color is #C8E1AC.


Border color

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

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

This div border color is #C8E1AC.


Opacity

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

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

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

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

This text has shadow with #C8E1AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8E1AC on black background.


Color preview on white background

This text has color #C8E1AC on white background.



Black color preview on #C8E1AC background

This text has black color on #C8E1AC background.


White color preview on #C8E1AC background

This text has white color on #C8E1AC background.