COLOR #D5C0BB

HEX: #D5C0BB RGB: (213,192,187)

Color info

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

RGB color model

#D5C0BB color RGB value is (213,192,187).

RGB: (213,192,187) (84%, 75%, 73%)

RGB channels and saturation

R 213 of 255 = 84%
G 192 of 255 = 75%
B 187 of 255 = 73%

213
192
187

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

Portions of RGB colors in percentages

R + G + B = 213 + 192 + 187 = 592 (100%)
R 213 of 592 ~ 35.98%
G 192 of 592 ~ 32.43%
B 187 of 592 ~ 31.59'%

%35.98
%32.43
%31.59

CMYK color model

#D5C0BB color CMYK value is (0,10,12,16).

  • cyan value is 0.00%
  • magenta value is 9.86%
  • yellow value is 12.21%
  • key color value is 16.47%
CMYK: (0,10,12,16) C0M10Y12K16 (0%,10%,12%,16%) (0.00/0.10/0.12/0.16) 

CMYK percentages

%0
%9.86
%12.21
%16.47

Codes

Color #D5C0BB in popluar color models

D5 C0 BB
RGB 213 192 187
HSL 12° 23.64% 78.43%
HSB/HSV 12° 12.21% 83.53%
CMYK 0.00% 9.86% 12.21%
16.47%

Color #D5C0BB in popluar number systems.

HEX D5 C0 BB
Decimal 213 192 187
Binary 11010101 11000000 10111011
Octal 325 300 273

Shades and tints

Shades of #D5C0BB

#D5C0BB
(213,192,187)
#C2AFAA
(194,175,170)
#AF9E99
(175,158,153)
#9C8D88
(156,141,136)
#897C77
(137,124,119)
#766B66
(118,107,102)
#635A55
(99,90,85)
#504944
(80,73,68)
#3D3833
(61,56,51)
#2A2722
(42,39,34)
#171611
(23,22,17)
#000000
(0,0,0)

Tints of #D5C0BB

#D5C0BB
(213,192,187)
#D8C5C1
(216,197,193)
#DBCAC7
(219,202,199)
#DECFCD
(222,207,205)
#E1D4D3
(225,212,211)
#E4D9D9
(228,217,217)
#E7DEDF
(231,222,223)
#EAE3E5
(234,227,229)
#EDE8EB
(237,232,235)
#F0EDF1
(240,237,241)
#F3F2F7
(243,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5C0BB; }

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

This text font color is #D5C0BB.

Background Color

.myBgColor { background-color: #D5C0BB; }

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

This div background color is #D5C0BB.

Border color

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

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

This div border color is #D5C0BB.

Opacity

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

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

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

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

This text has shadow with #D5C0BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5C0BB.

Preview

Color preview on black background

This text has color #D5C0BB on black background.


Color preview on white background

This text has color #D5C0BB on white background.


Black color preview on #D5C0BB background

This text has black color on #D5C0BB background.


White color preview on #D5C0BB background

This text has white color on #D5C0BB background.


Related colors

Complementary color

Complementary color for #hex is #2A3F44.


I love getcolorcode.com

Triadic colors

1 #BBD5C0 and #C0BBD5 with #D5C0BB are triadic colors.

2 #BBC0D5 and #C0D5BB with #D5C0BB are triadic colors.