COLOR #D4D6D5

HEX: #D4D6D5 RGB: (212,214,213)

Color info

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

RGB color model

#D4D6D5 color RGB value is (212,214,213).

RGB: (212,214,213) (83%, 84%, 84%)

RGB channels and saturation

R 212 of 255 = 83%
G 214 of 255 = 84%
B 213 of 255 = 84%

212
214
213

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

Portions of RGB colors in percentages

R + G + B = 212 + 214 + 213 = 639 (100%)
R 212 of 639 ~ 33.18%
G 214 of 639 ~ 33.49%
B 213 of 639 ~ 33.33'%

%33.18
%33.49
%33.33

CMYK color model

#D4D6D5 color CMYK value is (1,0,0,16).

  • cyan value is 0.93%
  • magenta value is 0.00%
  • yellow value is 0.47%
  • key color value is 16.08%
CMYK: (1,0,0,16) C1M0Y0K16 (1%,0%,0%,16%) (0.01/0.00/0.00/0.16) 

CMYK percentages

%0.93
%0
%0.47
%16.08

Codes

Color #D4D6D5 in popluar color models

D4 D6 D5
RGB 212 214 213
HSL 150° 2.38% 83.53%
HSB/HSV 150° 0.93% 83.92%
CMYK 0.93% 0.00% 0.47%
16.08%

Color #D4D6D5 in popluar number systems.

HEX D4 D6 D5
Decimal 212 214 213
Binary 11010100 11010110 11010101
Octal 324 326 325

Shades and tints

Shades of #D4D6D5

#D4D6D5
(212,214,213)
#C1C3C2
(193,195,194)
#AEB0AF
(174,176,175)
#9B9D9C
(155,157,156)
#888A89
(136,138,137)
#757776
(117,119,118)
#626463
(98,100,99)
#4F5150
(79,81,80)
#3C3E3D
(60,62,61)
#292B2A
(41,43,42)
#161817
(22,24,23)
#000000
(0,0,0)

Tints of #D4D6D5

#D4D6D5
(212,214,213)
#D7D9D8
(215,217,216)
#DADCDB
(218,220,219)
#DDDFDE
(221,223,222)
#E0E2E1
(224,226,225)
#E3E5E4
(227,229,228)
#E6E8E7
(230,232,231)
#E9EBEA
(233,235,234)
#ECEEED
(236,238,237)
#EFF1F0
(239,241,240)
#F2F4F3
(242,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4D6D5; }

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

This text font color is #D4D6D5.

Background Color

.myBgColor { background-color: #D4D6D5; }

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

This div background color is #D4D6D5.

Border color

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

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

This div border color is #D4D6D5.

Opacity

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

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

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

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

This text has shadow with #D4D6D5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4D6D5.

Preview

Color preview on black background

This text has color #D4D6D5 on black background.


Color preview on white background

This text has color #D4D6D5 on white background.


Black color preview on #D4D6D5 background

This text has black color on #D4D6D5 background.


White color preview on #D4D6D5 background

This text has white color on #D4D6D5 background.


Related colors

Complementary color

Complementary color for #hex is #2B292A.


I love getcolorcode.com

Triadic colors

1 #D5D4D6 and #D6D5D4 with #D4D6D5 are triadic colors.

2 #D5D6D4 and #D6D4D5 with #D4D6D5 are triadic colors.