COLOR #D8C8B4

HEX: #D8C8B4 RGB: (216,200,180)

Color info

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

RGB color model

#D8C8B4 color RGB value is (216,200,180).

RGB: (216,200,180) (85%, 78%, 71%)

RGB channels and saturation

R 216 of 255 = 85%
G 200 of 255 = 78%
B 180 of 255 = 71%

216
200
180

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

Portions of RGB colors in percentages

R + G + B = 216 + 200 + 180 = 596 (100%)
R 216 of 596 ~ 36.24%
G 200 of 596 ~ 33.56%
B 180 of 596 ~ 30.2'%

%36.24
%33.56
%30.2

CMYK color model

#D8C8B4 color CMYK value is (0,7,17,15).

  • cyan value is 0.00%
  • magenta value is 7.41%
  • yellow value is 16.67%
  • key color value is 15.29%

CMYK: (0,7,17,15)
C0M7Y17K15 (0%, 7%, 17%, 15%)
(0.00 / 0.07 / 0.17 / 0.15)

CMYK percentages

%0
%7.41
%16.67
%15.29

Codes

Color #D8C8B4 in popluar color models

D8 C8 B4
RGB 216 200 180
HSL 33° 31.58% 77.65%
HSB/HSV 33° 16.67% 84.71%
CMYK 0.00% 7.41% 16.67%
15.29%

Color #D8C8B4 in popluar number systems.

HEX D8 C8 B4
Decimal 216 200 180
Binary 11011000 11001000 10110100
Octal 330 310 264

Shades and tints

Shades of #D8C8B4

#D8C8B4
(216,200,180)
#C5B6A4
(197,182,164)
#B2A494
(178,164,148)
#9F9284
(159,146,132)
#8C8074
(140,128,116)
#796E64
(121,110,100)
#665C54
(102,92,84)
#534A44
(83,74,68)
#403834
(64,56,52)
#2D2624
(45,38,36)
#1A1414
(26,20,20)
#000000
(0,0,0)

Tints of #D8C8B4

#D8C8B4
(216,200,180)
#DBCDBA
(219,205,186)
#DED2C0
(222,210,192)
#E1D7C6
(225,215,198)
#E4DCCC
(228,220,204)
#E7E1D2
(231,225,210)
#EAE6D8
(234,230,216)
#EDEBDE
(237,235,222)
#F0F0E4
(240,240,228)
#F3F5EA
(243,245,234)
#F6FAF0
(246,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8C8B4 color. Also use rgb(216,200,180) instead hex code.

Text Font Color

.myTextColor { color: #D8C8B4; }

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

This text font color is #D8C8B4.

Background Color

.myBgColor { background-color: #D8C8B4; }

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

This div background color is #D8C8B4.

Border color

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

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

This div border color is #D8C8B4.

Opacity

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

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

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

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

This text has shadow with #D8C8B4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8C8B4.

Preview

Color preview on black background

This text has color #D8C8B4 on black background.


Color preview on white background

This text has color #D8C8B4 on white background.


Black color preview on #D8C8B4 background

This text has black color on #D8C8B4 background.


White color preview on #D8C8B4 background

This text has white color on #D8C8B4 background.


Related colors

Complementary color

Complementary color for #hex is #27374B.


I love getcolorcode.com

Triadic colors

1 #B4D8C8 and #C8B4D8 with #D8C8B4 are triadic colors.

2 #B4C8D8 and #C8D8B4 with #D8C8B4 are triadic colors.