COLOR #D1DAD7

HEX: #D1DAD7 RGB: (209,218,215)

Color info

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

RGB color model

#D1DAD7 color RGB value is (209,218,215).

RGB: (209,218,215) (82%, 85%, 84%)

RGB channels and saturation

R 209 of 255 = 82%
G 218 of 255 = 85%
B 215 of 255 = 84%

209
218
215

R + G + B ~ 84%. #D1DAD7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 209 + 218 + 215 = 642 (100%)
R 209 of 642 ~ 32.55%
G 218 of 642 ~ 33.96%
B 215 of 642 ~ 33.49'%

%32.55
%33.96
%33.49

CMYK color model

#D1DAD7 color CMYK value is (4,0,1,15).

  • cyan value is 4.13%
  • magenta value is 0.00%
  • yellow value is 1.38%
  • key color value is 14.51%

CMYK: (4,0,1,15)
C4M0Y1K15 (4%, 0%, 1%, 15%)
(0.04 / 0.00 / 0.01 / 0.15)

CMYK percentages

%4.13
%0
%1.38
%14.51

Codes

Color #D1DAD7 in popluar color models

D1 DA D7
RGB 209 218 215
HSL 160° 10.84% 83.73%
HSB/HSV 160° 4.13% 85.49%
CMYK 4.13% 0.00% 1.38%
14.51%

Color #D1DAD7 in popluar number systems.

HEX D1 DA D7
Decimal 209 218 215
Binary 11010001 11011010 11010111
Octal 321 332 327

Shades and tints

Shades of #D1DAD7

#D1DAD7
(209,218,215)
#BEC7C4
(190,199,196)
#ABB4B1
(171,180,177)
#98A19E
(152,161,158)
#858E8B
(133,142,139)
#727B78
(114,123,120)
#5F6865
(95,104,101)
#4C5552
(76,85,82)
#39423F
(57,66,63)
#262F2C
(38,47,44)
#131C19
(19,28,25)
#000000
(0,0,0)

Tints of #D1DAD7

#D1DAD7
(209,218,215)
#D5DDDA
(213,221,218)
#D9E0DD
(217,224,221)
#DDE3E0
(221,227,224)
#E1E6E3
(225,230,227)
#E5E9E6
(229,233,230)
#E9ECE9
(233,236,233)
#EDEFEC
(237,239,236)
#F1F2EF
(241,242,239)
#F5F5F2
(245,245,242)
#F9F8F5
(249,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1DAD7 color. Also use rgb(209,218,215) instead hex code.

Text Font Color

.myTextColor { color: #D1DAD7; }

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

This text font color is #D1DAD7.

Background Color

.myBgColor { background-color: #D1DAD7; }

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

This div background color is #D1DAD7.

Border color

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

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

This div border color is #D1DAD7.

Opacity

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

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

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

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

This text has shadow with #D1DAD7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D1DAD7.

Preview

Color preview on black background

This text has color #D1DAD7 on black background.


Color preview on white background

This text has color #D1DAD7 on white background.


Black color preview on #D1DAD7 background

This text has black color on #D1DAD7 background.


White color preview on #D1DAD7 background

This text has white color on #D1DAD7 background.


Related colors

Complementary color

Complementary color for #hex is #2E2528.


I love getcolorcode.com

Triadic colors

1 #D7D1DA and #DAD7D1 with #D1DAD7 are triadic colors.

2 #D7DAD1 and #DAD1D7 with #D1DAD7 are triadic colors.