COLOR #D3DEE7

HEX: #D3DEE7
RGB: (211,222,231)

Color info

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

RGB color model

#D3DEE7 color RGB value is (211,222,231).

  • red value is 211;
  • green value is 222;
  • blue value is 231.
RGB:
(211,222,231)
(83%,87%,91%)

RGB channels and saturation

R 211 of 255 = 83%
G 222 of 255 = 87%
B 231 of 255 = 91%

211
222
231

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

Portions of RGB colors in percentages

R + G + B =
211 + 222 + 231 = 664 (100%)
R 211 of 664 ~ 31.78%
G 222 of 664 ~ 33.43%
B 231 of 664 ~ 34.79%

%31.78
%33.43
%34.79

CMYK color model

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

  • cyan value is 8.66%
  • magenta value is 3.90%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(9,4,0,9)
C9M4Y0K9 
(9%,4%,0%,9%)
(0.09/0.04/0.00/0.09)	

CMYK percentages

%8.66
%3.9
%0
%9.41

Codes

Color #D3DEE7 in popluar color models

D3DEE7
RGB211222231
HSL207°29.41%86.67%
HSB/HSV207°8.66%90.59%
CMYK8.66%3.90%0.00%
9.41%

Color #D3DEE7 in popluar number systems.

HEXD3DEE7
Decimal211222231
Binary110100111101111011100111
Octal323336347

Shades and tints

Shades of #D3DEE7

#D3DEE7
(211,222,231)
#C0CAD2
(192,202,210)
#ADB6BD
(173,182,189)
#9AA2A8
(154,162,168)
#878E93
(135,142,147)
#747A7E
(116,122,126)
#616669
(97,102,105)
#4E5254
(78,82,84)
#3B3E3F
(59,62,63)
#282A2A
(40,42,42)
#151615
(21,22,21)
#000000
(0,0,0)

Tints of #D3DEE7

#D3DEE7
(211,222,231)
#D7E1E9
(215,225,233)
#DBE4EB
(219,228,235)
#DFE7ED
(223,231,237)
#E3EAEF
(227,234,239)
#E7EDF1
(231,237,241)
#EBF0F3
(235,240,243)
#EFF3F5
(239,243,245)
#F3F6F7
(243,246,247)
#F7F9F9
(247,249,249)
#FBFCFB
(251,252,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3DEE7 color. Also use rgb(211,222,231) instead hex code.

Text Font Color

.myTextColor { color: #D3DEE7; }

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

This text font color is #D3DEE7.


Background Color

.myBgColor { background-color: #D3DEE7; }

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

This div background color is #D3DEE7.


Border color

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

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

This div border color is #D3DEE7.


Opacity

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

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

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

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

This text has shadow with #D3DEE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3DEE7 on black background.


Color preview on white background

This text has color #D3DEE7 on white background.



Black color preview on #D3DEE7 background

This text has black color on #D3DEE7 background.


White color preview on #D3DEE7 background

This text has white color on #D3DEE7 background.