COLOR #D1BB9D

HEX: #D1BB9D
RGB: (209,187,157)

Color info

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

RGB color model

#D1BB9D color RGB value is (209,187,157).

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

RGB channels and saturation

R 209 of 255 = 82%
G 187 of 255 = 73%
B 157 of 255 = 62%

209
187
157

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

Portions of RGB colors in percentages

R + G + B =
209 + 187 + 157 = 553 (100%)
R 209 of 553 ~ 37.79%
G 187 of 553 ~ 33.82%
B 157 of 553 ~ 28.39%

%37.79
%33.82
%28.39

CMYK color model

#D1BB9D color CMYK value is (0,11,25,18).

  • cyan value is 0.00%
  • magenta value is 10.53%
  • yellow value is 24.88%
  • key color value is 18.04%
CMYK:
(0,11,25,18)
C0M11Y25K18 
(0%,11%,25%,18%)
(0.00/0.11/0.25/0.18)	

CMYK percentages

%0
%10.53
%24.88
%18.04

Codes

Color #D1BB9D in popluar color models

D1BB9D
RGB209187157
HSL35°36.11%71.76%
HSB/HSV35°24.88%81.96%
CMYK0.00%10.53%24.88%
18.04%

Color #D1BB9D in popluar number systems.

HEXD1BB9D
Decimal209187157
Binary110100011011101110011101
Octal321273235

Shades and tints

Shades of #D1BB9D

#D1BB9D
(209,187,157)
#BEAA8F
(190,170,143)
#AB9981
(171,153,129)
#988873
(152,136,115)
#857765
(133,119,101)
#726657
(114,102,87)
#5F5549
(95,85,73)
#4C443B
(76,68,59)
#39332D
(57,51,45)
#26221F
(38,34,31)
#131111
(19,17,17)
#000000
(0,0,0)

Tints of #D1BB9D

#D1BB9D
(209,187,157)
#D5C1A5
(213,193,165)
#D9C7AD
(217,199,173)
#DDCDB5
(221,205,181)
#E1D3BD
(225,211,189)
#E5D9C5
(229,217,197)
#E9DFCD
(233,223,205)
#EDE5D5
(237,229,213)
#F1EBDD
(241,235,221)
#F5F1E5
(245,241,229)
#F9F7ED
(249,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1BB9D color. Also use rgb(209,187,157) instead hex code.

Text Font Color

.myTextColor { color: #D1BB9D; }

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

This text font color is #D1BB9D.


Background Color

.myBgColor { background-color: #D1BB9D; }

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

This div background color is #D1BB9D.


Border color

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

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

This div border color is #D1BB9D.


Opacity

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

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

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

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

This text has shadow with #D1BB9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1BB9D on black background.


Color preview on white background

This text has color #D1BB9D on white background.



Black color preview on #D1BB9D background

This text has black color on #D1BB9D background.


White color preview on #D1BB9D background

This text has white color on #D1BB9D background.