COLOR #CFDEE0

HEX: #CFDEE0
RGB: (207,222,224)

Color info

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

RGB color model

#CFDEE0 color RGB value is (207,222,224).

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

RGB channels and saturation

R 207 of 255 = 81%
G 222 of 255 = 87%
B 224 of 255 = 88%

207
222
224

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

Portions of RGB colors in percentages

R + G + B =
207 + 222 + 224 = 653 (100%)
R 207 of 653 ~ 31.7%
G 222 of 653 ~ 34%
B 224 of 653 ~ 34.3%

%31.7
%34
%34.3

CMYK color model

#CFDEE0 color CMYK value is (8,1,0,12).

  • cyan value is 7.59%
  • magenta value is 0.89%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(8,1,0,12)
C8M1Y0K12 
(8%,1%,0%,12%)
(0.08/0.01/0.00/0.12)	

CMYK percentages

%7.59
%0.89
%0
%12.16

Codes

Color #CFDEE0 in popluar color models

CFDEE0
RGB207222224
HSL187°21.52%84.51%
HSB/HSV187°7.59%87.84%
CMYK7.59%0.89%0.00%
12.16%

Color #CFDEE0 in popluar number systems.

HEXCFDEE0
Decimal207222224
Binary110011111101111011100000
Octal317336340

Shades and tints

Shades of #CFDEE0

#CFDEE0
(207,222,224)
#BDCACC
(189,202,204)
#ABB6B8
(171,182,184)
#99A2A4
(153,162,164)
#878E90
(135,142,144)
#757A7C
(117,122,124)
#636668
(99,102,104)
#515254
(81,82,84)
#3F3E40
(63,62,64)
#2D2A2C
(45,42,44)
#1B1618
(27,22,24)
#000000
(0,0,0)

Tints of #CFDEE0

#CFDEE0
(207,222,224)
#D3E1E2
(211,225,226)
#D7E4E4
(215,228,228)
#DBE7E6
(219,231,230)
#DFEAE8
(223,234,232)
#E3EDEA
(227,237,234)
#E7F0EC
(231,240,236)
#EBF3EE
(235,243,238)
#EFF6F0
(239,246,240)
#F3F9F2
(243,249,242)
#F7FCF4
(247,252,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CFDEE0; }

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

This text font color is #CFDEE0.


Background Color

.myBgColor { background-color: #CFDEE0; }

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

This div background color is #CFDEE0.


Border color

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

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

This div border color is #CFDEE0.


Opacity

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

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

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

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

This text has shadow with #CFDEE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFDEE0 on black background.


Color preview on white background

This text has color #CFDEE0 on white background.



Black color preview on #CFDEE0 background

This text has black color on #CFDEE0 background.


White color preview on #CFDEE0 background

This text has white color on #CFDEE0 background.