COLOR #D3DEE3

HEX: #D3DEE3
RGB: (211,222,227)

Color info

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

RGB color model

#D3DEE3 color RGB value is (211,222,227).

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

RGB channels and saturation

R 211 of 255 = 83%
G 222 of 255 = 87%
B 227 of 255 = 89%

211
222
227

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

Portions of RGB colors in percentages

R + G + B =
211 + 222 + 227 = 660 (100%)
R 211 of 660 ~ 31.97%
G 222 of 660 ~ 33.64%
B 227 of 660 ~ 34.39%

%31.97
%33.64
%34.39

CMYK color model

#D3DEE3 color CMYK value is (7,2,0,11).

  • cyan value is 7.05%
  • magenta value is 2.20%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(7,2,0,11)
C7M2Y0K11 
(7%,2%,0%,11%)
(0.07/0.02/0.00/0.11)	

CMYK percentages

%7.05
%2.2
%0
%10.98

Codes

Color #D3DEE3 in popluar color models

D3DEE3
RGB211222227
HSL199°22.22%85.88%
HSB/HSV199°7.05%89.02%
CMYK7.05%2.20%0.00%
10.98%

Color #D3DEE3 in popluar number systems.

HEXD3DEE3
Decimal211222227
Binary110100111101111011100011
Octal323336343

Shades and tints

Shades of #D3DEE3

#D3DEE3
(211,222,227)
#C0CACF
(192,202,207)
#ADB6BB
(173,182,187)
#9AA2A7
(154,162,167)
#878E93
(135,142,147)
#747A7F
(116,122,127)
#61666B
(97,102,107)
#4E5257
(78,82,87)
#3B3E43
(59,62,67)
#282A2F
(40,42,47)
#15161B
(21,22,27)
#000000
(0,0,0)

Tints of #D3DEE3

#D3DEE3
(211,222,227)
#D7E1E5
(215,225,229)
#DBE4E7
(219,228,231)
#DFE7E9
(223,231,233)
#E3EAEB
(227,234,235)
#E7EDED
(231,237,237)
#EBF0EF
(235,240,239)
#EFF3F1
(239,243,241)
#F3F6F3
(243,246,243)
#F7F9F5
(247,249,245)
#FBFCF7
(251,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3DEE3; }

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

This text font color is #D3DEE3.


Background Color

.myBgColor { background-color: #D3DEE3; }

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

This div background color is #D3DEE3.


Border color

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

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

This div border color is #D3DEE3.


Opacity

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

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

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

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

This text has shadow with #D3DEE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3DEE3 on black background.


Color preview on white background

This text has color #D3DEE3 on white background.



Black color preview on #D3DEE3 background

This text has black color on #D3DEE3 background.


White color preview on #D3DEE3 background

This text has white color on #D3DEE3 background.