COLOR #C9EAAA

HEX: #C9EAAA RGB: (201,234,170)

Color info

#C9EAAA contains mainly red and green colors. Web safe color of #C9EAAA is #CCFF99 (or #CF9).

RGB color model

#C9EAAA color RGB value is (201,234,170).

RGB: (201,234,170) (79%, 92%, 67%)

RGB channels and saturation

R 201 of 255 = 79%
G 234 of 255 = 92%
B 170 of 255 = 67%

201
234
170

R + G + B ~ 79%. #C9EAAA is quite light color.

Portions of RGB colors in percentages

R + G + B = 201 + 234 + 170 = 605 (100%)
R 201 of 605 ~ 33.22%
G 234 of 605 ~ 38.68%
B 170 of 605 ~ 28.1'%

%33.22
%38.68
%28.1

CMYK color model

#C9EAAA color CMYK value is (14,0,27,8).

  • cyan value is 14.10%
  • magenta value is 0.00%
  • yellow value is 27.35%
  • key color value is 8.24%
CMYK: (14,0,27,8) C14M0Y27K8 (14%,0%,27%,8%) (0.14/0.00/0.27/0.08) 

CMYK percentages

%14.1
%0
%27.35
%8.24

Codes

Color #C9EAAA in popluar color models

C9 EA AA
RGB 201 234 170
HSL 91° 60.38% 79.22%
HSB/HSV 91° 27.35% 91.76%
CMYK 14.10% 0.00% 27.35%
8.24%

Color #C9EAAA in popluar number systems.

HEX C9 EA AA
Decimal 201 234 170
Binary 11001001 11101010 10101010
Octal 311 352 252

Shades and tints

Shades of #C9EAAA

#C9EAAA
(201,234,170)
#B7D59B
(183,213,155)
#A5C08C
(165,192,140)
#93AB7D
(147,171,125)
#81966E
(129,150,110)
#6F815F
(111,129,95)
#5D6C50
(93,108,80)
#4B5741
(75,87,65)
#394232
(57,66,50)
#272D23
(39,45,35)
#151814
(21,24,20)
#000000
(0,0,0)

Tints of #C9EAAA

#C9EAAA
(201,234,170)
#CDEBB1
(205,235,177)
#D1ECB8
(209,236,184)
#D5EDBF
(213,237,191)
#D9EEC6
(217,238,198)
#DDEFCD
(221,239,205)
#E1F0D4
(225,240,212)
#E5F1DB
(229,241,219)
#E9F2E2
(233,242,226)
#EDF3E9
(237,243,233)
#F1F4F0
(241,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9EAAA; }

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

This text font color is #C9EAAA.

Background Color

.myBgColor { background-color: #C9EAAA; }

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

This div background color is #C9EAAA.

Border color

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

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

This div border color is #C9EAAA.

Opacity

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

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

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

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

This text has shadow with #C9EAAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9EAAA.

Preview

Color preview on black background

This text has color #C9EAAA on black background.


Color preview on white background

This text has color #C9EAAA on white background.


Black color preview on #C9EAAA background

This text has black color on #C9EAAA background.


White color preview on #C9EAAA background

This text has white color on #C9EAAA background.


Related colors

Complementary color

Complementary color for #hex is #361555.


I love getcolorcode.com

Triadic colors

1 #AAC9EA and #EAAAC9 with #C9EAAA are triadic colors.

2 #AAEAC9 and #EAC9AA with #C9EAAA are triadic colors.