COLOR #CFD8E2

HEX: #CFD8E2 RGB: (207,216,226)

Color info

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

RGB color model

#CFD8E2 color RGB value is (207,216,226).

RGB: (207,216,226) (81%, 85%, 89%)

RGB channels and saturation

R 207 of 255 = 81%
G 216 of 255 = 85%
B 226 of 255 = 89%

207
216
226

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

Portions of RGB colors in percentages

R + G + B = 207 + 216 + 226 = 649 (100%)
R 207 of 649 ~ 31.9%
G 216 of 649 ~ 33.28%
B 226 of 649 ~ 34.82'%

%31.9
%33.28
%34.82

CMYK color model

#CFD8E2 color CMYK value is (8,4,0,11).

  • cyan value is 8.41%
  • magenta value is 4.42%
  • yellow value is 0.00%
  • key color value is 11.37%

CMYK: (8,4,0,11)
C8M4Y0K11 (8%, 4%, 0%, 11%)
(0.08 / 0.04 / 0.00 / 0.11)

CMYK percentages

%8.41
%4.42
%0
%11.37

Codes

Color #CFD8E2 in popluar color models

CF D8 E2
RGB 207 216 226
HSL 212° 24.68% 84.90%
HSB/HSV 212° 8.41% 88.63%
CMYK 8.41% 4.42% 0.00%
11.37%

Color #CFD8E2 in popluar number systems.

HEX CF D8 E2
Decimal 207 216 226
Binary 11001111 11011000 11100010
Octal 317 330 342

Shades and tints

Shades of #CFD8E2

#CFD8E2
(207,216,226)
#BDC5CE
(189,197,206)
#ABB2BA
(171,178,186)
#999FA6
(153,159,166)
#878C92
(135,140,146)
#75797E
(117,121,126)
#63666A
(99,102,106)
#515356
(81,83,86)
#3F4042
(63,64,66)
#2D2D2E
(45,45,46)
#1B1A1A
(27,26,26)
#000000
(0,0,0)

Tints of #CFD8E2

#CFD8E2
(207,216,226)
#D3DBE4
(211,219,228)
#D7DEE6
(215,222,230)
#DBE1E8
(219,225,232)
#DFE4EA
(223,228,234)
#E3E7EC
(227,231,236)
#E7EAEE
(231,234,238)
#EBEDF0
(235,237,240)
#EFF0F2
(239,240,242)
#F3F3F4
(243,243,244)
#F7F6F6
(247,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CFD8E2 color. Also use rgb(207,216,226) instead hex code.

Text Font Color

.myTextColor { color: #CFD8E2; }

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

This text font color is #CFD8E2.

Background Color

.myBgColor { background-color: #CFD8E2; }

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

This div background color is #CFD8E2.

Border color

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

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

This div border color is #CFD8E2.

Opacity

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

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

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

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

This text has shadow with #CFD8E2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CFD8E2.

Preview

Color preview on black background

This text has color #CFD8E2 on black background.


Color preview on white background

This text has color #CFD8E2 on white background.


Black color preview on #CFD8E2 background

This text has black color on #CFD8E2 background.


White color preview on #CFD8E2 background

This text has white color on #CFD8E2 background.


Related colors

Complementary color

Complementary color for #hex is #30271D.


I love getcolorcode.com

Triadic colors

1 #E2CFD8 and #D8E2CF with #CFD8E2 are triadic colors.

2 #E2D8CF and #D8CFE2 with #CFD8E2 are triadic colors.