COLOR #D5C4B5

HEX: #D5C4B5
RGB: (213,196,181)

Color info

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

RGB color model

#D5C4B5 color RGB value is (213,196,181).

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

RGB channels and saturation

R 213 of 255 = 84%
G 196 of 255 = 77%
B 181 of 255 = 71%

213
196
181

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

Portions of RGB colors in percentages

R + G + B =
213 + 196 + 181 = 590 (100%)
R 213 of 590 ~ 36.1%
G 196 of 590 ~ 33.22%
B 181 of 590 ~ 30.68%

%36.1
%33.22
%30.68

CMYK color model

#D5C4B5 color CMYK value is (0,8,15,16).

  • cyan value is 0.00%
  • magenta value is 7.98%
  • yellow value is 15.02%
  • key color value is 16.47%
CMYK:
(0,8,15,16)
C0M8Y15K16 
(0%,8%,15%,16%)
(0.00/0.08/0.15/0.16)	

CMYK percentages

%0
%7.98
%15.02
%16.47

Codes

Color #D5C4B5 in popluar color models

D5C4B5
RGB213196181
HSL28°27.59%77.25%
HSB/HSV28°15.02%83.53%
CMYK0.00%7.98%15.02%
16.47%

Color #D5C4B5 in popluar number systems.

HEXD5C4B5
Decimal213196181
Binary110101011100010010110101
Octal325304265

Shades and tints

Shades of #D5C4B5

#D5C4B5
(213,196,181)
#C2B3A5
(194,179,165)
#AFA295
(175,162,149)
#9C9185
(156,145,133)
#898075
(137,128,117)
#766F65
(118,111,101)
#635E55
(99,94,85)
#504D45
(80,77,69)
#3D3C35
(61,60,53)
#2A2B25
(42,43,37)
#171A15
(23,26,21)
#000000
(0,0,0)

Tints of #D5C4B5

#D5C4B5
(213,196,181)
#D8C9BB
(216,201,187)
#DBCEC1
(219,206,193)
#DED3C7
(222,211,199)
#E1D8CD
(225,216,205)
#E4DDD3
(228,221,211)
#E7E2D9
(231,226,217)
#EAE7DF
(234,231,223)
#EDECE5
(237,236,229)
#F0F1EB
(240,241,235)
#F3F6F1
(243,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5C4B5; }

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

This text font color is #D5C4B5.


Background Color

.myBgColor { background-color: #D5C4B5; }

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

This div background color is #D5C4B5.


Border color

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

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

This div border color is #D5C4B5.


Opacity

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

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

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

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

This text has shadow with #D5C4B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5C4B5 on black background.


Color preview on white background

This text has color #D5C4B5 on white background.



Black color preview on #D5C4B5 background

This text has black color on #D5C4B5 background.


White color preview on #D5C4B5 background

This text has white color on #D5C4B5 background.