COLOR #D1B99F

HEX: #D1B99F RGB: (209,185,159)

Color info

#D1B99F contains red, green and blue colors in about the same proportion. Web safe color of #D1B99F is #CCCC99 (or #CC9).

RGB color model

#D1B99F color RGB value is (209,185,159).

RGB: (209,185,159) (82%, 73%, 62%)

RGB channels and saturation

R 209 of 255 = 82%
G 185 of 255 = 73%
B 159 of 255 = 62%

209
185
159

R + G + B ~ 72%. #D1B99F is quite light color.

Portions of RGB colors in percentages

R + G + B = 209 + 185 + 159 = 553 (100%)
R 209 of 553 ~ 37.79%
G 185 of 553 ~ 33.45%
B 159 of 553 ~ 28.75'%

%37.79
%33.45
%28.75

CMYK color model

#D1B99F color CMYK value is (0,11,24,18).

  • cyan value is 0.00%
  • magenta value is 11.48%
  • yellow value is 23.92%
  • key color value is 18.04%

CMYK: (0,11,24,18)
C0M11Y24K18 (0%, 11%, 24%, 18%)
(0.00 / 0.11 / 0.24 / 0.18)

CMYK percentages

%0
%11.48
%23.92
%18.04

Codes

Color #D1B99F in popluar color models

D1 B9 9F
RGB 209 185 159
HSL 31° 35.21% 72.16%
HSB/HSV 31° 23.92% 81.96%
CMYK 0.00% 11.48% 23.92%
18.04%

Color #D1B99F in popluar number systems.

HEX D1 B9 9F
Decimal 209 185 159
Binary 11010001 10111001 10011111
Octal 321 271 237

Shades and tints

Shades of #D1B99F

#D1B99F
(209,185,159)
#BEA991
(190,169,145)
#AB9983
(171,153,131)
#988975
(152,137,117)
#857967
(133,121,103)
#726959
(114,105,89)
#5F594B
(95,89,75)
#4C493D
(76,73,61)
#39392F
(57,57,47)
#262921
(38,41,33)
#131913
(19,25,19)
#000000
(0,0,0)

Tints of #D1B99F

#D1B99F
(209,185,159)
#D5BFA7
(213,191,167)
#D9C5AF
(217,197,175)
#DDCBB7
(221,203,183)
#E1D1BF
(225,209,191)
#E5D7C7
(229,215,199)
#E9DDCF
(233,221,207)
#EDE3D7
(237,227,215)
#F1E9DF
(241,233,223)
#F5EFE7
(245,239,231)
#F9F5EF
(249,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1B99F; }

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

This text font color is #D1B99F.

Background Color

.myBgColor { background-color: #D1B99F; }

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

This div background color is #D1B99F.

Border color

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

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

This div border color is #D1B99F.

Opacity

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

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

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

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

This text has shadow with #D1B99F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D1B99F.

Preview

Color preview on black background

This text has color #D1B99F on black background.


Color preview on white background

This text has color #D1B99F on white background.


Black color preview on #D1B99F background

This text has black color on #D1B99F background.


White color preview on #D1B99F background

This text has white color on #D1B99F background.


Related colors

Complementary color

Complementary color for #hex is #2E4660.


I love getcolorcode.com

Triadic colors

1 #9FD1B9 and #B99FD1 with #D1B99F are triadic colors.

2 #9FB9D1 and #B9D19F with #D1B99F are triadic colors.