COLOR #CFDDE7

HEX: #CFDDE7
RGB: (207,221,231)

Color info

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

RGB color model

#CFDDE7 color RGB value is (207,221,231).

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

RGB channels and saturation

R 207 of 255 = 81%
G 221 of 255 = 87%
B 231 of 255 = 91%

207
221
231

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

Portions of RGB colors in percentages

R + G + B =
207 + 221 + 231 = 659 (100%)
R 207 of 659 ~ 31.41%
G 221 of 659 ~ 33.54%
B 231 of 659 ~ 35.05%

%31.41
%33.54
%35.05

CMYK color model

#CFDDE7 color CMYK value is (10,4,0,9).

  • cyan value is 10.39%
  • magenta value is 4.33%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(10,4,0,9)
C10M4Y0K9 
(10%,4%,0%,9%)
(0.10/0.04/0.00/0.09)	

CMYK percentages

%10.39
%4.33
%0
%9.41

Codes

Color #CFDDE7 in popluar color models

CFDDE7
RGB207221231
HSL205°33.33%85.88%
HSB/HSV205°10.39%90.59%
CMYK10.39%4.33%0.00%
9.41%

Color #CFDDE7 in popluar number systems.

HEXCFDDE7
Decimal207221231
Binary110011111101110111100111
Octal317335347

Shades and tints

Shades of #CFDDE7

#CFDDE7
(207,221,231)
#BDC9D2
(189,201,210)
#ABB5BD
(171,181,189)
#99A1A8
(153,161,168)
#878D93
(135,141,147)
#75797E
(117,121,126)
#636569
(99,101,105)
#515154
(81,81,84)
#3F3D3F
(63,61,63)
#2D292A
(45,41,42)
#1B1515
(27,21,21)
#000000
(0,0,0)

Tints of #CFDDE7

#CFDDE7
(207,221,231)
#D3E0E9
(211,224,233)
#D7E3EB
(215,227,235)
#DBE6ED
(219,230,237)
#DFE9EF
(223,233,239)
#E3ECF1
(227,236,241)
#E7EFF3
(231,239,243)
#EBF2F5
(235,242,245)
#EFF5F7
(239,245,247)
#F3F8F9
(243,248,249)
#F7FBFB
(247,251,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CFDDE7; }

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

This text font color is #CFDDE7.


Background Color

.myBgColor { background-color: #CFDDE7; }

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

This div background color is #CFDDE7.


Border color

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

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

This div border color is #CFDDE7.


Opacity

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

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

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

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

This text has shadow with #CFDDE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFDDE7 on black background.


Color preview on white background

This text has color #CFDDE7 on white background.



Black color preview on #CFDDE7 background

This text has black color on #CFDDE7 background.


White color preview on #CFDDE7 background

This text has white color on #CFDDE7 background.