COLOR #C9E4AA

HEX: #C9E4AA RGB: (201,228,170)

Color info

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

RGB color model

#C9E4AA color RGB value is (201,228,170).

RGB: (201,228,170) (79%, 89%, 67%)

RGB channels and saturation

R 201 of 255 = 79%
G 228 of 255 = 89%
B 170 of 255 = 67%

201
228
170

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

Portions of RGB colors in percentages

R + G + B = 201 + 228 + 170 = 599 (100%)
R 201 of 599 ~ 33.56%
G 228 of 599 ~ 38.06%
B 170 of 599 ~ 28.38'%

%33.56
%38.06
%28.38

CMYK color model

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

  • cyan value is 11.84%
  • magenta value is 0.00%
  • yellow value is 25.44%
  • key color value is 10.59%

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

CMYK percentages

%11.84
%0
%25.44
%10.59

Codes

Color #C9E4AA in popluar color models

C9 E4 AA
RGB 201 228 170
HSL 88° 51.79% 78.04%
HSB/HSV 88° 25.44% 89.41%
CMYK 11.84% 0.00% 25.44%
10.59%

Color #C9E4AA in popluar number systems.

HEX C9 E4 AA
Decimal 201 228 170
Binary 11001001 11100100 10101010
Octal 311 344 252

Shades and tints

Shades of #C9E4AA

#C9E4AA
(201,228,170)
#B7D09B
(183,208,155)
#A5BC8C
(165,188,140)
#93A87D
(147,168,125)
#81946E
(129,148,110)
#6F805F
(111,128,95)
#5D6C50
(93,108,80)
#4B5841
(75,88,65)
#394432
(57,68,50)
#273023
(39,48,35)
#151C14
(21,28,20)
#000000
(0,0,0)

Tints of #C9E4AA

#C9E4AA
(201,228,170)
#CDE6B1
(205,230,177)
#D1E8B8
(209,232,184)
#D5EABF
(213,234,191)
#D9ECC6
(217,236,198)
#DDEECD
(221,238,205)
#E1F0D4
(225,240,212)
#E5F2DB
(229,242,219)
#E9F4E2
(233,244,226)
#EDF6E9
(237,246,233)
#F1F8F0
(241,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9E4AA color. Also use rgb(201,228,170) instead hex code.

Text Font Color

.myTextColor { color: #C9E4AA; }

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

This text font color is #C9E4AA.

Background Color

.myBgColor { background-color: #C9E4AA; }

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

This div background color is #C9E4AA.

Border color

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

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

This div border color is #C9E4AA.

Opacity

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

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

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

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

This text has shadow with #C9E4AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9E4AA.

Preview

Color preview on black background

This text has color #C9E4AA on black background.


Color preview on white background

This text has color #C9E4AA on white background.


Black color preview on #C9E4AA background

This text has black color on #C9E4AA background.


White color preview on #C9E4AA background

This text has white color on #C9E4AA background.


Related colors

Complementary color

Complementary color for #hex is #361B55.


I love getcolorcode.com

Triadic colors

1 #AAC9E4 and #E4AAC9 with #C9E4AA are triadic colors.

2 #AAE4C9 and #E4C9AA with #C9E4AA are triadic colors.