COLOR #CFD9EE

HEX: #CFD9EE
RGB: (207,217,238)

Color info

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

RGB color model

#CFD9EE color RGB value is (207,217,238).

  • red value is 207;
  • green value is 217;
  • blue value is 238.
RGB:
(207,217,238)
(81%,85%,93%)

RGB channels and saturation

R 207 of 255 = 81%
G 217 of 255 = 85%
B 238 of 255 = 93%

207
217
238

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

Portions of RGB colors in percentages

R + G + B =
207 + 217 + 238 = 662 (100%)
R 207 of 662 ~ 31.27%
G 217 of 662 ~ 32.78%
B 238 of 662 ~ 35.95%

%31.27
%32.78
%35.95

CMYK color model

#CFD9EE color CMYK value is (13,9,0,7).

  • cyan value is 13.03%
  • magenta value is 8.82%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(13,9,0,7)
C13M9Y0K7 
(13%,9%,0%,7%)
(0.13/0.09/0.00/0.07)	

CMYK percentages

%13.03
%8.82
%0
%6.67

Codes

Color #CFD9EE in popluar color models

CFD9EE
RGB207217238
HSL221°47.69%87.25%
HSB/HSV221°13.03%93.33%
CMYK13.03%8.82%0.00%
6.67%

Color #CFD9EE in popluar number systems.

HEXCFD9EE
Decimal207217238
Binary110011111101100111101110
Octal317331356

Shades and tints

Shades of #CFD9EE

#CFD9EE
(207,217,238)
#BDC6D9
(189,198,217)
#ABB3C4
(171,179,196)
#99A0AF
(153,160,175)
#878D9A
(135,141,154)
#757A85
(117,122,133)
#636770
(99,103,112)
#51545B
(81,84,91)
#3F4146
(63,65,70)
#2D2E31
(45,46,49)
#1B1B1C
(27,27,28)
#000000
(0,0,0)

Tints of #CFD9EE

#CFD9EE
(207,217,238)
#D3DCEF
(211,220,239)
#D7DFF0
(215,223,240)
#DBE2F1
(219,226,241)
#DFE5F2
(223,229,242)
#E3E8F3
(227,232,243)
#E7EBF4
(231,235,244)
#EBEEF5
(235,238,245)
#EFF1F6
(239,241,246)
#F3F4F7
(243,244,247)
#F7F7F8
(247,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CFD9EE color. Also use rgb(207,217,238) instead hex code.

Text Font Color

.myTextColor { color: #CFD9EE; }

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

This text font color is #CFD9EE.


Background Color

.myBgColor { background-color: #CFD9EE; }

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

This div background color is #CFD9EE.


Border color

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

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

This div border color is #CFD9EE.


Opacity

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

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

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

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

This text has shadow with #CFD9EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFD9EE on black background.


Color preview on white background

This text has color #CFD9EE on white background.



Black color preview on #CFD9EE background

This text has black color on #CFD9EE background.


White color preview on #CFD9EE background

This text has white color on #CFD9EE background.