COLOR #D4DAD7

HEX: #D4DAD7
RGB: (212,218,215)

Color info

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

RGB color model

#D4DAD7 color RGB value is (212,218,215).

  • red value is 212;
  • green value is 218;
  • blue value is 215.
RGB:
(212,218,215)
(83%,85%,84%)

RGB channels and saturation

R 212 of 255 = 83%
G 218 of 255 = 85%
B 215 of 255 = 84%

212
218
215

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

Portions of RGB colors in percentages

R + G + B =
212 + 218 + 215 = 645 (100%)
R 212 of 645 ~ 32.87%
G 218 of 645 ~ 33.8%
B 215 of 645 ~ 33.33%

%32.87
%33.8
%33.33

CMYK color model

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

  • cyan value is 2.75%
  • magenta value is 0.00%
  • yellow value is 1.38%
  • key color value is 14.51%
CMYK:
(3,0,1,15)
C3M0Y1K15 
(3%,0%,1%,15%)
(0.03/0.00/0.01/0.15)	

CMYK percentages

%2.75
%0
%1.38
%14.51

Codes

Color #D4DAD7 in popluar color models

D4DAD7
RGB212218215
HSL150°7.50%84.31%
HSB/HSV150°2.75%85.49%
CMYK2.75%0.00%1.38%
14.51%

Color #D4DAD7 in popluar number systems.

HEXD4DAD7
Decimal212218215
Binary110101001101101011010111
Octal324332327

Shades and tints

Shades of #D4DAD7

#D4DAD7
(212,218,215)
#C1C7C4
(193,199,196)
#AEB4B1
(174,180,177)
#9BA19E
(155,161,158)
#888E8B
(136,142,139)
#757B78
(117,123,120)
#626865
(98,104,101)
#4F5552
(79,85,82)
#3C423F
(60,66,63)
#292F2C
(41,47,44)
#161C19
(22,28,25)
#000000
(0,0,0)

Tints of #D4DAD7

#D4DAD7
(212,218,215)
#D7DDDA
(215,221,218)
#DAE0DD
(218,224,221)
#DDE3E0
(221,227,224)
#E0E6E3
(224,230,227)
#E3E9E6
(227,233,230)
#E6ECE9
(230,236,233)
#E9EFEC
(233,239,236)
#ECF2EF
(236,242,239)
#EFF5F2
(239,245,242)
#F2F8F5
(242,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4DAD7; }

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

This text font color is #D4DAD7.


Background Color

.myBgColor { background-color: #D4DAD7; }

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

This div background color is #D4DAD7.


Border color

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

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

This div border color is #D4DAD7.


Opacity

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

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

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

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

This text has shadow with #D4DAD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4DAD7 on black background.


Color preview on white background

This text has color #D4DAD7 on white background.



Black color preview on #D4DAD7 background

This text has black color on #D4DAD7 background.


White color preview on #D4DAD7 background

This text has white color on #D4DAD7 background.