COLOR #D6DAD4

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

214
218
212

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

Portions of RGB colors in percentages

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

%33.23
%33.85
%32.92

CMYK color model

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

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

CMYK percentages

%1.83
%0
%2.75
%14.51

Codes

Color #D6DAD4 in popluar color models

D6DAD4
RGB214218212
HSL100°7.50%84.31%
HSB/HSV100°2.75%85.49%
CMYK1.83%0.00%2.75%
14.51%

Color #D6DAD4 in popluar number systems.

HEXD6DAD4
Decimal214218212
Binary110101101101101011010100
Octal326332324

Shades and tints

Shades of #D6DAD4

#D6DAD4
(214,218,212)
#C3C7C1
(195,199,193)
#B0B4AE
(176,180,174)
#9DA19B
(157,161,155)
#8A8E88
(138,142,136)
#777B75
(119,123,117)
#646862
(100,104,98)
#51554F
(81,85,79)
#3E423C
(62,66,60)
#2B2F29
(43,47,41)
#181C16
(24,28,22)
#000000
(0,0,0)

Tints of #D6DAD4

#D6DAD4
(214,218,212)
#D9DDD7
(217,221,215)
#DCE0DA
(220,224,218)
#DFE3DD
(223,227,221)
#E2E6E0
(226,230,224)
#E5E9E3
(229,233,227)
#E8ECE6
(232,236,230)
#EBEFE9
(235,239,233)
#EEF2EC
(238,242,236)
#F1F5EF
(241,245,239)
#F4F8F2
(244,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6DAD4; }

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

This text font color is #D6DAD4.


Background Color

.myBgColor { background-color: #D6DAD4; }

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

This div background color is #D6DAD4.


Border color

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

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

This div border color is #D6DAD4.


Opacity

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

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

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

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

This text has shadow with #D6DAD4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6DAD4 on black background.


Color preview on white background

This text has color #D6DAD4 on white background.



Black color preview on #D6DAD4 background

This text has black color on #D6DAD4 background.


White color preview on #D6DAD4 background

This text has white color on #D6DAD4 background.