COLOR #D0B797

HEX: #D0B797
RGB: (208,183,151)

Color info

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

RGB color model

#D0B797 color RGB value is (208,183,151).

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

RGB channels and saturation

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

208
183
151

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

Portions of RGB colors in percentages

R + G + B =
208 + 183 + 151 = 542 (100%)
R 208 of 542 ~ 38.38%
G 183 of 542 ~ 33.76%
B 151 of 542 ~ 27.86%

%38.38
%33.76
%27.86

CMYK color model

#D0B797 color CMYK value is (0,12,27,18).

  • cyan value is 0.00%
  • magenta value is 12.02%
  • yellow value is 27.40%
  • key color value is 18.43%
CMYK:
(0,12,27,18)
C0M12Y27K18 
(0%,12%,27%,18%)
(0.00/0.12/0.27/0.18)	

CMYK percentages

%0
%12.02
%27.4
%18.43

Codes

Color #D0B797 in popluar color models

D0B797
RGB208183151
HSL34°37.75%70.39%
HSB/HSV34°27.40%81.57%
CMYK0.00%12.02%27.40%
18.43%

Color #D0B797 in popluar number systems.

HEXD0B797
Decimal208183151
Binary110100001011011110010111
Octal320267227

Shades and tints

Shades of #D0B797

#D0B797
(208,183,151)
#BEA78A
(190,167,138)
#AC977D
(172,151,125)
#9A8770
(154,135,112)
#887763
(136,119,99)
#766756
(118,103,86)
#645749
(100,87,73)
#52473C
(82,71,60)
#40372F
(64,55,47)
#2E2722
(46,39,34)
#1C1715
(28,23,21)
#000000
(0,0,0)

Tints of #D0B797

#D0B797
(208,183,151)
#D4BDA0
(212,189,160)
#D8C3A9
(216,195,169)
#DCC9B2
(220,201,178)
#E0CFBB
(224,207,187)
#E4D5C4
(228,213,196)
#E8DBCD
(232,219,205)
#ECE1D6
(236,225,214)
#F0E7DF
(240,231,223)
#F4EDE8
(244,237,232)
#F8F3F1
(248,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0B797; }

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

This text font color is #D0B797.


Background Color

.myBgColor { background-color: #D0B797; }

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

This div background color is #D0B797.


Border color

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

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

This div border color is #D0B797.


Opacity

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

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

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

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

This text has shadow with #D0B797 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0B797 on black background.


Color preview on white background

This text has color #D0B797 on white background.



Black color preview on #D0B797 background

This text has black color on #D0B797 background.


White color preview on #D0B797 background

This text has white color on #D0B797 background.