COLOR #CFD8EB

HEX: #CFD8EB RGB: (207,216,235)

Color info

#CFD8EB contains red, green and blue colors in about the same proportion. Web safe color of #CFD8EB is #CCCCFF (or #CCF).

RGB color model

#CFD8EB color RGB value is (207,216,235).

RGB: (207,216,235) (81%, 85%, 92%)

RGB channels and saturation

R 207 of 255 = 81%
G 216 of 255 = 85%
B 235 of 255 = 92%

207
216
235

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

Portions of RGB colors in percentages

R + G + B = 207 + 216 + 235 = 658 (100%)
R 207 of 658 ~ 31.46%
G 216 of 658 ~ 32.83%
B 235 of 658 ~ 35.71'%

%31.46
%32.83
%35.71

CMYK color model

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

  • cyan value is 11.91%
  • magenta value is 8.09%
  • yellow value is 0.00%
  • key color value is 7.84%

CMYK: (12,8,0,8)
C12M8Y0K8 (12%, 8%, 0%, 8%)
(0.12 / 0.08 / 0.00 / 0.08)

CMYK percentages

%11.91
%8.09
%0
%7.84

Codes

Color #CFD8EB in popluar color models

CF D8 EB
RGB 207 216 235
HSL 221° 41.18% 86.67%
HSB/HSV 221° 11.91% 92.16%
CMYK 11.91% 8.09% 0.00%
7.84%

Color #CFD8EB in popluar number systems.

HEX CF D8 EB
Decimal 207 216 235
Binary 11001111 11011000 11101011
Octal 317 330 353

Shades and tints

Shades of #CFD8EB

#CFD8EB
(207,216,235)
#BDC5D6
(189,197,214)
#ABB2C1
(171,178,193)
#999FAC
(153,159,172)
#878C97
(135,140,151)
#757982
(117,121,130)
#63666D
(99,102,109)
#515358
(81,83,88)
#3F4043
(63,64,67)
#2D2D2E
(45,45,46)
#1B1A19
(27,26,25)
#000000
(0,0,0)

Tints of #CFD8EB

#CFD8EB
(207,216,235)
#D3DBEC
(211,219,236)
#D7DEED
(215,222,237)
#DBE1EE
(219,225,238)
#DFE4EF
(223,228,239)
#E3E7F0
(227,231,240)
#E7EAF1
(231,234,241)
#EBEDF2
(235,237,242)
#EFF0F3
(239,240,243)
#F3F3F4
(243,243,244)
#F7F6F5
(247,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CFD8EB; }

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

This text font color is #CFD8EB.

Background Color

.myBgColor { background-color: #CFD8EB; }

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

This div background color is #CFD8EB.

Border color

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

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

This div border color is #CFD8EB.

Opacity

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

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

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

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

This text has shadow with #CFD8EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CFD8EB.

Preview

Color preview on black background

This text has color #CFD8EB on black background.


Color preview on white background

This text has color #CFD8EB on white background.


Black color preview on #CFD8EB background

This text has black color on #CFD8EB background.


White color preview on #CFD8EB background

This text has white color on #CFD8EB background.


Related colors

Complementary color

Complementary color for #hex is #302714.


I love getcolorcode.com

Triadic colors

1 #EBCFD8 and #D8EBCF with #CFD8EB are triadic colors.

2 #EBD8CF and #D8CFEB with #CFD8EB are triadic colors.