COLOR #CFD6E8

HEX: #CFD6E8
RGB: (207,214,232)

Color info

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

RGB color model

#CFD6E8 color RGB value is (207,214,232).

  • red value is 207;
  • green value is 214;
  • blue value is 232.
RGB:
(207,214,232)
(81%,84%,91%)

RGB channels and saturation

R 207 of 255 = 81%
G 214 of 255 = 84%
B 232 of 255 = 91%

207
214
232

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

Portions of RGB colors in percentages

R + G + B =
207 + 214 + 232 = 653 (100%)
R 207 of 653 ~ 31.7%
G 214 of 653 ~ 32.77%
B 232 of 653 ~ 35.53%

%31.7
%32.77
%35.53

CMYK color model

#CFD6E8 color CMYK value is (11,8,0,9).

  • cyan value is 10.78%
  • magenta value is 7.76%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(11,8,0,9)
C11M8Y0K9 
(11%,8%,0%,9%)
(0.11/0.08/0.00/0.09)	

CMYK percentages

%10.78
%7.76
%0
%9.02

Codes

Color #CFD6E8 in popluar color models

CFD6E8
RGB207214232
HSL223°35.21%86.08%
HSB/HSV223°10.78%90.98%
CMYK10.78%7.76%0.00%
9.02%

Color #CFD6E8 in popluar number systems.

HEXCFD6E8
Decimal207214232
Binary110011111101011011101000
Octal317326350

Shades and tints

Shades of #CFD6E8

#CFD6E8
(207,214,232)
#BDC3D3
(189,195,211)
#ABB0BE
(171,176,190)
#999DA9
(153,157,169)
#878A94
(135,138,148)
#75777F
(117,119,127)
#63646A
(99,100,106)
#515155
(81,81,85)
#3F3E40
(63,62,64)
#2D2B2B
(45,43,43)
#1B1816
(27,24,22)
#000000
(0,0,0)

Tints of #CFD6E8

#CFD6E8
(207,214,232)
#D3D9EA
(211,217,234)
#D7DCEC
(215,220,236)
#DBDFEE
(219,223,238)
#DFE2F0
(223,226,240)
#E3E5F2
(227,229,242)
#E7E8F4
(231,232,244)
#EBEBF6
(235,235,246)
#EFEEF8
(239,238,248)
#F3F1FA
(243,241,250)
#F7F4FC
(247,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CFD6E8 color. Also use rgb(207,214,232) instead hex code.

Text Font Color

.myTextColor { color: #CFD6E8; }

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

This text font color is #CFD6E8.


Background Color

.myBgColor { background-color: #CFD6E8; }

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

This div background color is #CFD6E8.


Border color

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

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

This div border color is #CFD6E8.


Opacity

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

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

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

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

This text has shadow with #CFD6E8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFD6E8 on black background.


Color preview on white background

This text has color #CFD6E8 on white background.



Black color preview on #CFD6E8 background

This text has black color on #CFD6E8 background.


White color preview on #CFD6E8 background

This text has white color on #CFD6E8 background.