COLOR #D1BD7E

HEX: #D1BD7E RGB: (209,189,126)

Color info

#D1BD7E contains mainly red and green colors. Web safe color of #D1BD7E is #CCCC66 (or #CC6).

RGB color model

#D1BD7E color RGB value is (209,189,126).

RGB: (209,189,126) (82%, 74%, 49%)

RGB channels and saturation

R 209 of 255 = 82%
G 189 of 255 = 74%
B 126 of 255 = 49%

209
189
126

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

Portions of RGB colors in percentages

R + G + B = 209 + 189 + 126 = 524 (100%)
R 209 of 524 ~ 39.89%
G 189 of 524 ~ 36.07%
B 126 of 524 ~ 24.05'%

%39.89
%36.07
%24.05

CMYK color model

#D1BD7E color CMYK value is (0,10,40,18).

  • cyan value is 0.00%
  • magenta value is 9.57%
  • yellow value is 39.71%
  • key color value is 18.04%

CMYK: (0,10,40,18)
C0M10Y40K18 (0%, 10%, 40%, 18%)
(0.00 / 0.10 / 0.40 / 0.18)

CMYK percentages

%0
%9.57
%39.71
%18.04

Codes

Color #D1BD7E in popluar color models

D1 BD 7E
RGB 209 189 126
HSL 46° 47.43% 65.69%
HSB/HSV 46° 39.71% 81.96%
CMYK 0.00% 9.57% 39.71%
18.04%

Color #D1BD7E in popluar number systems.

HEX D1 BD 7E
Decimal 209 189 126
Binary 11010001 10111101 1111110
Octal 321 275 176

Shades and tints

Shades of #D1BD7E

#D1BD7E
(209,189,126)
#BEAC73
(190,172,115)
#AB9B68
(171,155,104)
#988A5D
(152,138,93)
#857952
(133,121,82)
#726847
(114,104,71)
#5F573C
(95,87,60)
#4C4631
(76,70,49)
#393526
(57,53,38)
#26241B
(38,36,27)
#131310
(19,19,16)
#000000
(0,0,0)

Tints of #D1BD7E

#D1BD7E
(209,189,126)
#D5C389
(213,195,137)
#D9C994
(217,201,148)
#DDCF9F
(221,207,159)
#E1D5AA
(225,213,170)
#E5DBB5
(229,219,181)
#E9E1C0
(233,225,192)
#EDE7CB
(237,231,203)
#F1EDD6
(241,237,214)
#F5F3E1
(245,243,225)
#F9F9EC
(249,249,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1BD7E color. Also use rgb(209,189,126) instead hex code.

Text Font Color

.myTextColor { color: #D1BD7E; }

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

This text font color is #D1BD7E.

Background Color

.myBgColor { background-color: #D1BD7E; }

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

This div background color is #D1BD7E.

Border color

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

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

This div border color is #D1BD7E.

Opacity

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

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

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

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

This text has shadow with #D1BD7E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D1BD7E.

Preview

Color preview on black background

This text has color #D1BD7E on black background.


Color preview on white background

This text has color #D1BD7E on white background.


Black color preview on #D1BD7E background

This text has black color on #D1BD7E background.


White color preview on #D1BD7E background

This text has white color on #D1BD7E background.


Related colors

Complementary color

Complementary color for #hex is #2E4281.


I love getcolorcode.com

Triadic colors

1 #7ED1BD and #BD7ED1 with #D1BD7E are triadic colors.

2 #7EBDD1 and #BDD17E with #D1BD7E are triadic colors.