COLOR #CFE9BD

HEX: #CFE9BD
RGB: (207,233,189)

Color info

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

RGB color model

#CFE9BD color RGB value is (207,233,189).

  • red value is 207;
  • green value is 233;
  • blue value is 189.
RGB:
(207,233,189)
(81%,91%,74%)

RGB channels and saturation

R 207 of 255 = 81%
G 233 of 255 = 91%
B 189 of 255 = 74%

207
233
189

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

Portions of RGB colors in percentages

R + G + B =
207 + 233 + 189 = 629 (100%)
R 207 of 629 ~ 32.91%
G 233 of 629 ~ 37.04%
B 189 of 629 ~ 30.05%

%32.91
%37.04
%30.05

CMYK color model

#CFE9BD color CMYK value is (11,0,19,9).

  • cyan value is 11.16%
  • magenta value is 0.00%
  • yellow value is 18.88%
  • key color value is 8.63%
CMYK:
(11,0,19,9)
C11M0Y19K9 
(11%,0%,19%,9%)
(0.11/0.00/0.19/0.09)	

CMYK percentages

%11.16
%0
%18.88
%8.63

Codes

Color #CFE9BD in popluar color models

CFE9BD
RGB207233189
HSL95°50.00%82.75%
HSB/HSV95°18.88%91.37%
CMYK11.16%0.00%18.88%
8.63%

Color #CFE9BD in popluar number systems.

HEXCFE9BD
Decimal207233189
Binary110011111110100110111101
Octal317351275

Shades and tints

Shades of #CFE9BD

#CFE9BD
(207,233,189)
#BDD4AC
(189,212,172)
#ABBF9B
(171,191,155)
#99AA8A
(153,170,138)
#879579
(135,149,121)
#758068
(117,128,104)
#636B57
(99,107,87)
#515646
(81,86,70)
#3F4135
(63,65,53)
#2D2C24
(45,44,36)
#1B1713
(27,23,19)
#000000
(0,0,0)

Tints of #CFE9BD

#CFE9BD
(207,233,189)
#D3EBC3
(211,235,195)
#D7EDC9
(215,237,201)
#DBEFCF
(219,239,207)
#DFF1D5
(223,241,213)
#E3F3DB
(227,243,219)
#E7F5E1
(231,245,225)
#EBF7E7
(235,247,231)
#EFF9ED
(239,249,237)
#F3FBF3
(243,251,243)
#F7FDF9
(247,253,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CFE9BD color. Also use rgb(207,233,189) instead hex code.

Text Font Color

.myTextColor { color: #CFE9BD; }

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

This text font color is #CFE9BD.


Background Color

.myBgColor { background-color: #CFE9BD; }

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

This div background color is #CFE9BD.


Border color

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

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

This div border color is #CFE9BD.


Opacity

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

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

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

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

This text has shadow with #CFE9BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFE9BD on black background.


Color preview on white background

This text has color #CFE9BD on white background.



Black color preview on #CFE9BD background

This text has black color on #CFE9BD background.


White color preview on #CFE9BD background

This text has white color on #CFE9BD background.