COLOR #D5DAED

HEX: #D5DAED
RGB: (213,218,237)

Color info

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

RGB color model

#D5DAED color RGB value is (213,218,237).

  • red value is 213;
  • green value is 218;
  • blue value is 237.
RGB:
(213,218,237)
(84%,85%,93%)

RGB channels and saturation

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

213
218
237

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

Portions of RGB colors in percentages

R + G + B =
213 + 218 + 237 = 668 (100%)
R 213 of 668 ~ 31.89%
G 218 of 668 ~ 32.63%
B 237 of 668 ~ 35.48%

%31.89
%32.63
%35.48

CMYK color model

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

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

CMYK percentages

%10.13
%8.02
%0
%7.06

Codes

Color #D5DAED in popluar color models

D5DAED
RGB213218237
HSL228°40.00%88.24%
HSB/HSV228°10.13%92.94%
CMYK10.13%8.02%0.00%
7.06%

Color #D5DAED in popluar number systems.

HEXD5DAED
Decimal213218237
Binary110101011101101011101101
Octal325332355

Shades and tints

Shades of #D5DAED

#D5DAED
(213,218,237)
#C2C7D8
(194,199,216)
#AFB4C3
(175,180,195)
#9CA1AE
(156,161,174)
#898E99
(137,142,153)
#767B84
(118,123,132)
#63686F
(99,104,111)
#50555A
(80,85,90)
#3D4245
(61,66,69)
#2A2F30
(42,47,48)
#171C1B
(23,28,27)
#000000
(0,0,0)

Tints of #D5DAED

#D5DAED
(213,218,237)
#D8DDEE
(216,221,238)
#DBE0EF
(219,224,239)
#DEE3F0
(222,227,240)
#E1E6F1
(225,230,241)
#E4E9F2
(228,233,242)
#E7ECF3
(231,236,243)
#EAEFF4
(234,239,244)
#EDF2F5
(237,242,245)
#F0F5F6
(240,245,246)
#F3F8F7
(243,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5DAED; }

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

This text font color is #D5DAED.


Background Color

.myBgColor { background-color: #D5DAED; }

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

This div background color is #D5DAED.


Border color

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

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

This div border color is #D5DAED.


Opacity

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

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

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

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

This text has shadow with #D5DAED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5DAED on black background.


Color preview on white background

This text has color #D5DAED on white background.



Black color preview on #D5DAED background

This text has black color on #D5DAED background.


White color preview on #D5DAED background

This text has white color on #D5DAED background.