COLOR #D1B99E

HEX: #D1B99E
RGB: (209,185,158)

Color info

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

RGB color model

#D1B99E color RGB value is (209,185,158).

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

RGB channels and saturation

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

209
185
158

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

Portions of RGB colors in percentages

R + G + B =
209 + 185 + 158 = 552 (100%)
R 209 of 552 ~ 37.86%
G 185 of 552 ~ 33.51%
B 158 of 552 ~ 28.62%

%37.86
%33.51
%28.62

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 11.48%
  • yellow value is 24.40%
  • 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
%24.4
%18.04

Codes

Color #D1B99E in popluar color models

D1B99E
RGB209185158
HSL32°35.66%71.96%
HSB/HSV32°24.40%81.96%
CMYK0.00%11.48%24.40%
18.04%

Color #D1B99E in popluar number systems.

HEXD1B99E
Decimal209185158
Binary110100011011100110011110
Octal321271236

Shades and tints

Shades of #D1B99E

#D1B99E
(209,185,158)
#BEA990
(190,169,144)
#AB9982
(171,153,130)
#988974
(152,137,116)
#857966
(133,121,102)
#726958
(114,105,88)
#5F594A
(95,89,74)
#4C493C
(76,73,60)
#39392E
(57,57,46)
#262920
(38,41,32)
#131912
(19,25,18)
#000000
(0,0,0)

Tints of #D1B99E

#D1B99E
(209,185,158)
#D5BFA6
(213,191,166)
#D9C5AE
(217,197,174)
#DDCBB6
(221,203,182)
#E1D1BE
(225,209,190)
#E5D7C6
(229,215,198)
#E9DDCE
(233,221,206)
#EDE3D6
(237,227,214)
#F1E9DE
(241,233,222)
#F5EFE6
(245,239,230)
#F9F5EE
(249,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1B99E; }

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

This text font color is #D1B99E.


Background Color

.myBgColor { background-color: #D1B99E; }

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

This div background color is #D1B99E.


Border color

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

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

This div border color is #D1B99E.


Opacity

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

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

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

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

This text has shadow with #D1B99E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1B99E on black background.


Color preview on white background

This text has color #D1B99E on white background.



Black color preview on #D1B99E background

This text has black color on #D1B99E background.


White color preview on #D1B99E background

This text has white color on #D1B99E background.