COLOR #D8BD95

HEX: #D8BD95
RGB: (216,189,149)

Color info

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

RGB color model

#D8BD95 color RGB value is (216,189,149).

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

RGB channels and saturation

R 216 of 255 = 85%
G 189 of 255 = 74%
B 149 of 255 = 58%

216
189
149

R + G + B ~ 72%. #D8BD95 is quite light color.

Portions of RGB colors in percentages

R + G + B =
216 + 189 + 149 = 554 (100%)
R 216 of 554 ~ 38.99%
G 189 of 554 ~ 34.12%
B 149 of 554 ~ 26.9%

%38.99
%34.12
%26.9

CMYK color model

#D8BD95 color CMYK value is (0,13,31,15).

  • cyan value is 0.00%
  • magenta value is 12.50%
  • yellow value is 31.02%
  • key color value is 15.29%
CMYK:
(0,13,31,15)
C0M13Y31K15 
(0%,13%,31%,15%)
(0.00/0.13/0.31/0.15)	

CMYK percentages

%0
%12.5
%31.02
%15.29

Codes

Color #D8BD95 in popluar color models

D8BD95
RGB216189149
HSL36°46.21%71.57%
HSB/HSV36°31.02%84.71%
CMYK0.00%12.50%31.02%
15.29%

Color #D8BD95 in popluar number systems.

HEXD8BD95
Decimal216189149
Binary110110001011110110010101
Octal330275225

Shades and tints

Shades of #D8BD95

#D8BD95
(216,189,149)
#C5AC88
(197,172,136)
#B29B7B
(178,155,123)
#9F8A6E
(159,138,110)
#8C7961
(140,121,97)
#796854
(121,104,84)
#665747
(102,87,71)
#53463A
(83,70,58)
#40352D
(64,53,45)
#2D2420
(45,36,32)
#1A1313
(26,19,19)
#000000
(0,0,0)

Tints of #D8BD95

#D8BD95
(216,189,149)
#DBC39E
(219,195,158)
#DEC9A7
(222,201,167)
#E1CFB0
(225,207,176)
#E4D5B9
(228,213,185)
#E7DBC2
(231,219,194)
#EAE1CB
(234,225,203)
#EDE7D4
(237,231,212)
#F0EDDD
(240,237,221)
#F3F3E6
(243,243,230)
#F6F9EF
(246,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8BD95; }

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

This text font color is #D8BD95.


Background Color

.myBgColor { background-color: #D8BD95; }

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

This div background color is #D8BD95.


Border color

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

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

This div border color is #D8BD95.


Opacity

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

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

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

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

This text has shadow with #D8BD95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8BD95 on black background.


Color preview on white background

This text has color #D8BD95 on white background.



Black color preview on #D8BD95 background

This text has black color on #D8BD95 background.


White color preview on #D8BD95 background

This text has white color on #D8BD95 background.