COLOR #D4C8BB

HEX: #D4C8BB RGB: (212,200,187)

Color info

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

RGB color model

#D4C8BB color RGB value is (212,200,187).

RGB: (212,200,187) (83%, 78%, 73%)

RGB channels and saturation

R 212 of 255 = 83%
G 200 of 255 = 78%
B 187 of 255 = 73%

212
200
187

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

Portions of RGB colors in percentages

R + G + B = 212 + 200 + 187 = 599 (100%)
R 212 of 599 ~ 35.39%
G 200 of 599 ~ 33.39%
B 187 of 599 ~ 31.22'%

%35.39
%33.39
%31.22

CMYK color model

#D4C8BB color CMYK value is (0,6,12,17).

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

CMYK: (0,6,12,17)
C0M6Y12K17 (0%, 6%, 12%, 17%)
(0.00 / 0.06 / 0.12 / 0.17)

CMYK percentages

%0
%5.66
%11.79
%16.86

Codes

Color #D4C8BB in popluar color models

D4 C8 BB
RGB 212 200 187
HSL 31° 22.52% 78.24%
HSB/HSV 31° 11.79% 83.14%
CMYK 0.00% 5.66% 11.79%
16.86%

Color #D4C8BB in popluar number systems.

HEX D4 C8 BB
Decimal 212 200 187
Binary 11010100 11001000 10111011
Octal 324 310 273

Shades and tints

Shades of #D4C8BB

#D4C8BB
(212,200,187)
#C1B6AA
(193,182,170)
#AEA499
(174,164,153)
#9B9288
(155,146,136)
#888077
(136,128,119)
#756E66
(117,110,102)
#625C55
(98,92,85)
#4F4A44
(79,74,68)
#3C3833
(60,56,51)
#292622
(41,38,34)
#161411
(22,20,17)
#000000
(0,0,0)

Tints of #D4C8BB

#D4C8BB
(212,200,187)
#D7CDC1
(215,205,193)
#DAD2C7
(218,210,199)
#DDD7CD
(221,215,205)
#E0DCD3
(224,220,211)
#E3E1D9
(227,225,217)
#E6E6DF
(230,230,223)
#E9EBE5
(233,235,229)
#ECF0EB
(236,240,235)
#EFF5F1
(239,245,241)
#F2FAF7
(242,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4C8BB; }

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

This text font color is #D4C8BB.

Background Color

.myBgColor { background-color: #D4C8BB; }

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

This div background color is #D4C8BB.

Border color

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

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

This div border color is #D4C8BB.

Opacity

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

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

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

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

This text has shadow with #D4C8BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4C8BB.

Preview

Color preview on black background

This text has color #D4C8BB on black background.


Color preview on white background

This text has color #D4C8BB on white background.


Black color preview on #D4C8BB background

This text has black color on #D4C8BB background.


White color preview on #D4C8BB background

This text has white color on #D4C8BB background.


Related colors

Complementary color

Complementary color for #hex is #2B3744.


I love getcolorcode.com

Triadic colors

1 #BBD4C8 and #C8BBD4 with #D4C8BB are triadic colors.

2 #BBC8D4 and #C8D4BB with #D4C8BB are triadic colors.