COLOR #D1BE86

HEX: #D1BE86 RGB: (209,190,134)

Color info

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

RGB color model

#D1BE86 color RGB value is (209,190,134).

RGB: (209,190,134) (82%, 75%, 53%)

RGB channels and saturation

R 209 of 255 = 82%
G 190 of 255 = 75%
B 134 of 255 = 53%

209
190
134

R + G + B ~ 70%. #D1BE86 is quite light color.

Portions of RGB colors in percentages

R + G + B = 209 + 190 + 134 = 533 (100%)
R 209 of 533 ~ 39.21%
G 190 of 533 ~ 35.65%
B 134 of 533 ~ 25.14'%

%39.21
%35.65
%25.14

CMYK color model

#D1BE86 color CMYK value is (0,9,36,18).

  • cyan value is 0.00%
  • magenta value is 9.09%
  • yellow value is 35.89%
  • key color value is 18.04%

CMYK: (0,9,36,18)
C0M9Y36K18 (0%, 9%, 36%, 18%)
(0.00 / 0.09 / 0.36 / 0.18)

CMYK percentages

%0
%9.09
%35.89
%18.04

Codes

Color #D1BE86 in popluar color models

D1 BE 86
RGB 209 190 134
HSL 45° 44.91% 67.25%
HSB/HSV 45° 35.89% 81.96%
CMYK 0.00% 9.09% 35.89%
18.04%

Color #D1BE86 in popluar number systems.

HEX D1 BE 86
Decimal 209 190 134
Binary 11010001 10111110 10000110
Octal 321 276 206

Shades and tints

Shades of #D1BE86

#D1BE86
(209,190,134)
#BEAD7A
(190,173,122)
#AB9C6E
(171,156,110)
#988B62
(152,139,98)
#857A56
(133,122,86)
#72694A
(114,105,74)
#5F583E
(95,88,62)
#4C4732
(76,71,50)
#393626
(57,54,38)
#26251A
(38,37,26)
#13140E
(19,20,14)
#000000
(0,0,0)

Tints of #D1BE86

#D1BE86
(209,190,134)
#D5C391
(213,195,145)
#D9C89C
(217,200,156)
#DDCDA7
(221,205,167)
#E1D2B2
(225,210,178)
#E5D7BD
(229,215,189)
#E9DCC8
(233,220,200)
#EDE1D3
(237,225,211)
#F1E6DE
(241,230,222)
#F5EBE9
(245,235,233)
#F9F0F4
(249,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1BE86; }

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

This text font color is #D1BE86.

Background Color

.myBgColor { background-color: #D1BE86; }

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

This div background color is #D1BE86.

Border color

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

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

This div border color is #D1BE86.

Opacity

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

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

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

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

This text has shadow with #D1BE86 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D1BE86.

Preview

Color preview on black background

This text has color #D1BE86 on black background.


Color preview on white background

This text has color #D1BE86 on white background.


Black color preview on #D1BE86 background

This text has black color on #D1BE86 background.


White color preview on #D1BE86 background

This text has white color on #D1BE86 background.


Related colors

Complementary color

Complementary color for #hex is #2E4179.


I love getcolorcode.com

Triadic colors

1 #86D1BE and #BE86D1 with #D1BE86 are triadic colors.

2 #86BED1 and #BED186 with #D1BE86 are triadic colors.