COLOR #D1B797

HEX: #D1B797
RGB: (209,183,151)

Color info

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

RGB color model

#D1B797 color RGB value is (209,183,151).

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

RGB channels and saturation

R 209 of 255 = 82%
G 183 of 255 = 72%
B 151 of 255 = 59%

209
183
151

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

Portions of RGB colors in percentages

R + G + B =
209 + 183 + 151 = 543 (100%)
R 209 of 543 ~ 38.49%
G 183 of 543 ~ 33.7%
B 151 of 543 ~ 27.81%

%38.49
%33.7
%27.81

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 12.44%
  • yellow value is 27.75%
  • 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
%12.44
%27.75
%18.04

Codes

Color #D1B797 in popluar color models

D1B797
RGB209183151
HSL33°38.67%70.59%
HSB/HSV33°27.75%81.96%
CMYK0.00%12.44%27.75%
18.04%

Color #D1B797 in popluar number systems.

HEXD1B797
Decimal209183151
Binary110100011011011110010111
Octal321267227

Shades and tints

Shades of #D1B797

#D1B797
(209,183,151)
#BEA78A
(190,167,138)
#AB977D
(171,151,125)
#988770
(152,135,112)
#857763
(133,119,99)
#726756
(114,103,86)
#5F5749
(95,87,73)
#4C473C
(76,71,60)
#39372F
(57,55,47)
#262722
(38,39,34)
#131715
(19,23,21)
#000000
(0,0,0)

Tints of #D1B797

#D1B797
(209,183,151)
#D5BDA0
(213,189,160)
#D9C3A9
(217,195,169)
#DDC9B2
(221,201,178)
#E1CFBB
(225,207,187)
#E5D5C4
(229,213,196)
#E9DBCD
(233,219,205)
#EDE1D6
(237,225,214)
#F1E7DF
(241,231,223)
#F5EDE8
(245,237,232)
#F9F3F1
(249,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1B797 color. Also use rgb(209,183,151) instead hex code.

Text Font Color

.myTextColor { color: #D1B797; }

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

This text font color is #D1B797.


Background Color

.myBgColor { background-color: #D1B797; }

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

This div background color is #D1B797.


Border color

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

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

This div border color is #D1B797.


Opacity

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

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

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

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

This text has shadow with #D1B797 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1B797 on black background.


Color preview on white background

This text has color #D1B797 on white background.



Black color preview on #D1B797 background

This text has black color on #D1B797 background.


White color preview on #D1B797 background

This text has white color on #D1B797 background.