COLOR #D8BE9E

HEX: #D8BE9E
RGB: (216,190,158)

Color info

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

RGB color model

#D8BE9E color RGB value is (216,190,158).

  • red value is 216;
  • green value is 190;
  • blue value is 158.
RGB:
(216,190,158)
(85%,75%,62%)

RGB channels and saturation

R 216 of 255 = 85%
G 190 of 255 = 75%
B 158 of 255 = 62%

216
190
158

R + G + B ~ 74%. #D8BE9E is quite light color.

Portions of RGB colors in percentages

R + G + B =
216 + 190 + 158 = 564 (100%)
R 216 of 564 ~ 38.3%
G 190 of 564 ~ 33.69%
B 158 of 564 ~ 28.01%

%38.3
%33.69
%28.01

CMYK color model

#D8BE9E color CMYK value is (0,12,27,15).

  • cyan value is 0.00%
  • magenta value is 12.04%
  • yellow value is 26.85%
  • key color value is 15.29%
CMYK:
(0,12,27,15)
C0M12Y27K15 
(0%,12%,27%,15%)
(0.00/0.12/0.27/0.15)	

CMYK percentages

%0
%12.04
%26.85
%15.29

Codes

Color #D8BE9E in popluar color models

D8BE9E
RGB216190158
HSL33°42.65%73.33%
HSB/HSV33°26.85%84.71%
CMYK0.00%12.04%26.85%
15.29%

Color #D8BE9E in popluar number systems.

HEXD8BE9E
Decimal216190158
Binary110110001011111010011110
Octal330276236

Shades and tints

Shades of #D8BE9E

#D8BE9E
(216,190,158)
#C5AD90
(197,173,144)
#B29C82
(178,156,130)
#9F8B74
(159,139,116)
#8C7A66
(140,122,102)
#796958
(121,105,88)
#66584A
(102,88,74)
#53473C
(83,71,60)
#40362E
(64,54,46)
#2D2520
(45,37,32)
#1A1412
(26,20,18)
#000000
(0,0,0)

Tints of #D8BE9E

#D8BE9E
(216,190,158)
#DBC3A6
(219,195,166)
#DEC8AE
(222,200,174)
#E1CDB6
(225,205,182)
#E4D2BE
(228,210,190)
#E7D7C6
(231,215,198)
#EADCCE
(234,220,206)
#EDE1D6
(237,225,214)
#F0E6DE
(240,230,222)
#F3EBE6
(243,235,230)
#F6F0EE
(246,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8BE9E color. Also use rgb(216,190,158) instead hex code.

Text Font Color

.myTextColor { color: #D8BE9E; }

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

This text font color is #D8BE9E.


Background Color

.myBgColor { background-color: #D8BE9E; }

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

This div background color is #D8BE9E.


Border color

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

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

This div border color is #D8BE9E.


Opacity

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

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

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

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

This text has shadow with #D8BE9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8BE9E on black background.


Color preview on white background

This text has color #D8BE9E on white background.



Black color preview on #D8BE9E background

This text has black color on #D8BE9E background.


White color preview on #D8BE9E background

This text has white color on #D8BE9E background.