COLOR #D4C5A6

HEX: #D4C5A6
RGB: (212,197,166)

Color info

#D4C5A6 contains red, green and blue colors in about the same proportion. Web safe color of #D4C5A6 is #CCCC99 (or #CC9).

RGB color model

#D4C5A6 color RGB value is (212,197,166).

  • red value is 212;
  • green value is 197;
  • blue value is 166.
RGB:
(212,197,166)
(83%,77%,65%)

RGB channels and saturation

R 212 of 255 = 83%
G 197 of 255 = 77%
B 166 of 255 = 65%

212
197
166

R + G + B ~ 75%. #D4C5A6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 197 + 166 = 575 (100%)
R 212 of 575 ~ 36.87%
G 197 of 575 ~ 34.26%
B 166 of 575 ~ 28.87%

%36.87
%34.26
%28.87

CMYK color model

#D4C5A6 color CMYK value is (0,7,22,17).

  • cyan value is 0.00%
  • magenta value is 7.08%
  • yellow value is 21.70%
  • key color value is 16.86%
CMYK:
(0,7,22,17)
C0M7Y22K17 
(0%,7%,22%,17%)
(0.00/0.07/0.22/0.17)	

CMYK percentages

%0
%7.08
%21.7
%16.86

Codes

Color #D4C5A6 in popluar color models

D4C5A6
RGB212197166
HSL40°34.85%74.12%
HSB/HSV40°21.70%83.14%
CMYK0.00%7.08%21.70%
16.86%

Color #D4C5A6 in popluar number systems.

HEXD4C5A6
Decimal212197166
Binary110101001100010110100110
Octal324305246

Shades and tints

Shades of #D4C5A6

#D4C5A6
(212,197,166)
#C1B497
(193,180,151)
#AEA388
(174,163,136)
#9B9279
(155,146,121)
#88816A
(136,129,106)
#75705B
(117,112,91)
#625F4C
(98,95,76)
#4F4E3D
(79,78,61)
#3C3D2E
(60,61,46)
#292C1F
(41,44,31)
#161B10
(22,27,16)
#000000
(0,0,0)

Tints of #D4C5A6

#D4C5A6
(212,197,166)
#D7CAAE
(215,202,174)
#DACFB6
(218,207,182)
#DDD4BE
(221,212,190)
#E0D9C6
(224,217,198)
#E3DECE
(227,222,206)
#E6E3D6
(230,227,214)
#E9E8DE
(233,232,222)
#ECEDE6
(236,237,230)
#EFF2EE
(239,242,238)
#F2F7F6
(242,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4C5A6 color. Also use rgb(212,197,166) instead hex code.

Text Font Color

.myTextColor { color: #D4C5A6; }

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

This text font color is #D4C5A6.


Background Color

.myBgColor { background-color: #D4C5A6; }

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

This div background color is #D4C5A6.


Border color

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

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

This div border color is #D4C5A6.


Opacity

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

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

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

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

This text has shadow with #D4C5A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4C5A6 on black background.


Color preview on white background

This text has color #D4C5A6 on white background.



Black color preview on #D4C5A6 background

This text has black color on #D4C5A6 background.


White color preview on #D4C5A6 background

This text has white color on #D4C5A6 background.