COLOR #D4D6B4

HEX: #D4D6B4
RGB: (212,214,180)

Color info

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

RGB color model

#D4D6B4 color RGB value is (212,214,180).

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

RGB channels and saturation

R 212 of 255 = 83%
G 214 of 255 = 84%
B 180 of 255 = 71%

212
214
180

R + G + B ~ 79%. #D4D6B4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 214 + 180 = 606 (100%)
R 212 of 606 ~ 34.98%
G 214 of 606 ~ 35.31%
B 180 of 606 ~ 29.7%

%34.98
%35.31
%29.7

CMYK color model

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

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

CMYK percentages

%0.93
%0
%15.89
%16.08

Codes

Color #D4D6B4 in popluar color models

D4D6B4
RGB212214180
HSL64°29.31%77.25%
HSB/HSV64°15.89%83.92%
CMYK0.93%0.00%15.89%
16.08%

Color #D4D6B4 in popluar number systems.

HEXD4D6B4
Decimal212214180
Binary110101001101011010110100
Octal324326264

Shades and tints

Shades of #D4D6B4

#D4D6B4
(212,214,180)
#C1C3A4
(193,195,164)
#AEB094
(174,176,148)
#9B9D84
(155,157,132)
#888A74
(136,138,116)
#757764
(117,119,100)
#626454
(98,100,84)
#4F5144
(79,81,68)
#3C3E34
(60,62,52)
#292B24
(41,43,36)
#161814
(22,24,20)
#000000
(0,0,0)

Tints of #D4D6B4

#D4D6B4
(212,214,180)
#D7D9BA
(215,217,186)
#DADCC0
(218,220,192)
#DDDFC6
(221,223,198)
#E0E2CC
(224,226,204)
#E3E5D2
(227,229,210)
#E6E8D8
(230,232,216)
#E9EBDE
(233,235,222)
#ECEEE4
(236,238,228)
#EFF1EA
(239,241,234)
#F2F4F0
(242,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4D6B4; }

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

This text font color is #D4D6B4.


Background Color

.myBgColor { background-color: #D4D6B4; }

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

This div background color is #D4D6B4.


Border color

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

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

This div border color is #D4D6B4.


Opacity

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

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

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

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

This text has shadow with #D4D6B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4D6B4 on black background.


Color preview on white background

This text has color #D4D6B4 on white background.



Black color preview on #D4D6B4 background

This text has black color on #D4D6B4 background.


White color preview on #D4D6B4 background

This text has white color on #D4D6B4 background.