COLOR #D8BF95

HEX: #D8BF95
RGB: (216,191,149)

Color info

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

RGB color model

#D8BF95 color RGB value is (216,191,149).

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

RGB channels and saturation

R 216 of 255 = 85%
G 191 of 255 = 75%
B 149 of 255 = 58%

216
191
149

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

Portions of RGB colors in percentages

R + G + B =
216 + 191 + 149 = 556 (100%)
R 216 of 556 ~ 38.85%
G 191 of 556 ~ 34.35%
B 149 of 556 ~ 26.8%

%38.85
%34.35
%26.8

CMYK color model

#D8BF95 color CMYK value is (0,12,31,15).

  • cyan value is 0.00%
  • magenta value is 11.57%
  • yellow value is 31.02%
  • key color value is 15.29%
CMYK:
(0,12,31,15)
C0M12Y31K15 
(0%,12%,31%,15%)
(0.00/0.12/0.31/0.15)	

CMYK percentages

%0
%11.57
%31.02
%15.29

Codes

Color #D8BF95 in popluar color models

D8BF95
RGB216191149
HSL38°46.21%71.57%
HSB/HSV38°31.02%84.71%
CMYK0.00%11.57%31.02%
15.29%

Color #D8BF95 in popluar number systems.

HEXD8BF95
Decimal216191149
Binary110110001011111110010101
Octal330277225

Shades and tints

Shades of #D8BF95

#D8BF95
(216,191,149)
#C5AE88
(197,174,136)
#B29D7B
(178,157,123)
#9F8C6E
(159,140,110)
#8C7B61
(140,123,97)
#796A54
(121,106,84)
#665947
(102,89,71)
#53483A
(83,72,58)
#40372D
(64,55,45)
#2D2620
(45,38,32)
#1A1513
(26,21,19)
#000000
(0,0,0)

Tints of #D8BF95

#D8BF95
(216,191,149)
#DBC49E
(219,196,158)
#DEC9A7
(222,201,167)
#E1CEB0
(225,206,176)
#E4D3B9
(228,211,185)
#E7D8C2
(231,216,194)
#EADDCB
(234,221,203)
#EDE2D4
(237,226,212)
#F0E7DD
(240,231,221)
#F3ECE6
(243,236,230)
#F6F1EF
(246,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8BF95; }

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

This text font color is #D8BF95.


Background Color

.myBgColor { background-color: #D8BF95; }

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

This div background color is #D8BF95.


Border color

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

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

This div border color is #D8BF95.


Opacity

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

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

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

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

This text has shadow with #D8BF95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8BF95 on black background.


Color preview on white background

This text has color #D8BF95 on white background.



Black color preview on #D8BF95 background

This text has black color on #D8BF95 background.


White color preview on #D8BF95 background

This text has white color on #D8BF95 background.