COLOR #D5C7BB

HEX: #D5C7BB RGB: (213,199,187)

Color info

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

RGB color model

#D5C7BB color RGB value is (213,199,187).

RGB: (213,199,187) (84%, 78%, 73%)

RGB channels and saturation

R 213 of 255 = 84%
G 199 of 255 = 78%
B 187 of 255 = 73%

213
199
187

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

Portions of RGB colors in percentages

R + G + B = 213 + 199 + 187 = 599 (100%)
R 213 of 599 ~ 35.56%
G 199 of 599 ~ 33.22%
B 187 of 599 ~ 31.22'%

%35.56
%33.22
%31.22

CMYK color model

#D5C7BB color CMYK value is (0,7,12,16).

  • cyan value is 0.00%
  • magenta value is 6.57%
  • yellow value is 12.21%
  • key color value is 16.47%

CMYK: (0,7,12,16)
C0M7Y12K16 (0%, 7%, 12%, 16%)
(0.00 / 0.07 / 0.12 / 0.16)

CMYK percentages

%0
%6.57
%12.21
%16.47

Codes

Color #D5C7BB in popluar color models

D5 C7 BB
RGB 213 199 187
HSL 28° 23.64% 78.43%
HSB/HSV 28° 12.21% 83.53%
CMYK 0.00% 6.57% 12.21%
16.47%

Color #D5C7BB in popluar number systems.

HEX D5 C7 BB
Decimal 213 199 187
Binary 11010101 11000111 10111011
Octal 325 307 273

Shades and tints

Shades of #D5C7BB

#D5C7BB
(213,199,187)
#C2B5AA
(194,181,170)
#AFA399
(175,163,153)
#9C9188
(156,145,136)
#897F77
(137,127,119)
#766D66
(118,109,102)
#635B55
(99,91,85)
#504944
(80,73,68)
#3D3733
(61,55,51)
#2A2522
(42,37,34)
#171311
(23,19,17)
#000000
(0,0,0)

Tints of #D5C7BB

#D5C7BB
(213,199,187)
#D8CCC1
(216,204,193)
#DBD1C7
(219,209,199)
#DED6CD
(222,214,205)
#E1DBD3
(225,219,211)
#E4E0D9
(228,224,217)
#E7E5DF
(231,229,223)
#EAEAE5
(234,234,229)
#EDEFEB
(237,239,235)
#F0F4F1
(240,244,241)
#F3F9F7
(243,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5C7BB color. Also use rgb(213,199,187) instead hex code.

Text Font Color

.myTextColor { color: #D5C7BB; }

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

This text font color is #D5C7BB.

Background Color

.myBgColor { background-color: #D5C7BB; }

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

This div background color is #D5C7BB.

Border color

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

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

This div border color is #D5C7BB.

Opacity

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

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

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

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

This text has shadow with #D5C7BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5C7BB.

Preview

Color preview on black background

This text has color #D5C7BB on black background.


Color preview on white background

This text has color #D5C7BB on white background.


Black color preview on #D5C7BB background

This text has black color on #D5C7BB background.


White color preview on #D5C7BB background

This text has white color on #D5C7BB background.


Related colors

Complementary color

Complementary color for #hex is #2A3844.


I love getcolorcode.com

Triadic colors

1 #BBD5C7 and #C7BBD5 with #D5C7BB are triadic colors.

2 #BBC7D5 and #C7D5BB with #D5C7BB are triadic colors.