COLOR #D1BD89

HEX: #D1BD89 RGB: (209,189,137)

Color info

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

RGB color model

#D1BD89 color RGB value is (209,189,137).

RGB: (209,189,137) (82%, 74%, 54%)

RGB channels and saturation

R 209 of 255 = 82%
G 189 of 255 = 74%
B 137 of 255 = 54%

209
189
137

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

Portions of RGB colors in percentages

R + G + B = 209 + 189 + 137 = 535 (100%)
R 209 of 535 ~ 39.07%
G 189 of 535 ~ 35.33%
B 137 of 535 ~ 25.61'%

%39.07
%35.33
%25.61

CMYK color model

#D1BD89 color CMYK value is (0,10,34,18).

  • cyan value is 0.00%
  • magenta value is 9.57%
  • yellow value is 34.45%
  • key color value is 18.04%
CMYK: (0,10,34,18) C0M10Y34K18 (0%,10%,34%,18%) (0.00/0.10/0.34/0.18) 

CMYK percentages

%0
%9.57
%34.45
%18.04

Codes

Color #D1BD89 in popluar color models

D1 BD 89
RGB 209 189 137
HSL 43° 43.90% 67.84%
HSB/HSV 43° 34.45% 81.96%
CMYK 0.00% 9.57% 34.45%
18.04%

Color #D1BD89 in popluar number systems.

HEX D1 BD 89
Decimal 209 189 137
Binary 11010001 10111101 10001001
Octal 321 275 211

Shades and tints

Shades of #D1BD89

#D1BD89
(209,189,137)
#BEAC7D
(190,172,125)
#AB9B71
(171,155,113)
#988A65
(152,138,101)
#857959
(133,121,89)
#72684D
(114,104,77)
#5F5741
(95,87,65)
#4C4635
(76,70,53)
#393529
(57,53,41)
#26241D
(38,36,29)
#131311
(19,19,17)
#000000
(0,0,0)

Tints of #D1BD89

#D1BD89
(209,189,137)
#D5C393
(213,195,147)
#D9C99D
(217,201,157)
#DDCFA7
(221,207,167)
#E1D5B1
(225,213,177)
#E5DBBB
(229,219,187)
#E9E1C5
(233,225,197)
#EDE7CF
(237,231,207)
#F1EDD9
(241,237,217)
#F5F3E3
(245,243,227)
#F9F9ED
(249,249,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1BD89; }

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

This text font color is #D1BD89.

Background Color

.myBgColor { background-color: #D1BD89; }

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

This div background color is #D1BD89.

Border color

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

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

This div border color is #D1BD89.

Opacity

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

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

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

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

This text has shadow with #D1BD89 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D1BD89.

Preview

Color preview on black background

This text has color #D1BD89 on black background.


Color preview on white background

This text has color #D1BD89 on white background.


Black color preview on #D1BD89 background

This text has black color on #D1BD89 background.


White color preview on #D1BD89 background

This text has white color on #D1BD89 background.


Related colors

Complementary color

Complementary color for #hex is #2E4276.


I love getcolorcode.com

Triadic colors

1 #89D1BD and #BD89D1 with #D1BD89 are triadic colors.

2 #89BDD1 and #BDD189 with #D1BD89 are triadic colors.