COLOR #D5C5B7

HEX: #D5C5B7 RGB: (213,197,183)

Color info

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

RGB color model

#D5C5B7 color RGB value is (213,197,183).

RGB: (213,197,183) (84%, 77%, 72%)

RGB channels and saturation

R 213 of 255 = 84%
G 197 of 255 = 77%
B 183 of 255 = 72%

213
197
183

R + G + B ~ 78%. #D5C5B7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 213 + 197 + 183 = 593 (100%)
R 213 of 593 ~ 35.92%
G 197 of 593 ~ 33.22%
B 183 of 593 ~ 30.86'%

%35.92
%33.22
%30.86

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.51%
  • 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
%7.51
%14.08
%16.47

Codes

Color #D5C5B7 in popluar color models

D5 C5 B7
RGB 213 197 183
HSL 28° 26.32% 77.65%
HSB/HSV 28° 14.08% 83.53%
CMYK 0.00% 7.51% 14.08%
16.47%

Color #D5C5B7 in popluar number systems.

HEX D5 C5 B7
Decimal 213 197 183
Binary 11010101 11000101 10110111
Octal 325 305 267

Shades and tints

Shades of #D5C5B7

#D5C5B7
(213,197,183)
#C2B4A7
(194,180,167)
#AFA397
(175,163,151)
#9C9287
(156,146,135)
#898177
(137,129,119)
#767067
(118,112,103)
#635F57
(99,95,87)
#504E47
(80,78,71)
#3D3D37
(61,61,55)
#2A2C27
(42,44,39)
#171B17
(23,27,23)
#000000
(0,0,0)

Tints of #D5C5B7

#D5C5B7
(213,197,183)
#D8CABD
(216,202,189)
#DBCFC3
(219,207,195)
#DED4C9
(222,212,201)
#E1D9CF
(225,217,207)
#E4DED5
(228,222,213)
#E7E3DB
(231,227,219)
#EAE8E1
(234,232,225)
#EDEDE7
(237,237,231)
#F0F2ED
(240,242,237)
#F3F7F3
(243,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5C5B7; }

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

This text font color is #D5C5B7.

Background Color

.myBgColor { background-color: #D5C5B7; }

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

This div background color is #D5C5B7.

Border color

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

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

This div border color is #D5C5B7.

Opacity

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

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

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

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

This text has shadow with #D5C5B7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5C5B7.

Preview

Color preview on black background

This text has color #D5C5B7 on black background.


Color preview on white background

This text has color #D5C5B7 on white background.


Black color preview on #D5C5B7 background

This text has black color on #D5C5B7 background.


White color preview on #D5C5B7 background

This text has white color on #D5C5B7 background.


Related colors

Complementary color

Complementary color for #hex is #2A3A48.


I love getcolorcode.com

Triadic colors

1 #B7D5C5 and #C5B7D5 with #D5C5B7 are triadic colors.

2 #B7C5D5 and #C5D5B7 with #D5C5B7 are triadic colors.