COLOR #CFE7BD

HEX: #CFE7BD
RGB: (207,231,189)

Color info

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

RGB color model

#CFE7BD color RGB value is (207,231,189).

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

RGB channels and saturation

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

207
231
189

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

Portions of RGB colors in percentages

R + G + B =
207 + 231 + 189 = 627 (100%)
R 207 of 627 ~ 33.01%
G 231 of 627 ~ 36.84%
B 189 of 627 ~ 30.14%

%33.01
%36.84
%30.14

CMYK color model

#CFE7BD color CMYK value is (10,0,18,9).

  • cyan value is 10.39%
  • magenta value is 0.00%
  • yellow value is 18.18%
  • key color value is 9.41%
CMYK:
(10,0,18,9)
C10M0Y18K9 
(10%,0%,18%,9%)
(0.10/0.00/0.18/0.09)	

CMYK percentages

%10.39
%0
%18.18
%9.41

Codes

Color #CFE7BD in popluar color models

CFE7BD
RGB207231189
HSL94°46.67%82.35%
HSB/HSV94°18.18%90.59%
CMYK10.39%0.00%18.18%
9.41%

Color #CFE7BD in popluar number systems.

HEXCFE7BD
Decimal207231189
Binary110011111110011110111101
Octal317347275

Shades and tints

Shades of #CFE7BD

#CFE7BD
(207,231,189)
#BDD2AC
(189,210,172)
#ABBD9B
(171,189,155)
#99A88A
(153,168,138)
#879379
(135,147,121)
#757E68
(117,126,104)
#636957
(99,105,87)
#515446
(81,84,70)
#3F3F35
(63,63,53)
#2D2A24
(45,42,36)
#1B1513
(27,21,19)
#000000
(0,0,0)

Tints of #CFE7BD

#CFE7BD
(207,231,189)
#D3E9C3
(211,233,195)
#D7EBC9
(215,235,201)
#DBEDCF
(219,237,207)
#DFEFD5
(223,239,213)
#E3F1DB
(227,241,219)
#E7F3E1
(231,243,225)
#EBF5E7
(235,245,231)
#EFF7ED
(239,247,237)
#F3F9F3
(243,249,243)
#F7FBF9
(247,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CFE7BD; }

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

This text font color is #CFE7BD.


Background Color

.myBgColor { background-color: #CFE7BD; }

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

This div background color is #CFE7BD.


Border color

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

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

This div border color is #CFE7BD.


Opacity

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

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

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

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

This text has shadow with #CFE7BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFE7BD on black background.


Color preview on white background

This text has color #CFE7BD on white background.



Black color preview on #CFE7BD background

This text has black color on #CFE7BD background.


White color preview on #CFE7BD background

This text has white color on #CFE7BD background.