COLOR #D8BE8B

HEX: #D8BE8B
RGB: (216,190,139)

Color info

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

RGB color model

#D8BE8B color RGB value is (216,190,139).

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

RGB channels and saturation

R 216 of 255 = 85%
G 190 of 255 = 75%
B 139 of 255 = 55%

216
190
139

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

Portions of RGB colors in percentages

R + G + B =
216 + 190 + 139 = 545 (100%)
R 216 of 545 ~ 39.63%
G 190 of 545 ~ 34.86%
B 139 of 545 ~ 25.5%

%39.63
%34.86
%25.5

CMYK color model

#D8BE8B color CMYK value is (0,12,36,15).

  • cyan value is 0.00%
  • magenta value is 12.04%
  • yellow value is 35.65%
  • key color value is 15.29%
CMYK:
(0,12,36,15)
C0M12Y36K15 
(0%,12%,36%,15%)
(0.00/0.12/0.36/0.15)	

CMYK percentages

%0
%12.04
%35.65
%15.29

Codes

Color #D8BE8B in popluar color models

D8BE8B
RGB216190139
HSL40°49.68%69.61%
HSB/HSV40°35.65%84.71%
CMYK0.00%12.04%35.65%
15.29%

Color #D8BE8B in popluar number systems.

HEXD8BE8B
Decimal216190139
Binary110110001011111010001011
Octal330276213

Shades and tints

Shades of #D8BE8B

#D8BE8B
(216,190,139)
#C5AD7F
(197,173,127)
#B29C73
(178,156,115)
#9F8B67
(159,139,103)
#8C7A5B
(140,122,91)
#79694F
(121,105,79)
#665843
(102,88,67)
#534737
(83,71,55)
#40362B
(64,54,43)
#2D251F
(45,37,31)
#1A1413
(26,20,19)
#000000
(0,0,0)

Tints of #D8BE8B

#D8BE8B
(216,190,139)
#DBC395
(219,195,149)
#DEC89F
(222,200,159)
#E1CDA9
(225,205,169)
#E4D2B3
(228,210,179)
#E7D7BD
(231,215,189)
#EADCC7
(234,220,199)
#EDE1D1
(237,225,209)
#F0E6DB
(240,230,219)
#F3EBE5
(243,235,229)
#F6F0EF
(246,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8BE8B; }

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

This text font color is #D8BE8B.


Background Color

.myBgColor { background-color: #D8BE8B; }

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

This div background color is #D8BE8B.


Border color

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

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

This div border color is #D8BE8B.


Opacity

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

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

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

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

This text has shadow with #D8BE8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8BE8B on black background.


Color preview on white background

This text has color #D8BE8B on white background.



Black color preview on #D8BE8B background

This text has black color on #D8BE8B background.


White color preview on #D8BE8B background

This text has white color on #D8BE8B background.