COLOR #D3DAE8

HEX: #D3DAE8 RGB: (211,218,232)

Color info

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

RGB color model

#D3DAE8 color RGB value is (211,218,232).

RGB: (211,218,232) (83%, 85%, 91%)

RGB channels and saturation

R 211 of 255 = 83%
G 218 of 255 = 85%
B 232 of 255 = 91%

211
218
232

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

Portions of RGB colors in percentages

R + G + B = 211 + 218 + 232 = 661 (100%)
R 211 of 661 ~ 31.92%
G 218 of 661 ~ 32.98%
B 232 of 661 ~ 35.1'%

%31.92
%32.98
%35.1

CMYK color model

#D3DAE8 color CMYK value is (9,6,0,9).

  • cyan value is 9.05%
  • magenta value is 6.03%
  • yellow value is 0.00%
  • key color value is 9.02%

CMYK: (9,6,0,9)
C9M6Y0K9 (9%, 6%, 0%, 9%)
(0.09 / 0.06 / 0.00 / 0.09)

CMYK percentages

%9.05
%6.03
%0
%9.02

Codes

Color #D3DAE8 in popluar color models

D3 DA E8
RGB 211 218 232
HSL 220° 31.34% 86.86%
HSB/HSV 220° 9.05% 90.98%
CMYK 9.05% 6.03% 0.00%
9.02%

Color #D3DAE8 in popluar number systems.

HEX D3 DA E8
Decimal 211 218 232
Binary 11010011 11011010 11101000
Octal 323 332 350

Shades and tints

Shades of #D3DAE8

#D3DAE8
(211,218,232)
#C0C7D3
(192,199,211)
#ADB4BE
(173,180,190)
#9AA1A9
(154,161,169)
#878E94
(135,142,148)
#747B7F
(116,123,127)
#61686A
(97,104,106)
#4E5555
(78,85,85)
#3B4240
(59,66,64)
#282F2B
(40,47,43)
#151C16
(21,28,22)
#000000
(0,0,0)

Tints of #D3DAE8

#D3DAE8
(211,218,232)
#D7DDEA
(215,221,234)
#DBE0EC
(219,224,236)
#DFE3EE
(223,227,238)
#E3E6F0
(227,230,240)
#E7E9F2
(231,233,242)
#EBECF4
(235,236,244)
#EFEFF6
(239,239,246)
#F3F2F8
(243,242,248)
#F7F5FA
(247,245,250)
#FBF8FC
(251,248,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3DAE8; }

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

This text font color is #D3DAE8.

Background Color

.myBgColor { background-color: #D3DAE8; }

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

This div background color is #D3DAE8.

Border color

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

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

This div border color is #D3DAE8.

Opacity

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

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

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

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

This text has shadow with #D3DAE8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D3DAE8.

Preview

Color preview on black background

This text has color #D3DAE8 on black background.


Color preview on white background

This text has color #D3DAE8 on white background.


Black color preview on #D3DAE8 background

This text has black color on #D3DAE8 background.


White color preview on #D3DAE8 background

This text has white color on #D3DAE8 background.


Related colors

Complementary color

Complementary color for #hex is #2C2517.


I love getcolorcode.com

Triadic colors

1 #E8D3DA and #DAE8D3 with #D3DAE8 are triadic colors.

2 #E8DAD3 and #DAD3E8 with #D3DAE8 are triadic colors.