COLOR #CFE0DB

HEX: #CFE0DB
RGB: (207,224,219)

Color info

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

RGB color model

#CFE0DB color RGB value is (207,224,219).

  • red value is 207;
  • green value is 224;
  • blue value is 219.
RGB:
(207,224,219)
(81%,88%,86%)

RGB channels and saturation

R 207 of 255 = 81%
G 224 of 255 = 88%
B 219 of 255 = 86%

207
224
219

R + G + B ~ 85%. #CFE0DB is quite light color.

Portions of RGB colors in percentages

R + G + B =
207 + 224 + 219 = 650 (100%)
R 207 of 650 ~ 31.85%
G 224 of 650 ~ 34.46%
B 219 of 650 ~ 33.69%

%31.85
%34.46
%33.69

CMYK color model

#CFE0DB color CMYK value is (8,0,2,12).

  • cyan value is 7.59%
  • magenta value is 0.00%
  • yellow value is 2.23%
  • key color value is 12.16%
CMYK:
(8,0,2,12)
C8M0Y2K12 
(8%,0%,2%,12%)
(0.08/0.00/0.02/0.12)	

CMYK percentages

%7.59
%0
%2.23
%12.16

Codes

Color #CFE0DB in popluar color models

CFE0DB
RGB207224219
HSL162°21.52%84.51%
HSB/HSV162°7.59%87.84%
CMYK7.59%0.00%2.23%
12.16%

Color #CFE0DB in popluar number systems.

HEXCFE0DB
Decimal207224219
Binary110011111110000011011011
Octal317340333

Shades and tints

Shades of #CFE0DB

#CFE0DB
(207,224,219)
#BDCCC8
(189,204,200)
#ABB8B5
(171,184,181)
#99A4A2
(153,164,162)
#87908F
(135,144,143)
#757C7C
(117,124,124)
#636869
(99,104,105)
#515456
(81,84,86)
#3F4043
(63,64,67)
#2D2C30
(45,44,48)
#1B181D
(27,24,29)
#000000
(0,0,0)

Tints of #CFE0DB

#CFE0DB
(207,224,219)
#D3E2DE
(211,226,222)
#D7E4E1
(215,228,225)
#DBE6E4
(219,230,228)
#DFE8E7
(223,232,231)
#E3EAEA
(227,234,234)
#E7ECED
(231,236,237)
#EBEEF0
(235,238,240)
#EFF0F3
(239,240,243)
#F3F2F6
(243,242,246)
#F7F4F9
(247,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CFE0DB; }

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

This text font color is #CFE0DB.


Background Color

.myBgColor { background-color: #CFE0DB; }

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

This div background color is #CFE0DB.


Border color

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

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

This div border color is #CFE0DB.


Opacity

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

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

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

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

This text has shadow with #CFE0DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFE0DB on black background.


Color preview on white background

This text has color #CFE0DB on white background.



Black color preview on #CFE0DB background

This text has black color on #CFE0DB background.


White color preview on #CFE0DB background

This text has white color on #CFE0DB background.