COLOR #C8E0A5

HEX: #C8E0A5
RGB: (200,224,165)

Color info

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

RGB color model

#C8E0A5 color RGB value is (200,224,165).

  • red value is 200;
  • green value is 224;
  • blue value is 165.
RGB:
(200,224,165)
(78%,88%,65%)

RGB channels and saturation

R 200 of 255 = 78%
G 224 of 255 = 88%
B 165 of 255 = 65%

200
224
165

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

Portions of RGB colors in percentages

R + G + B =
200 + 224 + 165 = 589 (100%)
R 200 of 589 ~ 33.96%
G 224 of 589 ~ 38.03%
B 165 of 589 ~ 28.01%

%33.96
%38.03
%28.01

CMYK color model

#C8E0A5 color CMYK value is (11,0,26,12).

  • cyan value is 10.71%
  • magenta value is 0.00%
  • yellow value is 26.34%
  • key color value is 12.16%
CMYK:
(11,0,26,12)
C11M0Y26K12 
(11%,0%,26%,12%)
(0.11/0.00/0.26/0.12)	

CMYK percentages

%10.71
%0
%26.34
%12.16

Codes

Color #C8E0A5 in popluar color models

C8E0A5
RGB200224165
HSL84°48.76%76.27%
HSB/HSV84°26.34%87.84%
CMYK10.71%0.00%26.34%
12.16%

Color #C8E0A5 in popluar number systems.

HEXC8E0A5
Decimal200224165
Binary110010001110000010100101
Octal310340245

Shades and tints

Shades of #C8E0A5

#C8E0A5
(200,224,165)
#B6CC96
(182,204,150)
#A4B887
(164,184,135)
#92A478
(146,164,120)
#809069
(128,144,105)
#6E7C5A
(110,124,90)
#5C684B
(92,104,75)
#4A543C
(74,84,60)
#38402D
(56,64,45)
#262C1E
(38,44,30)
#14180F
(20,24,15)
#000000
(0,0,0)

Tints of #C8E0A5

#C8E0A5
(200,224,165)
#CDE2AD
(205,226,173)
#D2E4B5
(210,228,181)
#D7E6BD
(215,230,189)
#DCE8C5
(220,232,197)
#E1EACD
(225,234,205)
#E6ECD5
(230,236,213)
#EBEEDD
(235,238,221)
#F0F0E5
(240,240,229)
#F5F2ED
(245,242,237)
#FAF4F5
(250,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8E0A5 color. Also use rgb(200,224,165) instead hex code.

Text Font Color

.myTextColor { color: #C8E0A5; }

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

This text font color is #C8E0A5.


Background Color

.myBgColor { background-color: #C8E0A5; }

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

This div background color is #C8E0A5.


Border color

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

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

This div border color is #C8E0A5.


Opacity

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

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

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

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

This text has shadow with #C8E0A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8E0A5 on black background.


Color preview on white background

This text has color #C8E0A5 on white background.



Black color preview on #C8E0A5 background

This text has black color on #C8E0A5 background.


White color preview on #C8E0A5 background

This text has white color on #C8E0A5 background.