COLOR #D1BA89

HEX: #D1BA89 RGB: (209,186,137)

Color info

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

RGB color model

#D1BA89 color RGB value is (209,186,137).

RGB: (209,186,137) (82%, 73%, 54%)

RGB channels and saturation

R 209 of 255 = 82%
G 186 of 255 = 73%
B 137 of 255 = 54%

209
186
137

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

Portions of RGB colors in percentages

R + G + B = 209 + 186 + 137 = 532 (100%)
R 209 of 532 ~ 39.29%
G 186 of 532 ~ 34.96%
B 137 of 532 ~ 25.75'%

%39.29
%34.96
%25.75

CMYK color model

#D1BA89 color CMYK value is (0,11,34,18).

  • cyan value is 0.00%
  • magenta value is 11.00%
  • yellow value is 34.45%
  • key color value is 18.04%
CMYK: (0,11,34,18) C0M11Y34K18 (0%,11%,34%,18%) (0.00/0.11/0.34/0.18) 

CMYK percentages

%0
%11
%34.45
%18.04

Codes

Color #D1BA89 in popluar color models

D1 BA 89
RGB 209 186 137
HSL 41° 43.90% 67.84%
HSB/HSV 41° 34.45% 81.96%
CMYK 0.00% 11.00% 34.45%
18.04%

Color #D1BA89 in popluar number systems.

HEX D1 BA 89
Decimal 209 186 137
Binary 11010001 10111010 10001001
Octal 321 272 211

Shades and tints

Shades of #D1BA89

#D1BA89
(209,186,137)
#BEAA7D
(190,170,125)
#AB9A71
(171,154,113)
#988A65
(152,138,101)
#857A59
(133,122,89)
#726A4D
(114,106,77)
#5F5A41
(95,90,65)
#4C4A35
(76,74,53)
#393A29
(57,58,41)
#262A1D
(38,42,29)
#131A11
(19,26,17)
#000000
(0,0,0)

Tints of #D1BA89

#D1BA89
(209,186,137)
#D5C093
(213,192,147)
#D9C69D
(217,198,157)
#DDCCA7
(221,204,167)
#E1D2B1
(225,210,177)
#E5D8BB
(229,216,187)
#E9DEC5
(233,222,197)
#EDE4CF
(237,228,207)
#F1EAD9
(241,234,217)
#F5F0E3
(245,240,227)
#F9F6ED
(249,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1BA89; }

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

This text font color is #D1BA89.

Background Color

.myBgColor { background-color: #D1BA89; }

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

This div background color is #D1BA89.

Border color

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

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

This div border color is #D1BA89.

Opacity

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

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

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

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

This text has shadow with #D1BA89 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D1BA89.

Preview

Color preview on black background

This text has color #D1BA89 on black background.


Color preview on white background

This text has color #D1BA89 on white background.


Black color preview on #D1BA89 background

This text has black color on #D1BA89 background.


White color preview on #D1BA89 background

This text has white color on #D1BA89 background.


Related colors

Complementary color

Complementary color for #hex is #2E4576.


I love getcolorcode.com

Triadic colors

1 #89D1BA and #BA89D1 with #D1BA89 are triadic colors.

2 #89BAD1 and #BAD189 with #D1BA89 are triadic colors.