COLOR #C9E5BB

HEX: #C9E5BB RGB: (201,229,187)

Color info

#C9E5BB contains red, green and blue colors in about the same proportion. Web safe color of #C9E5BB is #CCCCCC (or #CCC).

RGB color model

#C9E5BB color RGB value is (201,229,187).

RGB: (201,229,187) (79%, 90%, 73%)

RGB channels and saturation

R 201 of 255 = 79%
G 229 of 255 = 90%
B 187 of 255 = 73%

201
229
187

R + G + B ~ 81%. #C9E5BB is quite light color.

Portions of RGB colors in percentages

R + G + B = 201 + 229 + 187 = 617 (100%)
R 201 of 617 ~ 32.58%
G 229 of 617 ~ 37.12%
B 187 of 617 ~ 30.31'%

%32.58
%37.12
%30.31

CMYK color model

#C9E5BB color CMYK value is (12,0,18,10).

  • cyan value is 12.23%
  • magenta value is 0.00%
  • yellow value is 18.34%
  • key color value is 10.20%

CMYK: (12,0,18,10)
C12M0Y18K10 (12%, 0%, 18%, 10%)
(0.12 / 0.00 / 0.18 / 0.10)

CMYK percentages

%12.23
%0
%18.34
%10.2

Codes

Color #C9E5BB in popluar color models

C9 E5 BB
RGB 201 229 187
HSL 100° 44.68% 81.57%
HSB/HSV 100° 18.34% 89.80%
CMYK 12.23% 0.00% 18.34%
10.20%

Color #C9E5BB in popluar number systems.

HEX C9 E5 BB
Decimal 201 229 187
Binary 11001001 11100101 10111011
Octal 311 345 273

Shades and tints

Shades of #C9E5BB

#C9E5BB
(201,229,187)
#B7D1AA
(183,209,170)
#A5BD99
(165,189,153)
#93A988
(147,169,136)
#819577
(129,149,119)
#6F8166
(111,129,102)
#5D6D55
(93,109,85)
#4B5944
(75,89,68)
#394533
(57,69,51)
#273122
(39,49,34)
#151D11
(21,29,17)
#000000
(0,0,0)

Tints of #C9E5BB

#C9E5BB
(201,229,187)
#CDE7C1
(205,231,193)
#D1E9C7
(209,233,199)
#D5EBCD
(213,235,205)
#D9EDD3
(217,237,211)
#DDEFD9
(221,239,217)
#E1F1DF
(225,241,223)
#E5F3E5
(229,243,229)
#E9F5EB
(233,245,235)
#EDF7F1
(237,247,241)
#F1F9F7
(241,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9E5BB color. Also use rgb(201,229,187) instead hex code.

Text Font Color

.myTextColor { color: #C9E5BB; }

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

This text font color is #C9E5BB.

Background Color

.myBgColor { background-color: #C9E5BB; }

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

This div background color is #C9E5BB.

Border color

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

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

This div border color is #C9E5BB.

Opacity

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

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

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

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

This text has shadow with #C9E5BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9E5BB.

Preview

Color preview on black background

This text has color #C9E5BB on black background.


Color preview on white background

This text has color #C9E5BB on white background.


Black color preview on #C9E5BB background

This text has black color on #C9E5BB background.


White color preview on #C9E5BB background

This text has white color on #C9E5BB background.


Related colors

Complementary color

Complementary color for #hex is #361A44.


I love getcolorcode.com

Triadic colors

1 #BBC9E5 and #E5BBC9 with #C9E5BB are triadic colors.

2 #BBE5C9 and #E5C9BB with #C9E5BB are triadic colors.