COLOR #D4C7B4

HEX: #D4C7B4
RGB: (212,199,180)

Color info

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

RGB color model

#D4C7B4 color RGB value is (212,199,180).

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

RGB channels and saturation

R 212 of 255 = 83%
G 199 of 255 = 78%
B 180 of 255 = 71%

212
199
180

R + G + B ~ 77%. #D4C7B4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 199 + 180 = 591 (100%)
R 212 of 591 ~ 35.87%
G 199 of 591 ~ 33.67%
B 180 of 591 ~ 30.46%

%35.87
%33.67
%30.46

CMYK color model

#D4C7B4 color CMYK value is (0,6,15,17).

  • cyan value is 0.00%
  • magenta value is 6.13%
  • yellow value is 15.09%
  • key color value is 16.86%
CMYK:
(0,6,15,17)
C0M6Y15K17 
(0%,6%,15%,17%)
(0.00/0.06/0.15/0.17)	

CMYK percentages

%0
%6.13
%15.09
%16.86

Codes

Color #D4C7B4 in popluar color models

D4C7B4
RGB212199180
HSL36°27.12%76.86%
HSB/HSV36°15.09%83.14%
CMYK0.00%6.13%15.09%
16.86%

Color #D4C7B4 in popluar number systems.

HEXD4C7B4
Decimal212199180
Binary110101001100011110110100
Octal324307264

Shades and tints

Shades of #D4C7B4

#D4C7B4
(212,199,180)
#C1B5A4
(193,181,164)
#AEA394
(174,163,148)
#9B9184
(155,145,132)
#887F74
(136,127,116)
#756D64
(117,109,100)
#625B54
(98,91,84)
#4F4944
(79,73,68)
#3C3734
(60,55,52)
#292524
(41,37,36)
#161314
(22,19,20)
#000000
(0,0,0)

Tints of #D4C7B4

#D4C7B4
(212,199,180)
#D7CCBA
(215,204,186)
#DAD1C0
(218,209,192)
#DDD6C6
(221,214,198)
#E0DBCC
(224,219,204)
#E3E0D2
(227,224,210)
#E6E5D8
(230,229,216)
#E9EADE
(233,234,222)
#ECEFE4
(236,239,228)
#EFF4EA
(239,244,234)
#F2F9F0
(242,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4C7B4; }

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

This text font color is #D4C7B4.


Background Color

.myBgColor { background-color: #D4C7B4; }

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

This div background color is #D4C7B4.


Border color

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

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

This div border color is #D4C7B4.


Opacity

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

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

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

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

This text has shadow with #D4C7B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4C7B4 on black background.


Color preview on white background

This text has color #D4C7B4 on white background.



Black color preview on #D4C7B4 background

This text has black color on #D4C7B4 background.


White color preview on #D4C7B4 background

This text has white color on #D4C7B4 background.