COLOR #D1B696

HEX: #D1B696
RGB: (209,182,150)

Color info

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

RGB color model

#D1B696 color RGB value is (209,182,150).

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

RGB channels and saturation

R 209 of 255 = 82%
G 182 of 255 = 71%
B 150 of 255 = 59%

209
182
150

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

Portions of RGB colors in percentages

R + G + B =
209 + 182 + 150 = 541 (100%)
R 209 of 541 ~ 38.63%
G 182 of 541 ~ 33.64%
B 150 of 541 ~ 27.73%

%38.63
%33.64
%27.73

CMYK color model

#D1B696 color CMYK value is (0,13,28,18).

  • cyan value is 0.00%
  • magenta value is 12.92%
  • yellow value is 28.23%
  • key color value is 18.04%
CMYK:
(0,13,28,18)
C0M13Y28K18 
(0%,13%,28%,18%)
(0.00/0.13/0.28/0.18)	

CMYK percentages

%0
%12.92
%28.23
%18.04

Codes

Color #D1B696 in popluar color models

D1B696
RGB209182150
HSL33°39.07%70.39%
HSB/HSV33°28.23%81.96%
CMYK0.00%12.92%28.23%
18.04%

Color #D1B696 in popluar number systems.

HEXD1B696
Decimal209182150
Binary110100011011011010010110
Octal321266226

Shades and tints

Shades of #D1B696

#D1B696
(209,182,150)
#BEA689
(190,166,137)
#AB967C
(171,150,124)
#98866F
(152,134,111)
#857662
(133,118,98)
#726655
(114,102,85)
#5F5648
(95,86,72)
#4C463B
(76,70,59)
#39362E
(57,54,46)
#262621
(38,38,33)
#131614
(19,22,20)
#000000
(0,0,0)

Tints of #D1B696

#D1B696
(209,182,150)
#D5BC9F
(213,188,159)
#D9C2A8
(217,194,168)
#DDC8B1
(221,200,177)
#E1CEBA
(225,206,186)
#E5D4C3
(229,212,195)
#E9DACC
(233,218,204)
#EDE0D5
(237,224,213)
#F1E6DE
(241,230,222)
#F5ECE7
(245,236,231)
#F9F2F0
(249,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1B696; }

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

This text font color is #D1B696.


Background Color

.myBgColor { background-color: #D1B696; }

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

This div background color is #D1B696.


Border color

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

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

This div border color is #D1B696.


Opacity

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

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

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

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

This text has shadow with #D1B696 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1B696 on black background.


Color preview on white background

This text has color #D1B696 on white background.



Black color preview on #D1B696 background

This text has black color on #D1B696 background.


White color preview on #D1B696 background

This text has white color on #D1B696 background.