COLOR #CFE5DB

HEX: #CFE5DB RGB: (207,229,219)

Color info

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

RGB color model

#CFE5DB color RGB value is (207,229,219).

RGB: (207,229,219) (81%, 90%, 86%)

RGB channels and saturation

R 207 of 255 = 81%
G 229 of 255 = 90%
B 219 of 255 = 86%

207
229
219

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

Portions of RGB colors in percentages

R + G + B = 207 + 229 + 219 = 655 (100%)
R 207 of 655 ~ 31.6%
G 229 of 655 ~ 34.96%
B 219 of 655 ~ 33.44'%

%31.6
%34.96
%33.44

CMYK color model

#CFE5DB color CMYK value is (10,0,4,10).

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

CMYK: (10,0,4,10)
C10M0Y4K10 (10%, 0%, 4%, 10%)
(0.10 / 0.00 / 0.04 / 0.10)

CMYK percentages

%9.61
%0
%4.37
%10.2

Codes

Color #CFE5DB in popluar color models

CF E5 DB
RGB 207 229 219
HSL 153° 29.73% 85.49%
HSB/HSV 153° 9.61% 89.80%
CMYK 9.61% 0.00% 4.37%
10.20%

Color #CFE5DB in popluar number systems.

HEX CF E5 DB
Decimal 207 229 219
Binary 11001111 11100101 11011011
Octal 317 345 333

Shades and tints

Shades of #CFE5DB

#CFE5DB
(207,229,219)
#BDD1C8
(189,209,200)
#ABBDB5
(171,189,181)
#99A9A2
(153,169,162)
#87958F
(135,149,143)
#75817C
(117,129,124)
#636D69
(99,109,105)
#515956
(81,89,86)
#3F4543
(63,69,67)
#2D3130
(45,49,48)
#1B1D1D
(27,29,29)
#000000
(0,0,0)

Tints of #CFE5DB

#CFE5DB
(207,229,219)
#D3E7DE
(211,231,222)
#D7E9E1
(215,233,225)
#DBEBE4
(219,235,228)
#DFEDE7
(223,237,231)
#E3EFEA
(227,239,234)
#E7F1ED
(231,241,237)
#EBF3F0
(235,243,240)
#EFF5F3
(239,245,243)
#F3F7F6
(243,247,246)
#F7F9F9
(247,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CFE5DB; }

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

This text font color is #CFE5DB.

Background Color

.myBgColor { background-color: #CFE5DB; }

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

This div background color is #CFE5DB.

Border color

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

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

This div border color is #CFE5DB.

Opacity

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

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

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

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

This text has shadow with #CFE5DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CFE5DB.

Preview

Color preview on black background

This text has color #CFE5DB on black background.


Color preview on white background

This text has color #CFE5DB on white background.


Black color preview on #CFE5DB background

This text has black color on #CFE5DB background.


White color preview on #CFE5DB background

This text has white color on #CFE5DB background.


Related colors

Complementary color

Complementary color for #hex is #301A24.


I love getcolorcode.com

Triadic colors

1 #DBCFE5 and #E5DBCF with #CFE5DB are triadic colors.

2 #DBE5CF and #E5CFDB with #CFE5DB are triadic colors.