COLOR #D4B086

HEX: #D4B086
RGB: (212,176,134)

Color info

#D4B086 contains mainly red and green colors. Web safe color of #D4B086 is #CC9999 (or #C99).

RGB color model

#D4B086 color RGB value is (212,176,134).

  • red value is 212;
  • green value is 176;
  • blue value is 134.
RGB:
(212,176,134)
(83%,69%,53%)

RGB channels and saturation

R 212 of 255 = 83%
G 176 of 255 = 69%
B 134 of 255 = 53%

212
176
134

R + G + B ~ 68%. #D4B086 is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 176 + 134 = 522 (100%)
R 212 of 522 ~ 40.61%
G 176 of 522 ~ 33.72%
B 134 of 522 ~ 25.67%

%40.61
%33.72
%25.67

CMYK color model

#D4B086 color CMYK value is (0,17,37,17).

  • cyan value is 0.00%
  • magenta value is 16.98%
  • yellow value is 36.79%
  • key color value is 16.86%
CMYK:
(0,17,37,17)
C0M17Y37K17 
(0%,17%,37%,17%)
(0.00/0.17/0.37/0.17)	

CMYK percentages

%0
%16.98
%36.79
%16.86

Codes

Color #D4B086 in popluar color models

D4B086
RGB212176134
HSL32°47.56%67.84%
HSB/HSV32°36.79%83.14%
CMYK0.00%16.98%36.79%
16.86%

Color #D4B086 in popluar number systems.

HEXD4B086
Decimal212176134
Binary110101001011000010000110
Octal324260206

Shades and tints

Shades of #D4B086

#D4B086
(212,176,134)
#C1A07A
(193,160,122)
#AE906E
(174,144,110)
#9B8062
(155,128,98)
#887056
(136,112,86)
#75604A
(117,96,74)
#62503E
(98,80,62)
#4F4032
(79,64,50)
#3C3026
(60,48,38)
#29201A
(41,32,26)
#16100E
(22,16,14)
#000000
(0,0,0)

Tints of #D4B086

#D4B086
(212,176,134)
#D7B791
(215,183,145)
#DABE9C
(218,190,156)
#DDC5A7
(221,197,167)
#E0CCB2
(224,204,178)
#E3D3BD
(227,211,189)
#E6DAC8
(230,218,200)
#E9E1D3
(233,225,211)
#ECE8DE
(236,232,222)
#EFEFE9
(239,239,233)
#F2F6F4
(242,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4B086 color. Also use rgb(212,176,134) instead hex code.

Text Font Color

.myTextColor { color: #D4B086; }

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

This text font color is #D4B086.


Background Color

.myBgColor { background-color: #D4B086; }

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

This div background color is #D4B086.


Border color

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

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

This div border color is #D4B086.


Opacity

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

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

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

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

This text has shadow with #D4B086 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4B086 on black background.


Color preview on white background

This text has color #D4B086 on white background.



Black color preview on #D4B086 background

This text has black color on #D4B086 background.


White color preview on #D4B086 background

This text has white color on #D4B086 background.