COLOR #D8D7BA

HEX: #D8D7BA
RGB: (216,215,186)

Color info

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

RGB color model

#D8D7BA color RGB value is (216,215,186).

  • red value is 216;
  • green value is 215;
  • blue value is 186.
RGB:
(216,215,186)
(85%,84%,73%)

RGB channels and saturation

R 216 of 255 = 85%
G 215 of 255 = 84%
B 186 of 255 = 73%

216
215
186

R + G + B ~ 81%. #D8D7BA is quite light color.

Portions of RGB colors in percentages

R + G + B =
216 + 215 + 186 = 617 (100%)
R 216 of 617 ~ 35.01%
G 215 of 617 ~ 34.85%
B 186 of 617 ~ 30.15%

%35.01
%34.85
%30.15

CMYK color model

#D8D7BA color CMYK value is (0,0,14,15).

  • cyan value is 0.00%
  • magenta value is 0.46%
  • yellow value is 13.89%
  • key color value is 15.29%
CMYK:
(0,0,14,15)
C0M0Y14K15 
(0%,0%,14%,15%)
(0.00/0.00/0.14/0.15)	

CMYK percentages

%0
%0.46
%13.89
%15.29

Codes

Color #D8D7BA in popluar color models

D8D7BA
RGB216215186
HSL58°27.78%78.82%
HSB/HSV58°13.89%84.71%
CMYK0.00%0.46%13.89%
15.29%

Color #D8D7BA in popluar number systems.

HEXD8D7BA
Decimal216215186
Binary110110001101011110111010
Octal330327272

Shades and tints

Shades of #D8D7BA

#D8D7BA
(216,215,186)
#C5C4AA
(197,196,170)
#B2B19A
(178,177,154)
#9F9E8A
(159,158,138)
#8C8B7A
(140,139,122)
#79786A
(121,120,106)
#66655A
(102,101,90)
#53524A
(83,82,74)
#403F3A
(64,63,58)
#2D2C2A
(45,44,42)
#1A191A
(26,25,26)
#000000
(0,0,0)

Tints of #D8D7BA

#D8D7BA
(216,215,186)
#DBDAC0
(219,218,192)
#DEDDC6
(222,221,198)
#E1E0CC
(225,224,204)
#E4E3D2
(228,227,210)
#E7E6D8
(231,230,216)
#EAE9DE
(234,233,222)
#EDECE4
(237,236,228)
#F0EFEA
(240,239,234)
#F3F2F0
(243,242,240)
#F6F5F6
(246,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8D7BA color. Also use rgb(216,215,186) instead hex code.

Text Font Color

.myTextColor { color: #D8D7BA; }

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

This text font color is #D8D7BA.


Background Color

.myBgColor { background-color: #D8D7BA; }

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

This div background color is #D8D7BA.


Border color

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

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

This div border color is #D8D7BA.


Opacity

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

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

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

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

This text has shadow with #D8D7BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8D7BA on black background.


Color preview on white background

This text has color #D8D7BA on white background.



Black color preview on #D8D7BA background

This text has black color on #D8D7BA background.


White color preview on #D8D7BA background

This text has white color on #D8D7BA background.