COLOR #D5C3B7

HEX: #D5C3B7
RGB: (213,195,183)

Color info

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

RGB color model

#D5C3B7 color RGB value is (213,195,183).

  • red value is 213;
  • green value is 195;
  • blue value is 183.
RGB:
(213,195,183)
(84%,76%,72%)

RGB channels and saturation

R 213 of 255 = 84%
G 195 of 255 = 76%
B 183 of 255 = 72%

213
195
183

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

Portions of RGB colors in percentages

R + G + B =
213 + 195 + 183 = 591 (100%)
R 213 of 591 ~ 36.04%
G 195 of 591 ~ 32.99%
B 183 of 591 ~ 30.96%

%36.04
%32.99
%30.96

CMYK color model

#D5C3B7 color CMYK value is (0,8,14,16).

  • cyan value is 0.00%
  • magenta value is 8.45%
  • yellow value is 14.08%
  • key color value is 16.47%
CMYK:
(0,8,14,16)
C0M8Y14K16 
(0%,8%,14%,16%)
(0.00/0.08/0.14/0.16)	

CMYK percentages

%0
%8.45
%14.08
%16.47

Codes

Color #D5C3B7 in popluar color models

D5C3B7
RGB213195183
HSL24°26.32%77.65%
HSB/HSV24°14.08%83.53%
CMYK0.00%8.45%14.08%
16.47%

Color #D5C3B7 in popluar number systems.

HEXD5C3B7
Decimal213195183
Binary110101011100001110110111
Octal325303267

Shades and tints

Shades of #D5C3B7

#D5C3B7
(213,195,183)
#C2B2A7
(194,178,167)
#AFA197
(175,161,151)
#9C9087
(156,144,135)
#897F77
(137,127,119)
#766E67
(118,110,103)
#635D57
(99,93,87)
#504C47
(80,76,71)
#3D3B37
(61,59,55)
#2A2A27
(42,42,39)
#171917
(23,25,23)
#000000
(0,0,0)

Tints of #D5C3B7

#D5C3B7
(213,195,183)
#D8C8BD
(216,200,189)
#DBCDC3
(219,205,195)
#DED2C9
(222,210,201)
#E1D7CF
(225,215,207)
#E4DCD5
(228,220,213)
#E7E1DB
(231,225,219)
#EAE6E1
(234,230,225)
#EDEBE7
(237,235,231)
#F0F0ED
(240,240,237)
#F3F5F3
(243,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5C3B7 color. Also use rgb(213,195,183) instead hex code.

Text Font Color

.myTextColor { color: #D5C3B7; }

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

This text font color is #D5C3B7.


Background Color

.myBgColor { background-color: #D5C3B7; }

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

This div background color is #D5C3B7.


Border color

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

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

This div border color is #D5C3B7.


Opacity

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

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

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

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

This text has shadow with #D5C3B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5C3B7 on black background.


Color preview on white background

This text has color #D5C3B7 on white background.



Black color preview on #D5C3B7 background

This text has black color on #D5C3B7 background.


White color preview on #D5C3B7 background

This text has white color on #D5C3B7 background.