COLOR #CFDDE5

HEX: #CFDDE5
RGB: (207,221,229)

Color info

#CFDDE5 contains red, green and blue colors in about the same proportion. Web safe color of #CFDDE5 is #CCCCCC (or #CCC).

RGB color model

#CFDDE5 color RGB value is (207,221,229).

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

RGB channels and saturation

R 207 of 255 = 81%
G 221 of 255 = 87%
B 229 of 255 = 90%

207
221
229

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

Portions of RGB colors in percentages

R + G + B =
207 + 221 + 229 = 657 (100%)
R 207 of 657 ~ 31.51%
G 221 of 657 ~ 33.64%
B 229 of 657 ~ 34.86%

%31.51
%33.64
%34.86

CMYK color model

#CFDDE5 color CMYK value is (10,3,0,10).

  • cyan value is 9.61%
  • magenta value is 3.49%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(10,3,0,10)
C10M3Y0K10 
(10%,3%,0%,10%)
(0.10/0.03/0.00/0.10)	

CMYK percentages

%9.61
%3.49
%0
%10.2

Codes

Color #CFDDE5 in popluar color models

CFDDE5
RGB207221229
HSL202°29.73%85.49%
HSB/HSV202°9.61%89.80%
CMYK9.61%3.49%0.00%
10.20%

Color #CFDDE5 in popluar number systems.

HEXCFDDE5
Decimal207221229
Binary110011111101110111100101
Octal317335345

Shades and tints

Shades of #CFDDE5

#CFDDE5
(207,221,229)
#BDC9D1
(189,201,209)
#ABB5BD
(171,181,189)
#99A1A9
(153,161,169)
#878D95
(135,141,149)
#757981
(117,121,129)
#63656D
(99,101,109)
#515159
(81,81,89)
#3F3D45
(63,61,69)
#2D2931
(45,41,49)
#1B151D
(27,21,29)
#000000
(0,0,0)

Tints of #CFDDE5

#CFDDE5
(207,221,229)
#D3E0E7
(211,224,231)
#D7E3E9
(215,227,233)
#DBE6EB
(219,230,235)
#DFE9ED
(223,233,237)
#E3ECEF
(227,236,239)
#E7EFF1
(231,239,241)
#EBF2F3
(235,242,243)
#EFF5F5
(239,245,245)
#F3F8F7
(243,248,247)
#F7FBF9
(247,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CFDDE5; }

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

This text font color is #CFDDE5.


Background Color

.myBgColor { background-color: #CFDDE5; }

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

This div background color is #CFDDE5.


Border color

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

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

This div border color is #CFDDE5.


Opacity

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

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

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

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

This text has shadow with #CFDDE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFDDE5 on black background.


Color preview on white background

This text has color #CFDDE5 on white background.



Black color preview on #CFDDE5 background

This text has black color on #CFDDE5 background.


White color preview on #CFDDE5 background

This text has white color on #CFDDE5 background.