COLOR #D9DAD8

HEX: #D9DAD8
RGB: (217,218,216)

Color info

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

RGB color model

#D9DAD8 color RGB value is (217,218,216).

  • red value is 217;
  • green value is 218;
  • blue value is 216.
RGB:
(217,218,216)
(85%,85%,85%)

RGB channels and saturation

R 217 of 255 = 85%
G 218 of 255 = 85%
B 216 of 255 = 85%

217
218
216

R + G + B ~ 85%. #D9DAD8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
217 + 218 + 216 = 651 (100%)
R 217 of 651 ~ 33.33%
G 218 of 651 ~ 33.49%
B 216 of 651 ~ 33.18%

%33.33
%33.49
%33.18

CMYK color model

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

  • cyan value is 0.46%
  • magenta value is 0.00%
  • yellow value is 0.92%
  • key color value is 14.51%
CMYK:
(0,0,1,15)
C0M0Y1K15 
(0%,0%,1%,15%)
(0.00/0.00/0.01/0.15)	

CMYK percentages

%0.46
%0
%0.92
%14.51

Codes

Color #D9DAD8 in popluar color models

D9DAD8
RGB217218216
HSL90°2.63%85.10%
HSB/HSV90°0.92%85.49%
CMYK0.46%0.00%0.92%
14.51%

Color #D9DAD8 in popluar number systems.

HEXD9DAD8
Decimal217218216
Binary110110011101101011011000
Octal331332330

Shades and tints

Shades of #D9DAD8

#D9DAD8
(217,218,216)
#C6C7C5
(198,199,197)
#B3B4B2
(179,180,178)
#A0A19F
(160,161,159)
#8D8E8C
(141,142,140)
#7A7B79
(122,123,121)
#676866
(103,104,102)
#545553
(84,85,83)
#414240
(65,66,64)
#2E2F2D
(46,47,45)
#1B1C1A
(27,28,26)
#000000
(0,0,0)

Tints of #D9DAD8

#D9DAD8
(217,218,216)
#DCDDDB
(220,221,219)
#DFE0DE
(223,224,222)
#E2E3E1
(226,227,225)
#E5E6E4
(229,230,228)
#E8E9E7
(232,233,231)
#EBECEA
(235,236,234)
#EEEFED
(238,239,237)
#F1F2F0
(241,242,240)
#F4F5F3
(244,245,243)
#F7F8F6
(247,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9DAD8; }

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

This text font color is #D9DAD8.


Background Color

.myBgColor { background-color: #D9DAD8; }

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

This div background color is #D9DAD8.


Border color

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

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

This div border color is #D9DAD8.


Opacity

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

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

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

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

This text has shadow with #D9DAD8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9DAD8 on black background.


Color preview on white background

This text has color #D9DAD8 on white background.



Black color preview on #D9DAD8 background

This text has black color on #D9DAD8 background.


White color preview on #D9DAD8 background

This text has white color on #D9DAD8 background.