COLOR #C9E7BB

HEX: #C9E7BB
RGB: (201,231,187)

Color info

#C9E7BB contains red, green and blue colors in about the same proportion. Web safe color of #C9E7BB is #CCFFCC (or #CFC).

RGB color model

#C9E7BB color RGB value is (201,231,187).

  • red value is 201;
  • green value is 231;
  • blue value is 187.
RGB:
(201,231,187)
(79%,91%,73%)

RGB channels and saturation

R 201 of 255 = 79%
G 231 of 255 = 91%
B 187 of 255 = 73%

201
231
187

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

Portions of RGB colors in percentages

R + G + B =
201 + 231 + 187 = 619 (100%)
R 201 of 619 ~ 32.47%
G 231 of 619 ~ 37.32%
B 187 of 619 ~ 30.21%

%32.47
%37.32
%30.21

CMYK color model

#C9E7BB color CMYK value is (13,0,19,9).

  • cyan value is 12.99%
  • magenta value is 0.00%
  • yellow value is 19.05%
  • key color value is 9.41%
CMYK:
(13,0,19,9)
C13M0Y19K9 
(13%,0%,19%,9%)
(0.13/0.00/0.19/0.09)	

CMYK percentages

%12.99
%0
%19.05
%9.41

Codes

Color #C9E7BB in popluar color models

C9E7BB
RGB201231187
HSL101°47.83%81.96%
HSB/HSV101°19.05%90.59%
CMYK12.99%0.00%19.05%
9.41%

Color #C9E7BB in popluar number systems.

HEXC9E7BB
Decimal201231187
Binary110010011110011110111011
Octal311347273

Shades and tints

Shades of #C9E7BB

#C9E7BB
(201,231,187)
#B7D2AA
(183,210,170)
#A5BD99
(165,189,153)
#93A888
(147,168,136)
#819377
(129,147,119)
#6F7E66
(111,126,102)
#5D6955
(93,105,85)
#4B5444
(75,84,68)
#393F33
(57,63,51)
#272A22
(39,42,34)
#151511
(21,21,17)
#000000
(0,0,0)

Tints of #C9E7BB

#C9E7BB
(201,231,187)
#CDE9C1
(205,233,193)
#D1EBC7
(209,235,199)
#D5EDCD
(213,237,205)
#D9EFD3
(217,239,211)
#DDF1D9
(221,241,217)
#E1F3DF
(225,243,223)
#E5F5E5
(229,245,229)
#E9F7EB
(233,247,235)
#EDF9F1
(237,249,241)
#F1FBF7
(241,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9E7BB; }

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

This text font color is #C9E7BB.


Background Color

.myBgColor { background-color: #C9E7BB; }

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

This div background color is #C9E7BB.


Border color

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

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

This div border color is #C9E7BB.


Opacity

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

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

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

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

This text has shadow with #C9E7BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9E7BB on black background.


Color preview on white background

This text has color #C9E7BB on white background.



Black color preview on #C9E7BB background

This text has black color on #C9E7BB background.


White color preview on #C9E7BB background

This text has white color on #C9E7BB background.