COLOR #C9EEA5

HEX: #C9EEA5 RGB: (201,238,165)

Color info

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

RGB color model

#C9EEA5 color RGB value is (201,238,165).

RGB: (201,238,165) (79%, 93%, 65%)

RGB channels and saturation

R 201 of 255 = 79%
G 238 of 255 = 93%
B 165 of 255 = 65%

201
238
165

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

Portions of RGB colors in percentages

R + G + B = 201 + 238 + 165 = 604 (100%)
R 201 of 604 ~ 33.28%
G 238 of 604 ~ 39.4%
B 165 of 604 ~ 27.32'%

%33.28
%39.4
%27.32

CMYK color model

#C9EEA5 color CMYK value is (16,0,31,7).

  • cyan value is 15.55%
  • magenta value is 0.00%
  • yellow value is 30.67%
  • key color value is 6.67%
CMYK: (16,0,31,7) C16M0Y31K7 (16%,0%,31%,7%) (0.16/0.00/0.31/0.07) 

CMYK percentages

%15.55
%0
%30.67
%6.67

Codes

Color #C9EEA5 in popluar color models

C9 EE A5
RGB 201 238 165
HSL 90° 68.22% 79.02%
HSB/HSV 90° 30.67% 93.33%
CMYK 15.55% 0.00% 30.67%
6.67%

Color #C9EEA5 in popluar number systems.

HEX C9 EE A5
Decimal 201 238 165
Binary 11001001 11101110 10100101
Octal 311 356 245

Shades and tints

Shades of #C9EEA5

#C9EEA5
(201,238,165)
#B7D996
(183,217,150)
#A5C487
(165,196,135)
#93AF78
(147,175,120)
#819A69
(129,154,105)
#6F855A
(111,133,90)
#5D704B
(93,112,75)
#4B5B3C
(75,91,60)
#39462D
(57,70,45)
#27311E
(39,49,30)
#151C0F
(21,28,15)
#000000
(0,0,0)

Tints of #C9EEA5

#C9EEA5
(201,238,165)
#CDEFAD
(205,239,173)
#D1F0B5
(209,240,181)
#D5F1BD
(213,241,189)
#D9F2C5
(217,242,197)
#DDF3CD
(221,243,205)
#E1F4D5
(225,244,213)
#E5F5DD
(229,245,221)
#E9F6E5
(233,246,229)
#EDF7ED
(237,247,237)
#F1F8F5
(241,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9EEA5 color. Also use rgb(201,238,165) instead hex code.

Text Font Color

.myTextColor { color: #C9EEA5; }

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

This text font color is #C9EEA5.

Background Color

.myBgColor { background-color: #C9EEA5; }

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

This div background color is #C9EEA5.

Border color

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

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

This div border color is #C9EEA5.

Opacity

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

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

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

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

This text has shadow with #C9EEA5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9EEA5.

Preview

Color preview on black background

This text has color #C9EEA5 on black background.


Color preview on white background

This text has color #C9EEA5 on white background.


Black color preview on #C9EEA5 background

This text has black color on #C9EEA5 background.


White color preview on #C9EEA5 background

This text has white color on #C9EEA5 background.


Related colors

Complementary color

Complementary color for #hex is #36115A.


I love getcolorcode.com

Triadic colors

1 #A5C9EE and #EEA5C9 with #C9EEA5 are triadic colors.

2 #A5EEC9 and #EEC9A5 with #C9EEA5 are triadic colors.