COLOR #C8E0A3

HEX: #C8E0A3
RGB: (200,224,163)

Color info

#C8E0A3 contains mainly red and green colors. Web safe color of #C8E0A3 is #CCCC99 (or #CC9).

RGB color model

#C8E0A3 color RGB value is (200,224,163).

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

RGB channels and saturation

R 200 of 255 = 78%
G 224 of 255 = 88%
B 163 of 255 = 64%

200
224
163

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

Portions of RGB colors in percentages

R + G + B =
200 + 224 + 163 = 587 (100%)
R 200 of 587 ~ 34.07%
G 224 of 587 ~ 38.16%
B 163 of 587 ~ 27.77%

%34.07
%38.16
%27.77

CMYK color model

#C8E0A3 color CMYK value is (11,0,27,12).

  • cyan value is 10.71%
  • magenta value is 0.00%
  • yellow value is 27.23%
  • key color value is 12.16%
CMYK:
(11,0,27,12)
C11M0Y27K12 
(11%,0%,27%,12%)
(0.11/0.00/0.27/0.12)	

CMYK percentages

%10.71
%0
%27.23
%12.16

Codes

Color #C8E0A3 in popluar color models

C8E0A3
RGB200224163
HSL84°49.59%75.88%
HSB/HSV84°27.23%87.84%
CMYK10.71%0.00%27.23%
12.16%

Color #C8E0A3 in popluar number systems.

HEXC8E0A3
Decimal200224163
Binary110010001110000010100011
Octal310340243

Shades and tints

Shades of #C8E0A3

#C8E0A3
(200,224,163)
#B6CC95
(182,204,149)
#A4B887
(164,184,135)
#92A479
(146,164,121)
#80906B
(128,144,107)
#6E7C5D
(110,124,93)
#5C684F
(92,104,79)
#4A5441
(74,84,65)
#384033
(56,64,51)
#262C25
(38,44,37)
#141817
(20,24,23)
#000000
(0,0,0)

Tints of #C8E0A3

#C8E0A3
(200,224,163)
#CDE2AB
(205,226,171)
#D2E4B3
(210,228,179)
#D7E6BB
(215,230,187)
#DCE8C3
(220,232,195)
#E1EACB
(225,234,203)
#E6ECD3
(230,236,211)
#EBEEDB
(235,238,219)
#F0F0E3
(240,240,227)
#F5F2EB
(245,242,235)
#FAF4F3
(250,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8E0A3; }

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

This text font color is #C8E0A3.


Background Color

.myBgColor { background-color: #C8E0A3; }

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

This div background color is #C8E0A3.


Border color

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

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

This div border color is #C8E0A3.


Opacity

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

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

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

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

This text has shadow with #C8E0A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8E0A3 on black background.


Color preview on white background

This text has color #C8E0A3 on white background.



Black color preview on #C8E0A3 background

This text has black color on #C8E0A3 background.


White color preview on #C8E0A3 background

This text has white color on #C8E0A3 background.