COLOR #D4DAD6

HEX: #D4DAD6
RGB: (212,218,214)

Color info

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

RGB color model

#D4DAD6 color RGB value is (212,218,214).

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

RGB channels and saturation

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

212
218
214

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

Portions of RGB colors in percentages

R + G + B =
212 + 218 + 214 = 644 (100%)
R 212 of 644 ~ 32.92%
G 218 of 644 ~ 33.85%
B 214 of 644 ~ 33.23%

%32.92
%33.85
%33.23

CMYK color model

#D4DAD6 color CMYK value is (3,0,2,15).

  • cyan value is 2.75%
  • magenta value is 0.00%
  • yellow value is 1.83%
  • key color value is 14.51%
CMYK:
(3,0,2,15)
C3M0Y2K15 
(3%,0%,2%,15%)
(0.03/0.00/0.02/0.15)	

CMYK percentages

%2.75
%0
%1.83
%14.51

Codes

Color #D4DAD6 in popluar color models

D4DAD6
RGB212218214
HSL140°7.50%84.31%
HSB/HSV140°2.75%85.49%
CMYK2.75%0.00%1.83%
14.51%

Color #D4DAD6 in popluar number systems.

HEXD4DAD6
Decimal212218214
Binary110101001101101011010110
Octal324332326

Shades and tints

Shades of #D4DAD6

#D4DAD6
(212,218,214)
#C1C7C3
(193,199,195)
#AEB4B0
(174,180,176)
#9BA19D
(155,161,157)
#888E8A
(136,142,138)
#757B77
(117,123,119)
#626864
(98,104,100)
#4F5551
(79,85,81)
#3C423E
(60,66,62)
#292F2B
(41,47,43)
#161C18
(22,28,24)
#000000
(0,0,0)

Tints of #D4DAD6

#D4DAD6
(212,218,214)
#D7DDD9
(215,221,217)
#DAE0DC
(218,224,220)
#DDE3DF
(221,227,223)
#E0E6E2
(224,230,226)
#E3E9E5
(227,233,229)
#E6ECE8
(230,236,232)
#E9EFEB
(233,239,235)
#ECF2EE
(236,242,238)
#EFF5F1
(239,245,241)
#F2F8F4
(242,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4DAD6; }

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

This text font color is #D4DAD6.


Background Color

.myBgColor { background-color: #D4DAD6; }

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

This div background color is #D4DAD6.


Border color

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

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

This div border color is #D4DAD6.


Opacity

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

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

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

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

This text has shadow with #D4DAD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4DAD6 on black background.


Color preview on white background

This text has color #D4DAD6 on white background.



Black color preview on #D4DAD6 background

This text has black color on #D4DAD6 background.


White color preview on #D4DAD6 background

This text has white color on #D4DAD6 background.