COLOR #D5DAEC

HEX: #D5DAEC RGB: (213,218,236)

Color info

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

RGB color model

#D5DAEC color RGB value is (213,218,236).

RGB: (213,218,236) (84%, 85%, 93%)

RGB channels and saturation

R 213 of 255 = 84%
G 218 of 255 = 85%
B 236 of 255 = 93%

213
218
236

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

Portions of RGB colors in percentages

R + G + B = 213 + 218 + 236 = 667 (100%)
R 213 of 667 ~ 31.93%
G 218 of 667 ~ 32.68%
B 236 of 667 ~ 35.38'%

%31.93
%32.68
%35.38

CMYK color model

#D5DAEC color CMYK value is (10,8,0,7).

  • cyan value is 9.75%
  • magenta value is 7.63%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK: (10,8,0,7) C10M8Y0K7 (10%,8%,0%,7%) (0.10/0.08/0.00/0.07) 

CMYK percentages

%9.75
%7.63
%0
%7.45

Codes

Color #D5DAEC in popluar color models

D5 DA EC
RGB 213 218 236
HSL 227° 37.70% 88.04%
HSB/HSV 227° 9.75% 92.55%
CMYK 9.75% 7.63% 0.00%
7.45%

Color #D5DAEC in popluar number systems.

HEX D5 DA EC
Decimal 213 218 236
Binary 11010101 11011010 11101100
Octal 325 332 354

Shades and tints

Shades of #D5DAEC

#D5DAEC
(213,218,236)
#C2C7D7
(194,199,215)
#AFB4C2
(175,180,194)
#9CA1AD
(156,161,173)
#898E98
(137,142,152)
#767B83
(118,123,131)
#63686E
(99,104,110)
#505559
(80,85,89)
#3D4244
(61,66,68)
#2A2F2F
(42,47,47)
#171C1A
(23,28,26)
#000000
(0,0,0)

Tints of #D5DAEC

#D5DAEC
(213,218,236)
#D8DDED
(216,221,237)
#DBE0EE
(219,224,238)
#DEE3EF
(222,227,239)
#E1E6F0
(225,230,240)
#E4E9F1
(228,233,241)
#E7ECF2
(231,236,242)
#EAEFF3
(234,239,243)
#EDF2F4
(237,242,244)
#F0F5F5
(240,245,245)
#F3F8F6
(243,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5DAEC color. Also use rgb(213,218,236) instead hex code.

Text Font Color

.myTextColor { color: #D5DAEC; }

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

This text font color is #D5DAEC.

Background Color

.myBgColor { background-color: #D5DAEC; }

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

This div background color is #D5DAEC.

Border color

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

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

This div border color is #D5DAEC.

Opacity

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

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

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

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

This text has shadow with #D5DAEC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5DAEC.

Preview

Color preview on black background

This text has color #D5DAEC on black background.


Color preview on white background

This text has color #D5DAEC on white background.


Black color preview on #D5DAEC background

This text has black color on #D5DAEC background.


White color preview on #D5DAEC background

This text has white color on #D5DAEC background.


Related colors

Complementary color

Complementary color for #hex is #2A2513.


I love getcolorcode.com

Triadic colors

1 #ECD5DA and #DAECD5 with #D5DAEC are triadic colors.

2 #ECDAD5 and #DAD5EC with #D5DAEC are triadic colors.