COLOR #CFE5DD

HEX: #CFE5DD RGB: (207,229,221)

Color info

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

RGB color model

#CFE5DD color RGB value is (207,229,221).

RGB: (207,229,221) (81%, 90%, 87%)

RGB channels and saturation

R 207 of 255 = 81%
G 229 of 255 = 90%
B 221 of 255 = 87%

207
229
221

R + G + B ~ 86%. #CFE5DD is light color.

Portions of RGB colors in percentages

R + G + B = 207 + 229 + 221 = 657 (100%)
R 207 of 657 ~ 31.51%
G 229 of 657 ~ 34.86%
B 221 of 657 ~ 33.64'%

%31.51
%34.86
%33.64

CMYK color model

#CFE5DD color CMYK value is (10,0,3,10).

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

CMYK: (10,0,3,10)
C10M0Y3K10 (10%, 0%, 3%, 10%)
(0.10 / 0.00 / 0.03 / 0.10)

CMYK percentages

%9.61
%0
%3.49
%10.2

Codes

Color #CFE5DD in popluar color models

CF E5 DD
RGB 207 229 221
HSL 158° 29.73% 85.49%
HSB/HSV 158° 9.61% 89.80%
CMYK 9.61% 0.00% 3.49%
10.20%

Color #CFE5DD in popluar number systems.

HEX CF E5 DD
Decimal 207 229 221
Binary 11001111 11100101 11011101
Octal 317 345 335

Shades and tints

Shades of #CFE5DD

#CFE5DD
(207,229,221)
#BDD1C9
(189,209,201)
#ABBDB5
(171,189,181)
#99A9A1
(153,169,161)
#87958D
(135,149,141)
#758179
(117,129,121)
#636D65
(99,109,101)
#515951
(81,89,81)
#3F453D
(63,69,61)
#2D3129
(45,49,41)
#1B1D15
(27,29,21)
#000000
(0,0,0)

Tints of #CFE5DD

#CFE5DD
(207,229,221)
#D3E7E0
(211,231,224)
#D7E9E3
(215,233,227)
#DBEBE6
(219,235,230)
#DFEDE9
(223,237,233)
#E3EFEC
(227,239,236)
#E7F1EF
(231,241,239)
#EBF3F2
(235,243,242)
#EFF5F5
(239,245,245)
#F3F7F8
(243,247,248)
#F7F9FB
(247,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CFE5DD; }

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

This text font color is #CFE5DD.

Background Color

.myBgColor { background-color: #CFE5DD; }

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

This div background color is #CFE5DD.

Border color

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

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

This div border color is #CFE5DD.

Opacity

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

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

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

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

This text has shadow with #CFE5DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CFE5DD.

Preview

Color preview on black background

This text has color #CFE5DD on black background.


Color preview on white background

This text has color #CFE5DD on white background.


Black color preview on #CFE5DD background

This text has black color on #CFE5DD background.


White color preview on #CFE5DD background

This text has white color on #CFE5DD background.


Related colors

Complementary color

Complementary color for #hex is #301A22.


I love getcolorcode.com

Triadic colors

1 #DDCFE5 and #E5DDCF with #CFE5DD are triadic colors.

2 #DDE5CF and #E5CFDD with #CFE5DD are triadic colors.