COLOR #D4C0BB

HEX: #D4C0BB RGB: (212,192,187)

Color info

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

RGB color model

#D4C0BB color RGB value is (212,192,187).

RGB: (212,192,187) (83%, 75%, 73%)

RGB channels and saturation

R 212 of 255 = 83%
G 192 of 255 = 75%
B 187 of 255 = 73%

212
192
187

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

Portions of RGB colors in percentages

R + G + B = 212 + 192 + 187 = 591 (100%)
R 212 of 591 ~ 35.87%
G 192 of 591 ~ 32.49%
B 187 of 591 ~ 31.64'%

%35.87
%32.49
%31.64

CMYK color model

#D4C0BB color CMYK value is (0,9,12,17).

  • cyan value is 0.00%
  • magenta value is 9.43%
  • yellow value is 11.79%
  • key color value is 16.86%

CMYK: (0,9,12,17)
C0M9Y12K17 (0%, 9%, 12%, 17%)
(0.00 / 0.09 / 0.12 / 0.17)

CMYK percentages

%0
%9.43
%11.79
%16.86

Codes

Color #D4C0BB in popluar color models

D4 C0 BB
RGB 212 192 187
HSL 12° 22.52% 78.24%
HSB/HSV 12° 11.79% 83.14%
CMYK 0.00% 9.43% 11.79%
16.86%

Color #D4C0BB in popluar number systems.

HEX D4 C0 BB
Decimal 212 192 187
Binary 11010100 11000000 10111011
Octal 324 300 273

Shades and tints

Shades of #D4C0BB

#D4C0BB
(212,192,187)
#C1AFAA
(193,175,170)
#AE9E99
(174,158,153)
#9B8D88
(155,141,136)
#887C77
(136,124,119)
#756B66
(117,107,102)
#625A55
(98,90,85)
#4F4944
(79,73,68)
#3C3833
(60,56,51)
#292722
(41,39,34)
#161611
(22,22,17)
#000000
(0,0,0)

Tints of #D4C0BB

#D4C0BB
(212,192,187)
#D7C5C1
(215,197,193)
#DACAC7
(218,202,199)
#DDCFCD
(221,207,205)
#E0D4D3
(224,212,211)
#E3D9D9
(227,217,217)
#E6DEDF
(230,222,223)
#E9E3E5
(233,227,229)
#ECE8EB
(236,232,235)
#EFEDF1
(239,237,241)
#F2F2F7
(242,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4C0BB; }

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

This text font color is #D4C0BB.

Background Color

.myBgColor { background-color: #D4C0BB; }

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

This div background color is #D4C0BB.

Border color

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

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

This div border color is #D4C0BB.

Opacity

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

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

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

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

This text has shadow with #D4C0BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4C0BB.

Preview

Color preview on black background

This text has color #D4C0BB on black background.


Color preview on white background

This text has color #D4C0BB on white background.


Black color preview on #D4C0BB background

This text has black color on #D4C0BB background.


White color preview on #D4C0BB background

This text has white color on #D4C0BB background.


Related colors

Complementary color

Complementary color for #hex is #2B3F44.


I love getcolorcode.com

Triadic colors

1 #BBD4C0 and #C0BBD4 with #D4C0BB are triadic colors.

2 #BBC0D4 and #C0D4BB with #D4C0BB are triadic colors.