COLOR #D8BF97

HEX: #D8BF97
RGB: (216,191,151)

Color info

#D8BF97 contains mainly red and green colors. Web safe color of #D8BF97 is #CCCC99 (or #CC9).

RGB color model

#D8BF97 color RGB value is (216,191,151).

  • red value is 216;
  • green value is 191;
  • blue value is 151.
RGB:
(216,191,151)
(85%,75%,59%)

RGB channels and saturation

R 216 of 255 = 85%
G 191 of 255 = 75%
B 151 of 255 = 59%

216
191
151

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

Portions of RGB colors in percentages

R + G + B =
216 + 191 + 151 = 558 (100%)
R 216 of 558 ~ 38.71%
G 191 of 558 ~ 34.23%
B 151 of 558 ~ 27.06%

%38.71
%34.23
%27.06

CMYK color model

#D8BF97 color CMYK value is (0,12,30,15).

  • cyan value is 0.00%
  • magenta value is 11.57%
  • yellow value is 30.09%
  • key color value is 15.29%
CMYK:
(0,12,30,15)
C0M12Y30K15 
(0%,12%,30%,15%)
(0.00/0.12/0.30/0.15)	

CMYK percentages

%0
%11.57
%30.09
%15.29

Codes

Color #D8BF97 in popluar color models

D8BF97
RGB216191151
HSL37°45.45%71.96%
HSB/HSV37°30.09%84.71%
CMYK0.00%11.57%30.09%
15.29%

Color #D8BF97 in popluar number systems.

HEXD8BF97
Decimal216191151
Binary110110001011111110010111
Octal330277227

Shades and tints

Shades of #D8BF97

#D8BF97
(216,191,151)
#C5AE8A
(197,174,138)
#B29D7D
(178,157,125)
#9F8C70
(159,140,112)
#8C7B63
(140,123,99)
#796A56
(121,106,86)
#665949
(102,89,73)
#53483C
(83,72,60)
#40372F
(64,55,47)
#2D2622
(45,38,34)
#1A1515
(26,21,21)
#000000
(0,0,0)

Tints of #D8BF97

#D8BF97
(216,191,151)
#DBC4A0
(219,196,160)
#DEC9A9
(222,201,169)
#E1CEB2
(225,206,178)
#E4D3BB
(228,211,187)
#E7D8C4
(231,216,196)
#EADDCD
(234,221,205)
#EDE2D6
(237,226,214)
#F0E7DF
(240,231,223)
#F3ECE8
(243,236,232)
#F6F1F1
(246,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8BF97 color. Also use rgb(216,191,151) instead hex code.

Text Font Color

.myTextColor { color: #D8BF97; }

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

This text font color is #D8BF97.


Background Color

.myBgColor { background-color: #D8BF97; }

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

This div background color is #D8BF97.


Border color

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

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

This div border color is #D8BF97.


Opacity

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

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

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

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

This text has shadow with #D8BF97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8BF97 on black background.


Color preview on white background

This text has color #D8BF97 on white background.



Black color preview on #D8BF97 background

This text has black color on #D8BF97 background.


White color preview on #D8BF97 background

This text has white color on #D8BF97 background.