COLOR #C9E4AF

HEX: #C9E4AF RGB: (201,228,175)

Color info

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

RGB color model

#C9E4AF color RGB value is (201,228,175).

RGB: (201,228,175) (79%, 89%, 69%)

RGB channels and saturation

R 201 of 255 = 79%
G 228 of 255 = 89%
B 175 of 255 = 69%

201
228
175

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

Portions of RGB colors in percentages

R + G + B = 201 + 228 + 175 = 604 (100%)
R 201 of 604 ~ 33.28%
G 228 of 604 ~ 37.75%
B 175 of 604 ~ 28.97'%

%33.28
%37.75
%28.97

CMYK color model

#C9E4AF color CMYK value is (12,0,23,11).

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

CMYK: (12,0,23,11)
C12M0Y23K11 (12%, 0%, 23%, 11%)
(0.12 / 0.00 / 0.23 / 0.11)

CMYK percentages

%11.84
%0
%23.25
%10.59

Codes

Color #C9E4AF in popluar color models

C9 E4 AF
RGB 201 228 175
HSL 91° 49.53% 79.02%
HSB/HSV 91° 23.25% 89.41%
CMYK 11.84% 0.00% 23.25%
10.59%

Color #C9E4AF in popluar number systems.

HEX C9 E4 AF
Decimal 201 228 175
Binary 11001001 11100100 10101111
Octal 311 344 257

Shades and tints

Shades of #C9E4AF

#C9E4AF
(201,228,175)
#B7D0A0
(183,208,160)
#A5BC91
(165,188,145)
#93A882
(147,168,130)
#819473
(129,148,115)
#6F8064
(111,128,100)
#5D6C55
(93,108,85)
#4B5846
(75,88,70)
#394437
(57,68,55)
#273028
(39,48,40)
#151C19
(21,28,25)
#000000
(0,0,0)

Tints of #C9E4AF

#C9E4AF
(201,228,175)
#CDE6B6
(205,230,182)
#D1E8BD
(209,232,189)
#D5EAC4
(213,234,196)
#D9ECCB
(217,236,203)
#DDEED2
(221,238,210)
#E1F0D9
(225,240,217)
#E5F2E0
(229,242,224)
#E9F4E7
(233,244,231)
#EDF6EE
(237,246,238)
#F1F8F5
(241,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9E4AF; }

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

This text font color is #C9E4AF.

Background Color

.myBgColor { background-color: #C9E4AF; }

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

This div background color is #C9E4AF.

Border color

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

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

This div border color is #C9E4AF.

Opacity

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

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

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

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

This text has shadow with #C9E4AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9E4AF.

Preview

Color preview on black background

This text has color #C9E4AF on black background.


Color preview on white background

This text has color #C9E4AF on white background.


Black color preview on #C9E4AF background

This text has black color on #C9E4AF background.


White color preview on #C9E4AF background

This text has white color on #C9E4AF background.


Related colors

Complementary color

Complementary color for #hex is #361B50.


I love getcolorcode.com

Triadic colors

1 #AFC9E4 and #E4AFC9 with #C9E4AF are triadic colors.

2 #AFE4C9 and #E4C9AF with #C9E4AF are triadic colors.