COLOR #C9E5BF

HEX: #C9E5BF
RGB: (201,229,191)

Color info

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

RGB color model

#C9E5BF color RGB value is (201,229,191).

  • red value is 201;
  • green value is 229;
  • blue value is 191.
RGB:
(201,229,191)
(79%,90%,75%)

RGB channels and saturation

R 201 of 255 = 79%
G 229 of 255 = 90%
B 191 of 255 = 75%

201
229
191

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

Portions of RGB colors in percentages

R + G + B =
201 + 229 + 191 = 621 (100%)
R 201 of 621 ~ 32.37%
G 229 of 621 ~ 36.88%
B 191 of 621 ~ 30.76%

%32.37
%36.88
%30.76

CMYK color model

#C9E5BF color CMYK value is (12,0,17,10).

  • cyan value is 12.23%
  • magenta value is 0.00%
  • yellow value is 16.59%
  • key color value is 10.20%
CMYK:
(12,0,17,10)
C12M0Y17K10 
(12%,0%,17%,10%)
(0.12/0.00/0.17/0.10)	

CMYK percentages

%12.23
%0
%16.59
%10.2

Codes

Color #C9E5BF in popluar color models

C9E5BF
RGB201229191
HSL104°42.22%82.35%
HSB/HSV104°16.59%89.80%
CMYK12.23%0.00%16.59%
10.20%

Color #C9E5BF in popluar number systems.

HEXC9E5BF
Decimal201229191
Binary110010011110010110111111
Octal311345277

Shades and tints

Shades of #C9E5BF

#C9E5BF
(201,229,191)
#B7D1AE
(183,209,174)
#A5BD9D
(165,189,157)
#93A98C
(147,169,140)
#81957B
(129,149,123)
#6F816A
(111,129,106)
#5D6D59
(93,109,89)
#4B5948
(75,89,72)
#394537
(57,69,55)
#273126
(39,49,38)
#151D15
(21,29,21)
#000000
(0,0,0)

Tints of #C9E5BF

#C9E5BF
(201,229,191)
#CDE7C4
(205,231,196)
#D1E9C9
(209,233,201)
#D5EBCE
(213,235,206)
#D9EDD3
(217,237,211)
#DDEFD8
(221,239,216)
#E1F1DD
(225,241,221)
#E5F3E2
(229,243,226)
#E9F5E7
(233,245,231)
#EDF7EC
(237,247,236)
#F1F9F1
(241,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9E5BF; }

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

This text font color is #C9E5BF.


Background Color

.myBgColor { background-color: #C9E5BF; }

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

This div background color is #C9E5BF.


Border color

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

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

This div border color is #C9E5BF.


Opacity

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

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

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

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

This text has shadow with #C9E5BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9E5BF on black background.


Color preview on white background

This text has color #C9E5BF on white background.



Black color preview on #C9E5BF background

This text has black color on #C9E5BF background.


White color preview on #C9E5BF background

This text has white color on #C9E5BF background.