COLOR #C9E7BF

HEX: #C9E7BF RGB: (201,231,191)

Color info

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

RGB color model

#C9E7BF color RGB value is (201,231,191).

RGB: (201,231,191) (79%, 91%, 75%)

RGB channels and saturation

R 201 of 255 = 79%
G 231 of 255 = 91%
B 191 of 255 = 75%

201
231
191

R + G + B ~ 82%. #C9E7BF is quite light color.

Portions of RGB colors in percentages

R + G + B = 201 + 231 + 191 = 623 (100%)
R 201 of 623 ~ 32.26%
G 231 of 623 ~ 37.08%
B 191 of 623 ~ 30.66'%

%32.26
%37.08
%30.66

CMYK color model

#C9E7BF color CMYK value is (13,0,17,9).

  • cyan value is 12.99%
  • magenta value is 0.00%
  • yellow value is 17.32%
  • key color value is 9.41%

CMYK: (13,0,17,9)
C13M0Y17K9 (13%, 0%, 17%, 9%)
(0.13 / 0.00 / 0.17 / 0.09)

CMYK percentages

%12.99
%0
%17.32
%9.41

Codes

Color #C9E7BF in popluar color models

C9 E7 BF
RGB 201 231 191
HSL 105° 45.45% 82.75%
HSB/HSV 105° 17.32% 90.59%
CMYK 12.99% 0.00% 17.32%
9.41%

Color #C9E7BF in popluar number systems.

HEX C9 E7 BF
Decimal 201 231 191
Binary 11001001 11100111 10111111
Octal 311 347 277

Shades and tints

Shades of #C9E7BF

#C9E7BF
(201,231,191)
#B7D2AE
(183,210,174)
#A5BD9D
(165,189,157)
#93A88C
(147,168,140)
#81937B
(129,147,123)
#6F7E6A
(111,126,106)
#5D6959
(93,105,89)
#4B5448
(75,84,72)
#393F37
(57,63,55)
#272A26
(39,42,38)
#151515
(21,21,21)
#000000
(0,0,0)

Tints of #C9E7BF

#C9E7BF
(201,231,191)
#CDE9C4
(205,233,196)
#D1EBC9
(209,235,201)
#D5EDCE
(213,237,206)
#D9EFD3
(217,239,211)
#DDF1D8
(221,241,216)
#E1F3DD
(225,243,221)
#E5F5E2
(229,245,226)
#E9F7E7
(233,247,231)
#EDF9EC
(237,249,236)
#F1FBF1
(241,251,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9E7BF; }

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

This text font color is #C9E7BF.

Background Color

.myBgColor { background-color: #C9E7BF; }

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

This div background color is #C9E7BF.

Border color

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

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

This div border color is #C9E7BF.

Opacity

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

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

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

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

This text has shadow with #C9E7BF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9E7BF.

Preview

Color preview on black background

This text has color #C9E7BF on black background.


Color preview on white background

This text has color #C9E7BF on white background.


Black color preview on #C9E7BF background

This text has black color on #C9E7BF background.


White color preview on #C9E7BF background

This text has white color on #C9E7BF background.


Related colors

Complementary color

Complementary color for #hex is #361840.


I love getcolorcode.com

Triadic colors

1 #BFC9E7 and #E7BFC9 with #C9E7BF are triadic colors.

2 #BFE7C9 and #E7C9BF with #C9E7BF are triadic colors.