COLOR #D4D1B4

HEX: #D4D1B4
RGB: (212,209,180)

Color info

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

RGB color model

#D4D1B4 color RGB value is (212,209,180).

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

RGB channels and saturation

R 212 of 255 = 83%
G 209 of 255 = 82%
B 180 of 255 = 71%

212
209
180

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

Portions of RGB colors in percentages

R + G + B =
212 + 209 + 180 = 601 (100%)
R 212 of 601 ~ 35.27%
G 209 of 601 ~ 34.78%
B 180 of 601 ~ 29.95%

%35.27
%34.78
%29.95

CMYK color model

#D4D1B4 color CMYK value is (0,1,15,17).

  • cyan value is 0.00%
  • magenta value is 1.42%
  • yellow value is 15.09%
  • key color value is 16.86%
CMYK:
(0,1,15,17)
C0M1Y15K17 
(0%,1%,15%,17%)
(0.00/0.01/0.15/0.17)	

CMYK percentages

%0
%1.42
%15.09
%16.86

Codes

Color #D4D1B4 in popluar color models

D4D1B4
RGB212209180
HSL54°27.12%76.86%
HSB/HSV54°15.09%83.14%
CMYK0.00%1.42%15.09%
16.86%

Color #D4D1B4 in popluar number systems.

HEXD4D1B4
Decimal212209180
Binary110101001101000110110100
Octal324321264

Shades and tints

Shades of #D4D1B4

#D4D1B4
(212,209,180)
#C1BEA4
(193,190,164)
#AEAB94
(174,171,148)
#9B9884
(155,152,132)
#888574
(136,133,116)
#757264
(117,114,100)
#625F54
(98,95,84)
#4F4C44
(79,76,68)
#3C3934
(60,57,52)
#292624
(41,38,36)
#161314
(22,19,20)
#000000
(0,0,0)

Tints of #D4D1B4

#D4D1B4
(212,209,180)
#D7D5BA
(215,213,186)
#DAD9C0
(218,217,192)
#DDDDC6
(221,221,198)
#E0E1CC
(224,225,204)
#E3E5D2
(227,229,210)
#E6E9D8
(230,233,216)
#E9EDDE
(233,237,222)
#ECF1E4
(236,241,228)
#EFF5EA
(239,245,234)
#F2F9F0
(242,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4D1B4; }

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

This text font color is #D4D1B4.


Background Color

.myBgColor { background-color: #D4D1B4; }

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

This div background color is #D4D1B4.


Border color

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

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

This div border color is #D4D1B4.


Opacity

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

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

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

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

This text has shadow with #D4D1B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4D1B4 on black background.


Color preview on white background

This text has color #D4D1B4 on white background.



Black color preview on #D4D1B4 background

This text has black color on #D4D1B4 background.


White color preview on #D4D1B4 background

This text has white color on #D4D1B4 background.