COLOR #D8C3BC

HEX: #D8C3BC RGB: (216,195,188)

Color info

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

RGB color model

#D8C3BC color RGB value is (216,195,188).

RGB: (216,195,188) (85%, 76%, 74%)

RGB channels and saturation

R 216 of 255 = 85%
G 195 of 255 = 76%
B 188 of 255 = 74%

216
195
188

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

Portions of RGB colors in percentages

R + G + B = 216 + 195 + 188 = 599 (100%)
R 216 of 599 ~ 36.06%
G 195 of 599 ~ 32.55%
B 188 of 599 ~ 31.39'%

%36.06
%32.55
%31.39

CMYK color model

#D8C3BC color CMYK value is (0,10,13,15).

  • cyan value is 0.00%
  • magenta value is 9.72%
  • yellow value is 12.96%
  • key color value is 15.29%

CMYK: (0,10,13,15)
C0M10Y13K15 (0%, 10%, 13%, 15%)
(0.00 / 0.10 / 0.13 / 0.15)

CMYK percentages

%0
%9.72
%12.96
%15.29

Codes

Color #D8C3BC in popluar color models

D8 C3 BC
RGB 216 195 188
HSL 15° 26.42% 79.22%
HSB/HSV 15° 12.96% 84.71%
CMYK 0.00% 9.72% 12.96%
15.29%

Color #D8C3BC in popluar number systems.

HEX D8 C3 BC
Decimal 216 195 188
Binary 11011000 11000011 10111100
Octal 330 303 274

Shades and tints

Shades of #D8C3BC

#D8C3BC
(216,195,188)
#C5B2AB
(197,178,171)
#B2A19A
(178,161,154)
#9F9089
(159,144,137)
#8C7F78
(140,127,120)
#796E67
(121,110,103)
#665D56
(102,93,86)
#534C45
(83,76,69)
#403B34
(64,59,52)
#2D2A23
(45,42,35)
#1A1912
(26,25,18)
#000000
(0,0,0)

Tints of #D8C3BC

#D8C3BC
(216,195,188)
#DBC8C2
(219,200,194)
#DECDC8
(222,205,200)
#E1D2CE
(225,210,206)
#E4D7D4
(228,215,212)
#E7DCDA
(231,220,218)
#EAE1E0
(234,225,224)
#EDE6E6
(237,230,230)
#F0EBEC
(240,235,236)
#F3F0F2
(243,240,242)
#F6F5F8
(246,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8C3BC color. Also use rgb(216,195,188) instead hex code.

Text Font Color

.myTextColor { color: #D8C3BC; }

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

This text font color is #D8C3BC.

Background Color

.myBgColor { background-color: #D8C3BC; }

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

This div background color is #D8C3BC.

Border color

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

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

This div border color is #D8C3BC.

Opacity

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

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

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

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

This text has shadow with #D8C3BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8C3BC.

Preview

Color preview on black background

This text has color #D8C3BC on black background.


Color preview on white background

This text has color #D8C3BC on white background.


Black color preview on #D8C3BC background

This text has black color on #D8C3BC background.


White color preview on #D8C3BC background

This text has white color on #D8C3BC background.


Related colors

Complementary color

Complementary color for #hex is #273C43.


I love getcolorcode.com

Triadic colors

1 #BCD8C3 and #C3BCD8 with #D8C3BC are triadic colors.

2 #BCC3D8 and #C3D8BC with #D8C3BC are triadic colors.