COLOR #D3DAE2

HEX: #D3DAE2
RGB: (211,218,226)

Color info

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

RGB color model

#D3DAE2 color RGB value is (211,218,226).

  • red value is 211;
  • green value is 218;
  • blue value is 226.
RGB:
(211,218,226)
(83%,85%,89%)

RGB channels and saturation

R 211 of 255 = 83%
G 218 of 255 = 85%
B 226 of 255 = 89%

211
218
226

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

Portions of RGB colors in percentages

R + G + B =
211 + 218 + 226 = 655 (100%)
R 211 of 655 ~ 32.21%
G 218 of 655 ~ 33.28%
B 226 of 655 ~ 34.5%

%32.21
%33.28
%34.5

CMYK color model

#D3DAE2 color CMYK value is (7,4,0,11).

  • cyan value is 6.64%
  • magenta value is 3.54%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(7,4,0,11)
C7M4Y0K11 
(7%,4%,0%,11%)
(0.07/0.04/0.00/0.11)	

CMYK percentages

%6.64
%3.54
%0
%11.37

Codes

Color #D3DAE2 in popluar color models

D3DAE2
RGB211218226
HSL212°20.55%85.69%
HSB/HSV212°6.64%88.63%
CMYK6.64%3.54%0.00%
11.37%

Color #D3DAE2 in popluar number systems.

HEXD3DAE2
Decimal211218226
Binary110100111101101011100010
Octal323332342

Shades and tints

Shades of #D3DAE2

#D3DAE2
(211,218,226)
#C0C7CE
(192,199,206)
#ADB4BA
(173,180,186)
#9AA1A6
(154,161,166)
#878E92
(135,142,146)
#747B7E
(116,123,126)
#61686A
(97,104,106)
#4E5556
(78,85,86)
#3B4242
(59,66,66)
#282F2E
(40,47,46)
#151C1A
(21,28,26)
#000000
(0,0,0)

Tints of #D3DAE2

#D3DAE2
(211,218,226)
#D7DDE4
(215,221,228)
#DBE0E6
(219,224,230)
#DFE3E8
(223,227,232)
#E3E6EA
(227,230,234)
#E7E9EC
(231,233,236)
#EBECEE
(235,236,238)
#EFEFF0
(239,239,240)
#F3F2F2
(243,242,242)
#F7F5F4
(247,245,244)
#FBF8F6
(251,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3DAE2 color. Also use rgb(211,218,226) instead hex code.

Text Font Color

.myTextColor { color: #D3DAE2; }

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

This text font color is #D3DAE2.


Background Color

.myBgColor { background-color: #D3DAE2; }

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

This div background color is #D3DAE2.


Border color

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

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

This div border color is #D3DAE2.


Opacity

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

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

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

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

This text has shadow with #D3DAE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3DAE2 on black background.


Color preview on white background

This text has color #D3DAE2 on white background.



Black color preview on #D3DAE2 background

This text has black color on #D3DAE2 background.


White color preview on #D3DAE2 background

This text has white color on #D3DAE2 background.