COLOR #D1B896

HEX: #D1B896
RGB: (209,184,150)

Color info

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

RGB color model

#D1B896 color RGB value is (209,184,150).

  • red value is 209;
  • green value is 184;
  • blue value is 150.
RGB:
(209,184,150)
(82%,72%,59%)

RGB channels and saturation

R 209 of 255 = 82%
G 184 of 255 = 72%
B 150 of 255 = 59%

209
184
150

R + G + B ~ 71%. #D1B896 is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 184 + 150 = 543 (100%)
R 209 of 543 ~ 38.49%
G 184 of 543 ~ 33.89%
B 150 of 543 ~ 27.62%

%38.49
%33.89
%27.62

CMYK color model

#D1B896 color CMYK value is (0,12,28,18).

  • cyan value is 0.00%
  • magenta value is 11.96%
  • yellow value is 28.23%
  • key color value is 18.04%
CMYK:
(0,12,28,18)
C0M12Y28K18 
(0%,12%,28%,18%)
(0.00/0.12/0.28/0.18)	

CMYK percentages

%0
%11.96
%28.23
%18.04

Codes

Color #D1B896 in popluar color models

D1B896
RGB209184150
HSL35°39.07%70.39%
HSB/HSV35°28.23%81.96%
CMYK0.00%11.96%28.23%
18.04%

Color #D1B896 in popluar number systems.

HEXD1B896
Decimal209184150
Binary110100011011100010010110
Octal321270226

Shades and tints

Shades of #D1B896

#D1B896
(209,184,150)
#BEA889
(190,168,137)
#AB987C
(171,152,124)
#98886F
(152,136,111)
#857862
(133,120,98)
#726855
(114,104,85)
#5F5848
(95,88,72)
#4C483B
(76,72,59)
#39382E
(57,56,46)
#262821
(38,40,33)
#131814
(19,24,20)
#000000
(0,0,0)

Tints of #D1B896

#D1B896
(209,184,150)
#D5BE9F
(213,190,159)
#D9C4A8
(217,196,168)
#DDCAB1
(221,202,177)
#E1D0BA
(225,208,186)
#E5D6C3
(229,214,195)
#E9DCCC
(233,220,204)
#EDE2D5
(237,226,213)
#F1E8DE
(241,232,222)
#F5EEE7
(245,238,231)
#F9F4F0
(249,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1B896 color. Also use rgb(209,184,150) instead hex code.

Text Font Color

.myTextColor { color: #D1B896; }

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

This text font color is #D1B896.


Background Color

.myBgColor { background-color: #D1B896; }

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

This div background color is #D1B896.


Border color

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

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

This div border color is #D1B896.


Opacity

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

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

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

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

This text has shadow with #D1B896 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1B896 on black background.


Color preview on white background

This text has color #D1B896 on white background.



Black color preview on #D1B896 background

This text has black color on #D1B896 background.


White color preview on #D1B896 background

This text has white color on #D1B896 background.