COLOR #CFDDEE

HEX: #CFDDEE
RGB: (207,221,238)

Color info

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

RGB color model

#CFDDEE color RGB value is (207,221,238).

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

RGB channels and saturation

R 207 of 255 = 81%
G 221 of 255 = 87%
B 238 of 255 = 93%

207
221
238

R + G + B ~ 87%. #CFDDEE is light color.

Portions of RGB colors in percentages

R + G + B =
207 + 221 + 238 = 666 (100%)
R 207 of 666 ~ 31.08%
G 221 of 666 ~ 33.18%
B 238 of 666 ~ 35.74%

%31.08
%33.18
%35.74

CMYK color model

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

  • cyan value is 13.03%
  • magenta value is 7.14%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(13,7,0,7)
C13M7Y0K7 
(13%,7%,0%,7%)
(0.13/0.07/0.00/0.07)	

CMYK percentages

%13.03
%7.14
%0
%6.67

Codes

Color #CFDDEE in popluar color models

CFDDEE
RGB207221238
HSL213°47.69%87.25%
HSB/HSV213°13.03%93.33%
CMYK13.03%7.14%0.00%
6.67%

Color #CFDDEE in popluar number systems.

HEXCFDDEE
Decimal207221238
Binary110011111101110111101110
Octal317335356

Shades and tints

Shades of #CFDDEE

#CFDDEE
(207,221,238)
#BDC9D9
(189,201,217)
#ABB5C4
(171,181,196)
#99A1AF
(153,161,175)
#878D9A
(135,141,154)
#757985
(117,121,133)
#636570
(99,101,112)
#51515B
(81,81,91)
#3F3D46
(63,61,70)
#2D2931
(45,41,49)
#1B151C
(27,21,28)
#000000
(0,0,0)

Tints of #CFDDEE

#CFDDEE
(207,221,238)
#D3E0EF
(211,224,239)
#D7E3F0
(215,227,240)
#DBE6F1
(219,230,241)
#DFE9F2
(223,233,242)
#E3ECF3
(227,236,243)
#E7EFF4
(231,239,244)
#EBF2F5
(235,242,245)
#EFF5F6
(239,245,246)
#F3F8F7
(243,248,247)
#F7FBF8
(247,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CFDDEE; }

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

This text font color is #CFDDEE.


Background Color

.myBgColor { background-color: #CFDDEE; }

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

This div background color is #CFDDEE.


Border color

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

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

This div border color is #CFDDEE.


Opacity

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

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

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

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

This text has shadow with #CFDDEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFDDEE on black background.


Color preview on white background

This text has color #CFDDEE on white background.



Black color preview on #CFDDEE background

This text has black color on #CFDDEE background.


White color preview on #CFDDEE background

This text has white color on #CFDDEE background.