COLOR #C8E3AA

HEX: #C8E3AA RGB: (200,227,170)

Color info

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

RGB color model

#C8E3AA color RGB value is (200,227,170).

RGB: (200,227,170) (78%, 89%, 67%)

RGB channels and saturation

R 200 of 255 = 78%
G 227 of 255 = 89%
B 170 of 255 = 67%

200
227
170

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

Portions of RGB colors in percentages

R + G + B = 200 + 227 + 170 = 597 (100%)
R 200 of 597 ~ 33.5%
G 227 of 597 ~ 38.02%
B 170 of 597 ~ 28.48'%

%33.5
%38.02
%28.48

CMYK color model

#C8E3AA color CMYK value is (12,0,25,11).

  • cyan value is 11.89%
  • magenta value is 0.00%
  • yellow value is 25.11%
  • key color value is 10.98%

CMYK: (12,0,25,11)
C12M0Y25K11 (12%, 0%, 25%, 11%)
(0.12 / 0.00 / 0.25 / 0.11)

CMYK percentages

%11.89
%0
%25.11
%10.98

Codes

Color #C8E3AA in popluar color models

C8 E3 AA
RGB 200 227 170
HSL 88° 50.44% 77.84%
HSB/HSV 88° 25.11% 89.02%
CMYK 11.89% 0.00% 25.11%
10.98%

Color #C8E3AA in popluar number systems.

HEX C8 E3 AA
Decimal 200 227 170
Binary 11001000 11100011 10101010
Octal 310 343 252

Shades and tints

Shades of #C8E3AA

#C8E3AA
(200,227,170)
#B6CF9B
(182,207,155)
#A4BB8C
(164,187,140)
#92A77D
(146,167,125)
#80936E
(128,147,110)
#6E7F5F
(110,127,95)
#5C6B50
(92,107,80)
#4A5741
(74,87,65)
#384332
(56,67,50)
#262F23
(38,47,35)
#141B14
(20,27,20)
#000000
(0,0,0)

Tints of #C8E3AA

#C8E3AA
(200,227,170)
#CDE5B1
(205,229,177)
#D2E7B8
(210,231,184)
#D7E9BF
(215,233,191)
#DCEBC6
(220,235,198)
#E1EDCD
(225,237,205)
#E6EFD4
(230,239,212)
#EBF1DB
(235,241,219)
#F0F3E2
(240,243,226)
#F5F5E9
(245,245,233)
#FAF7F0
(250,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8E3AA color. Also use rgb(200,227,170) instead hex code.

Text Font Color

.myTextColor { color: #C8E3AA; }

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

This text font color is #C8E3AA.

Background Color

.myBgColor { background-color: #C8E3AA; }

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

This div background color is #C8E3AA.

Border color

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

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

This div border color is #C8E3AA.

Opacity

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

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

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

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

This text has shadow with #C8E3AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8E3AA.

Preview

Color preview on black background

This text has color #C8E3AA on black background.


Color preview on white background

This text has color #C8E3AA on white background.


Black color preview on #C8E3AA background

This text has black color on #C8E3AA background.


White color preview on #C8E3AA background

This text has white color on #C8E3AA background.


Related colors

Complementary color

Complementary color for #hex is #371C55.


I love getcolorcode.com

Triadic colors

1 #AAC8E3 and #E3AAC8 with #C8E3AA are triadic colors.

2 #AAE3C8 and #E3C8AA with #C8E3AA are triadic colors.