COLOR #CFE5BD

HEX: #CFE5BD RGB: (207,229,189)

Color info

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

RGB color model

#CFE5BD color RGB value is (207,229,189).

RGB: (207,229,189) (81%, 90%, 74%)

RGB channels and saturation

R 207 of 255 = 81%
G 229 of 255 = 90%
B 189 of 255 = 74%

207
229
189

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

Portions of RGB colors in percentages

R + G + B = 207 + 229 + 189 = 625 (100%)
R 207 of 625 ~ 33.12%
G 229 of 625 ~ 36.64%
B 189 of 625 ~ 30.24'%

%33.12
%36.64
%30.24

CMYK color model

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

  • cyan value is 9.61%
  • magenta value is 0.00%
  • yellow value is 17.47%
  • key color value is 10.20%

CMYK: (10,0,17,10)
C10M0Y17K10 (10%, 0%, 17%, 10%)
(0.10 / 0.00 / 0.17 / 0.10)

CMYK percentages

%9.61
%0
%17.47
%10.2

Codes

Color #CFE5BD in popluar color models

CF E5 BD
RGB 207 229 189
HSL 93° 43.48% 81.96%
HSB/HSV 93° 17.47% 89.80%
CMYK 9.61% 0.00% 17.47%
10.20%

Color #CFE5BD in popluar number systems.

HEX CF E5 BD
Decimal 207 229 189
Binary 11001111 11100101 10111101
Octal 317 345 275

Shades and tints

Shades of #CFE5BD

#CFE5BD
(207,229,189)
#BDD1AC
(189,209,172)
#ABBD9B
(171,189,155)
#99A98A
(153,169,138)
#879579
(135,149,121)
#758168
(117,129,104)
#636D57
(99,109,87)
#515946
(81,89,70)
#3F4535
(63,69,53)
#2D3124
(45,49,36)
#1B1D13
(27,29,19)
#000000
(0,0,0)

Tints of #CFE5BD

#CFE5BD
(207,229,189)
#D3E7C3
(211,231,195)
#D7E9C9
(215,233,201)
#DBEBCF
(219,235,207)
#DFEDD5
(223,237,213)
#E3EFDB
(227,239,219)
#E7F1E1
(231,241,225)
#EBF3E7
(235,243,231)
#EFF5ED
(239,245,237)
#F3F7F3
(243,247,243)
#F7F9F9
(247,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CFE5BD; }

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

This text font color is #CFE5BD.

Background Color

.myBgColor { background-color: #CFE5BD; }

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

This div background color is #CFE5BD.

Border color

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

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

This div border color is #CFE5BD.

Opacity

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

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

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

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

This text has shadow with #CFE5BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CFE5BD.

Preview

Color preview on black background

This text has color #CFE5BD on black background.


Color preview on white background

This text has color #CFE5BD on white background.


Black color preview on #CFE5BD background

This text has black color on #CFE5BD background.


White color preview on #CFE5BD background

This text has white color on #CFE5BD background.


Related colors

Complementary color

Complementary color for #hex is #301A42.


I love getcolorcode.com

Triadic colors

1 #BDCFE5 and #E5BDCF with #CFE5BD are triadic colors.

2 #BDE5CF and #E5CFBD with #CFE5BD are triadic colors.