COLOR #D1B686

HEX: #D1B686
RGB: (209,182,134)

Color info

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

RGB color model

#D1B686 color RGB value is (209,182,134).

  • red value is 209;
  • green value is 182;
  • blue value is 134.
RGB:
(209,182,134)
(82%,71%,53%)

RGB channels and saturation

R 209 of 255 = 82%
G 182 of 255 = 71%
B 134 of 255 = 53%

209
182
134

R + G + B ~ 69%. #D1B686 is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 182 + 134 = 525 (100%)
R 209 of 525 ~ 39.81%
G 182 of 525 ~ 34.67%
B 134 of 525 ~ 25.52%

%39.81
%34.67
%25.52

CMYK color model

#D1B686 color CMYK value is (0,13,36,18).

  • cyan value is 0.00%
  • magenta value is 12.92%
  • yellow value is 35.89%
  • key color value is 18.04%
CMYK:
(0,13,36,18)
C0M13Y36K18 
(0%,13%,36%,18%)
(0.00/0.13/0.36/0.18)	

CMYK percentages

%0
%12.92
%35.89
%18.04

Codes

Color #D1B686 in popluar color models

D1B686
RGB209182134
HSL38°44.91%67.25%
HSB/HSV38°35.89%81.96%
CMYK0.00%12.92%35.89%
18.04%

Color #D1B686 in popluar number systems.

HEXD1B686
Decimal209182134
Binary110100011011011010000110
Octal321266206

Shades and tints

Shades of #D1B686

#D1B686
(209,182,134)
#BEA67A
(190,166,122)
#AB966E
(171,150,110)
#988662
(152,134,98)
#857656
(133,118,86)
#72664A
(114,102,74)
#5F563E
(95,86,62)
#4C4632
(76,70,50)
#393626
(57,54,38)
#26261A
(38,38,26)
#13160E
(19,22,14)
#000000
(0,0,0)

Tints of #D1B686

#D1B686
(209,182,134)
#D5BC91
(213,188,145)
#D9C29C
(217,194,156)
#DDC8A7
(221,200,167)
#E1CEB2
(225,206,178)
#E5D4BD
(229,212,189)
#E9DAC8
(233,218,200)
#EDE0D3
(237,224,211)
#F1E6DE
(241,230,222)
#F5ECE9
(245,236,233)
#F9F2F4
(249,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1B686 color. Also use rgb(209,182,134) instead hex code.

Text Font Color

.myTextColor { color: #D1B686; }

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

This text font color is #D1B686.


Background Color

.myBgColor { background-color: #D1B686; }

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

This div background color is #D1B686.


Border color

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

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

This div border color is #D1B686.


Opacity

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

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

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

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

This text has shadow with #D1B686 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1B686 on black background.


Color preview on white background

This text has color #D1B686 on white background.



Black color preview on #D1B686 background

This text has black color on #D1B686 background.


White color preview on #D1B686 background

This text has white color on #D1B686 background.