COLOR #CFDDEB

HEX: #CFDDEB
RGB: (207,221,235)

Color info

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

RGB color model

#CFDDEB color RGB value is (207,221,235).

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

RGB channels and saturation

R 207 of 255 = 81%
G 221 of 255 = 87%
B 235 of 255 = 92%

207
221
235

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

Portions of RGB colors in percentages

R + G + B =
207 + 221 + 235 = 663 (100%)
R 207 of 663 ~ 31.22%
G 221 of 663 ~ 33.33%
B 235 of 663 ~ 35.44%

%31.22
%33.33
%35.44

CMYK color model

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

  • cyan value is 11.91%
  • magenta value is 5.96%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(12,6,0,8)
C12M6Y0K8 
(12%,6%,0%,8%)
(0.12/0.06/0.00/0.08)	

CMYK percentages

%11.91
%5.96
%0
%7.84

Codes

Color #CFDDEB in popluar color models

CFDDEB
RGB207221235
HSL210°41.18%86.67%
HSB/HSV210°11.91%92.16%
CMYK11.91%5.96%0.00%
7.84%

Color #CFDDEB in popluar number systems.

HEXCFDDEB
Decimal207221235
Binary110011111101110111101011
Octal317335353

Shades and tints

Shades of #CFDDEB

#CFDDEB
(207,221,235)
#BDC9D6
(189,201,214)
#ABB5C1
(171,181,193)
#99A1AC
(153,161,172)
#878D97
(135,141,151)
#757982
(117,121,130)
#63656D
(99,101,109)
#515158
(81,81,88)
#3F3D43
(63,61,67)
#2D292E
(45,41,46)
#1B1519
(27,21,25)
#000000
(0,0,0)

Tints of #CFDDEB

#CFDDEB
(207,221,235)
#D3E0EC
(211,224,236)
#D7E3ED
(215,227,237)
#DBE6EE
(219,230,238)
#DFE9EF
(223,233,239)
#E3ECF0
(227,236,240)
#E7EFF1
(231,239,241)
#EBF2F2
(235,242,242)
#EFF5F3
(239,245,243)
#F3F8F4
(243,248,244)
#F7FBF5
(247,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CFDDEB; }

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

This text font color is #CFDDEB.


Background Color

.myBgColor { background-color: #CFDDEB; }

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

This div background color is #CFDDEB.


Border color

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

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

This div border color is #CFDDEB.


Opacity

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

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

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

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

This text has shadow with #CFDDEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFDDEB on black background.


Color preview on white background

This text has color #CFDDEB on white background.



Black color preview on #CFDDEB background

This text has black color on #CFDDEB background.


White color preview on #CFDDEB background

This text has white color on #CFDDEB background.