COLOR #D3DEE6

HEX: #D3DEE6
RGB: (211,222,230)

Color info

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

RGB color model

#D3DEE6 color RGB value is (211,222,230).

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

RGB channels and saturation

R 211 of 255 = 83%
G 222 of 255 = 87%
B 230 of 255 = 90%

211
222
230

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

Portions of RGB colors in percentages

R + G + B =
211 + 222 + 230 = 663 (100%)
R 211 of 663 ~ 31.83%
G 222 of 663 ~ 33.48%
B 230 of 663 ~ 34.69%

%31.83
%33.48
%34.69

CMYK color model

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

  • cyan value is 8.26%
  • magenta value is 3.48%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(8,3,0,10)
C8M3Y0K10 
(8%,3%,0%,10%)
(0.08/0.03/0.00/0.10)	

CMYK percentages

%8.26
%3.48
%0
%9.8

Codes

Color #D3DEE6 in popluar color models

D3DEE6
RGB211222230
HSL205°27.54%86.47%
HSB/HSV205°8.26%90.20%
CMYK8.26%3.48%0.00%
9.80%

Color #D3DEE6 in popluar number systems.

HEXD3DEE6
Decimal211222230
Binary110100111101111011100110
Octal323336346

Shades and tints

Shades of #D3DEE6

#D3DEE6
(211,222,230)
#C0CAD2
(192,202,210)
#ADB6BE
(173,182,190)
#9AA2AA
(154,162,170)
#878E96
(135,142,150)
#747A82
(116,122,130)
#61666E
(97,102,110)
#4E525A
(78,82,90)
#3B3E46
(59,62,70)
#282A32
(40,42,50)
#15161E
(21,22,30)
#000000
(0,0,0)

Tints of #D3DEE6

#D3DEE6
(211,222,230)
#D7E1E8
(215,225,232)
#DBE4EA
(219,228,234)
#DFE7EC
(223,231,236)
#E3EAEE
(227,234,238)
#E7EDF0
(231,237,240)
#EBF0F2
(235,240,242)
#EFF3F4
(239,243,244)
#F3F6F6
(243,246,246)
#F7F9F8
(247,249,248)
#FBFCFA
(251,252,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3DEE6; }

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

This text font color is #D3DEE6.


Background Color

.myBgColor { background-color: #D3DEE6; }

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

This div background color is #D3DEE6.


Border color

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

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

This div border color is #D3DEE6.


Opacity

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

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

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

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

This text has shadow with #D3DEE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3DEE6 on black background.


Color preview on white background

This text has color #D3DEE6 on white background.



Black color preview on #D3DEE6 background

This text has black color on #D3DEE6 background.


White color preview on #D3DEE6 background

This text has white color on #D3DEE6 background.