COLOR #D3DAEE

HEX: #D3DAEE RGB: (211,218,238)

Color info

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

RGB color model

#D3DAEE color RGB value is (211,218,238).

RGB: (211,218,238) (83%, 85%, 93%)

RGB channels and saturation

R 211 of 255 = 83%
G 218 of 255 = 85%
B 238 of 255 = 93%

211
218
238

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

Portions of RGB colors in percentages

R + G + B = 211 + 218 + 238 = 667 (100%)
R 211 of 667 ~ 31.63%
G 218 of 667 ~ 32.68%
B 238 of 667 ~ 35.68'%

%31.63
%32.68
%35.68

CMYK color model

#D3DAEE color CMYK value is (11,8,0,7).

  • cyan value is 11.34%
  • magenta value is 8.40%
  • yellow value is 0.00%
  • key color value is 6.67%

CMYK: (11,8,0,7)
C11M8Y0K7 (11%, 8%, 0%, 7%)
(0.11 / 0.08 / 0.00 / 0.07)

CMYK percentages

%11.34
%8.4
%0
%6.67

Codes

Color #D3DAEE in popluar color models

D3 DA EE
RGB 211 218 238
HSL 224° 44.26% 88.04%
HSB/HSV 224° 11.34% 93.33%
CMYK 11.34% 8.40% 0.00%
6.67%

Color #D3DAEE in popluar number systems.

HEX D3 DA EE
Decimal 211 218 238
Binary 11010011 11011010 11101110
Octal 323 332 356

Shades and tints

Shades of #D3DAEE

#D3DAEE
(211,218,238)
#C0C7D9
(192,199,217)
#ADB4C4
(173,180,196)
#9AA1AF
(154,161,175)
#878E9A
(135,142,154)
#747B85
(116,123,133)
#616870
(97,104,112)
#4E555B
(78,85,91)
#3B4246
(59,66,70)
#282F31
(40,47,49)
#151C1C
(21,28,28)
#000000
(0,0,0)

Tints of #D3DAEE

#D3DAEE
(211,218,238)
#D7DDEF
(215,221,239)
#DBE0F0
(219,224,240)
#DFE3F1
(223,227,241)
#E3E6F2
(227,230,242)
#E7E9F3
(231,233,243)
#EBECF4
(235,236,244)
#EFEFF5
(239,239,245)
#F3F2F6
(243,242,246)
#F7F5F7
(247,245,247)
#FBF8F8
(251,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3DAEE; }

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

This text font color is #D3DAEE.

Background Color

.myBgColor { background-color: #D3DAEE; }

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

This div background color is #D3DAEE.

Border color

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

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

This div border color is #D3DAEE.

Opacity

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

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

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

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

This text has shadow with #D3DAEE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D3DAEE.

Preview

Color preview on black background

This text has color #D3DAEE on black background.


Color preview on white background

This text has color #D3DAEE on white background.


Black color preview on #D3DAEE background

This text has black color on #D3DAEE background.


White color preview on #D3DAEE background

This text has white color on #D3DAEE background.


Related colors

Complementary color

Complementary color for #D3DAEE is #2C2511.


I love getcolorcode.com

Triadic colors

1 #EED3DA and #DAEED3 with #D3DAEE are triadic colors.

2 #EEDAD3 and #DAD3EE with #D3DAEE are triadic colors.