COLOR #C9E3BF

HEX: #C9E3BF
RGB: (201,227,191)

Color info

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

RGB color model

#C9E3BF color RGB value is (201,227,191).

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

RGB channels and saturation

R 201 of 255 = 79%
G 227 of 255 = 89%
B 191 of 255 = 75%

201
227
191

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

Portions of RGB colors in percentages

R + G + B =
201 + 227 + 191 = 619 (100%)
R 201 of 619 ~ 32.47%
G 227 of 619 ~ 36.67%
B 191 of 619 ~ 30.86%

%32.47
%36.67
%30.86

CMYK color model

#C9E3BF color CMYK value is (11,0,16,11).

  • cyan value is 11.45%
  • magenta value is 0.00%
  • yellow value is 15.86%
  • key color value is 10.98%
CMYK:
(11,0,16,11)
C11M0Y16K11 
(11%,0%,16%,11%)
(0.11/0.00/0.16/0.11)	

CMYK percentages

%11.45
%0
%15.86
%10.98

Codes

Color #C9E3BF in popluar color models

C9E3BF
RGB201227191
HSL103°39.13%81.96%
HSB/HSV103°15.86%89.02%
CMYK11.45%0.00%15.86%
10.98%

Color #C9E3BF in popluar number systems.

HEXC9E3BF
Decimal201227191
Binary110010011110001110111111
Octal311343277

Shades and tints

Shades of #C9E3BF

#C9E3BF
(201,227,191)
#B7CFAE
(183,207,174)
#A5BB9D
(165,187,157)
#93A78C
(147,167,140)
#81937B
(129,147,123)
#6F7F6A
(111,127,106)
#5D6B59
(93,107,89)
#4B5748
(75,87,72)
#394337
(57,67,55)
#272F26
(39,47,38)
#151B15
(21,27,21)
#000000
(0,0,0)

Tints of #C9E3BF

#C9E3BF
(201,227,191)
#CDE5C4
(205,229,196)
#D1E7C9
(209,231,201)
#D5E9CE
(213,233,206)
#D9EBD3
(217,235,211)
#DDEDD8
(221,237,216)
#E1EFDD
(225,239,221)
#E5F1E2
(229,241,226)
#E9F3E7
(233,243,231)
#EDF5EC
(237,245,236)
#F1F7F1
(241,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9E3BF; }

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

This text font color is #C9E3BF.


Background Color

.myBgColor { background-color: #C9E3BF; }

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

This div background color is #C9E3BF.


Border color

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

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

This div border color is #C9E3BF.


Opacity

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

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

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

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

This text has shadow with #C9E3BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9E3BF on black background.


Color preview on white background

This text has color #C9E3BF on white background.



Black color preview on #C9E3BF background

This text has black color on #C9E3BF background.


White color preview on #C9E3BF background

This text has white color on #C9E3BF background.