COLOR #D8B99F

HEX: #D8B99F
RGB: (216,185,159)

Color info

#D8B99F contains red, green and blue colors in about the same proportion. Web safe color of #D8B99F is #CCCC99 (or #CC9).

RGB color model

#D8B99F color RGB value is (216,185,159).

  • red value is 216;
  • green value is 185;
  • blue value is 159.
RGB:
(216,185,159)
(85%,73%,62%)

RGB channels and saturation

R 216 of 255 = 85%
G 185 of 255 = 73%
B 159 of 255 = 62%

216
185
159

R + G + B ~ 73%. #D8B99F is quite light color.

Portions of RGB colors in percentages

R + G + B =
216 + 185 + 159 = 560 (100%)
R 216 of 560 ~ 38.57%
G 185 of 560 ~ 33.04%
B 159 of 560 ~ 28.39%

%38.57
%33.04
%28.39

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 14.35%
  • yellow value is 26.39%
  • key color value is 15.29%
CMYK:
(0,14,26,15)
C0M14Y26K15 
(0%,14%,26%,15%)
(0.00/0.14/0.26/0.15)	

CMYK percentages

%0
%14.35
%26.39
%15.29

Codes

Color #D8B99F in popluar color models

D8B99F
RGB216185159
HSL27°42.22%73.53%
HSB/HSV27°26.39%84.71%
CMYK0.00%14.35%26.39%
15.29%

Color #D8B99F in popluar number systems.

HEXD8B99F
Decimal216185159
Binary110110001011100110011111
Octal330271237

Shades and tints

Shades of #D8B99F

#D8B99F
(216,185,159)
#C5A991
(197,169,145)
#B29983
(178,153,131)
#9F8975
(159,137,117)
#8C7967
(140,121,103)
#796959
(121,105,89)
#66594B
(102,89,75)
#53493D
(83,73,61)
#40392F
(64,57,47)
#2D2921
(45,41,33)
#1A1913
(26,25,19)
#000000
(0,0,0)

Tints of #D8B99F

#D8B99F
(216,185,159)
#DBBFA7
(219,191,167)
#DEC5AF
(222,197,175)
#E1CBB7
(225,203,183)
#E4D1BF
(228,209,191)
#E7D7C7
(231,215,199)
#EADDCF
(234,221,207)
#EDE3D7
(237,227,215)
#F0E9DF
(240,233,223)
#F3EFE7
(243,239,231)
#F6F5EF
(246,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8B99F color. Also use rgb(216,185,159) instead hex code.

Text Font Color

.myTextColor { color: #D8B99F; }

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

This text font color is #D8B99F.


Background Color

.myBgColor { background-color: #D8B99F; }

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

This div background color is #D8B99F.


Border color

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

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

This div border color is #D8B99F.


Opacity

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

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

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

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

This text has shadow with #D8B99F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8B99F on black background.


Color preview on white background

This text has color #D8B99F on white background.



Black color preview on #D8B99F background

This text has black color on #D8B99F background.


White color preview on #D8B99F background

This text has white color on #D8B99F background.