COLOR #D1B989

HEX: #D1B989
RGB: (209,185,137)

Color info

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

RGB color model

#D1B989 color RGB value is (209,185,137).

  • red value is 209;
  • green value is 185;
  • blue value is 137.
RGB:
(209,185,137)
(82%,73%,54%)

RGB channels and saturation

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

209
185
137

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

Portions of RGB colors in percentages

R + G + B =
209 + 185 + 137 = 531 (100%)
R 209 of 531 ~ 39.36%
G 185 of 531 ~ 34.84%
B 137 of 531 ~ 25.8%

%39.36
%34.84
%25.8

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 11.48%
  • 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.48
%34.45
%18.04

Codes

Color #D1B989 in popluar color models

D1B989
RGB209185137
HSL40°43.90%67.84%
HSB/HSV40°34.45%81.96%
CMYK0.00%11.48%34.45%
18.04%

Color #D1B989 in popluar number systems.

HEXD1B989
Decimal209185137
Binary110100011011100110001001
Octal321271211

Shades and tints

Shades of #D1B989

#D1B989
(209,185,137)
#BEA97D
(190,169,125)
#AB9971
(171,153,113)
#988965
(152,137,101)
#857959
(133,121,89)
#72694D
(114,105,77)
#5F5941
(95,89,65)
#4C4935
(76,73,53)
#393929
(57,57,41)
#26291D
(38,41,29)
#131911
(19,25,17)
#000000
(0,0,0)

Tints of #D1B989

#D1B989
(209,185,137)
#D5BF93
(213,191,147)
#D9C59D
(217,197,157)
#DDCBA7
(221,203,167)
#E1D1B1
(225,209,177)
#E5D7BB
(229,215,187)
#E9DDC5
(233,221,197)
#EDE3CF
(237,227,207)
#F1E9D9
(241,233,217)
#F5EFE3
(245,239,227)
#F9F5ED
(249,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1B989; }

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

This text font color is #D1B989.


Background Color

.myBgColor { background-color: #D1B989; }

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

This div background color is #D1B989.


Border color

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

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

This div border color is #D1B989.


Opacity

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

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

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

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

This text has shadow with #D1B989 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1B989 on black background.


Color preview on white background

This text has color #D1B989 on white background.



Black color preview on #D1B989 background

This text has black color on #D1B989 background.


White color preview on #D1B989 background

This text has white color on #D1B989 background.