COLOR #D9DAE1

HEX: #D9DAE1 RGB: (217,218,225)

Color info

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

RGB color model

#D9DAE1 color RGB value is (217,218,225).

RGB: (217,218,225) (85%, 85%, 88%)

RGB channels and saturation

R 217 of 255 = 85%
G 218 of 255 = 85%
B 225 of 255 = 88%

217
218
225

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

Portions of RGB colors in percentages

R + G + B = 217 + 218 + 225 = 660 (100%)
R 217 of 660 ~ 32.88%
G 218 of 660 ~ 33.03%
B 225 of 660 ~ 34.09'%

%32.88
%33.03
%34.09

CMYK color model

#D9DAE1 color CMYK value is (4,3,0,12).

  • cyan value is 3.56%
  • magenta value is 3.11%
  • yellow value is 0.00%
  • key color value is 11.76%

CMYK: (4,3,0,12)
C4M3Y0K12 (4%, 3%, 0%, 12%)
(0.04 / 0.03 / 0.00 / 0.12)

CMYK percentages

%3.56
%3.11
%0
%11.76

Codes

Color #D9DAE1 in popluar color models

D9 DA E1
RGB 217 218 225
HSL 233° 11.76% 86.67%
HSB/HSV 233° 3.56% 88.24%
CMYK 3.56% 3.11% 0.00%
11.76%

Color #D9DAE1 in popluar number systems.

HEX D9 DA E1
Decimal 217 218 225
Binary 11011001 11011010 11100001
Octal 331 332 341

Shades and tints

Shades of #D9DAE1

#D9DAE1
(217,218,225)
#C6C7CD
(198,199,205)
#B3B4B9
(179,180,185)
#A0A1A5
(160,161,165)
#8D8E91
(141,142,145)
#7A7B7D
(122,123,125)
#676869
(103,104,105)
#545555
(84,85,85)
#414241
(65,66,65)
#2E2F2D
(46,47,45)
#1B1C19
(27,28,25)
#000000
(0,0,0)

Tints of #D9DAE1

#D9DAE1
(217,218,225)
#DCDDE3
(220,221,227)
#DFE0E5
(223,224,229)
#E2E3E7
(226,227,231)
#E5E6E9
(229,230,233)
#E8E9EB
(232,233,235)
#EBECED
(235,236,237)
#EEEFEF
(238,239,239)
#F1F2F1
(241,242,241)
#F4F5F3
(244,245,243)
#F7F8F5
(247,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9DAE1 color. Also use rgb(217,218,225) instead hex code.

Text Font Color

.myTextColor { color: #D9DAE1; }

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

This text font color is #D9DAE1.

Background Color

.myBgColor { background-color: #D9DAE1; }

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

This div background color is #D9DAE1.

Border color

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

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

This div border color is #D9DAE1.

Opacity

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

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

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

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

This text has shadow with #D9DAE1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D9DAE1.

Preview

Color preview on black background

This text has color #D9DAE1 on black background.


Color preview on white background

This text has color #D9DAE1 on white background.


Black color preview on #D9DAE1 background

This text has black color on #D9DAE1 background.


White color preview on #D9DAE1 background

This text has white color on #D9DAE1 background.


Related colors

Complementary color

Complementary color for #hex is #26251E.


I love getcolorcode.com

Triadic colors

1 #E1D9DA and #DAE1D9 with #D9DAE1 are triadic colors.

2 #E1DAD9 and #DAD9E1 with #D9DAE1 are triadic colors.