COLOR #D5C4AC

HEX: #D5C4AC
RGB: (213,196,172)

Color info

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

RGB color model

#D5C4AC color RGB value is (213,196,172).

  • red value is 213;
  • green value is 196;
  • blue value is 172.
RGB:
(213,196,172)
(84%,77%,67%)

RGB channels and saturation

R 213 of 255 = 84%
G 196 of 255 = 77%
B 172 of 255 = 67%

213
196
172

R + G + B ~ 76%. #D5C4AC is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 196 + 172 = 581 (100%)
R 213 of 581 ~ 36.66%
G 196 of 581 ~ 33.73%
B 172 of 581 ~ 29.6%

%36.66
%33.73
%29.6

CMYK color model

#D5C4AC color CMYK value is (0,8,19,16).

  • cyan value is 0.00%
  • magenta value is 7.98%
  • yellow value is 19.25%
  • key color value is 16.47%
CMYK:
(0,8,19,16)
C0M8Y19K16 
(0%,8%,19%,16%)
(0.00/0.08/0.19/0.16)	

CMYK percentages

%0
%7.98
%19.25
%16.47

Codes

Color #D5C4AC in popluar color models

D5C4AC
RGB213196172
HSL35°32.80%75.49%
HSB/HSV35°19.25%83.53%
CMYK0.00%7.98%19.25%
16.47%

Color #D5C4AC in popluar number systems.

HEXD5C4AC
Decimal213196172
Binary110101011100010010101100
Octal325304254

Shades and tints

Shades of #D5C4AC

#D5C4AC
(213,196,172)
#C2B39D
(194,179,157)
#AFA28E
(175,162,142)
#9C917F
(156,145,127)
#898070
(137,128,112)
#766F61
(118,111,97)
#635E52
(99,94,82)
#504D43
(80,77,67)
#3D3C34
(61,60,52)
#2A2B25
(42,43,37)
#171A16
(23,26,22)
#000000
(0,0,0)

Tints of #D5C4AC

#D5C4AC
(213,196,172)
#D8C9B3
(216,201,179)
#DBCEBA
(219,206,186)
#DED3C1
(222,211,193)
#E1D8C8
(225,216,200)
#E4DDCF
(228,221,207)
#E7E2D6
(231,226,214)
#EAE7DD
(234,231,221)
#EDECE4
(237,236,228)
#F0F1EB
(240,241,235)
#F3F6F2
(243,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5C4AC color. Also use rgb(213,196,172) instead hex code.

Text Font Color

.myTextColor { color: #D5C4AC; }

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

This text font color is #D5C4AC.


Background Color

.myBgColor { background-color: #D5C4AC; }

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

This div background color is #D5C4AC.


Border color

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

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

This div border color is #D5C4AC.


Opacity

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

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

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

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

This text has shadow with #D5C4AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5C4AC on black background.


Color preview on white background

This text has color #D5C4AC on white background.



Black color preview on #D5C4AC background

This text has black color on #D5C4AC background.


White color preview on #D5C4AC background

This text has white color on #D5C4AC background.