COLOR #D8B697

HEX: #D8B697
RGB: (216,182,151)

Color info

#D8B697 contains mainly red and green colors. Web safe color of #D8B697 is #CCCC99 (or #CC9).

RGB color model

#D8B697 color RGB value is (216,182,151).

  • red value is 216;
  • green value is 182;
  • blue value is 151.
RGB:
(216,182,151)
(85%,71%,59%)

RGB channels and saturation

R 216 of 255 = 85%
G 182 of 255 = 71%
B 151 of 255 = 59%

216
182
151

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

Portions of RGB colors in percentages

R + G + B =
216 + 182 + 151 = 549 (100%)
R 216 of 549 ~ 39.34%
G 182 of 549 ~ 33.15%
B 151 of 549 ~ 27.5%

%39.34
%33.15
%27.5

CMYK color model

#D8B697 color CMYK value is (0,16,30,15).

  • cyan value is 0.00%
  • magenta value is 15.74%
  • yellow value is 30.09%
  • key color value is 15.29%
CMYK:
(0,16,30,15)
C0M16Y30K15 
(0%,16%,30%,15%)
(0.00/0.16/0.30/0.15)	

CMYK percentages

%0
%15.74
%30.09
%15.29

Codes

Color #D8B697 in popluar color models

D8B697
RGB216182151
HSL29°45.45%71.96%
HSB/HSV29°30.09%84.71%
CMYK0.00%15.74%30.09%
15.29%

Color #D8B697 in popluar number systems.

HEXD8B697
Decimal216182151
Binary110110001011011010010111
Octal330266227

Shades and tints

Shades of #D8B697

#D8B697
(216,182,151)
#C5A68A
(197,166,138)
#B2967D
(178,150,125)
#9F8670
(159,134,112)
#8C7663
(140,118,99)
#796656
(121,102,86)
#665649
(102,86,73)
#53463C
(83,70,60)
#40362F
(64,54,47)
#2D2622
(45,38,34)
#1A1615
(26,22,21)
#000000
(0,0,0)

Tints of #D8B697

#D8B697
(216,182,151)
#DBBCA0
(219,188,160)
#DEC2A9
(222,194,169)
#E1C8B2
(225,200,178)
#E4CEBB
(228,206,187)
#E7D4C4
(231,212,196)
#EADACD
(234,218,205)
#EDE0D6
(237,224,214)
#F0E6DF
(240,230,223)
#F3ECE8
(243,236,232)
#F6F2F1
(246,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8B697 color. Also use rgb(216,182,151) instead hex code.

Text Font Color

.myTextColor { color: #D8B697; }

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

This text font color is #D8B697.


Background Color

.myBgColor { background-color: #D8B697; }

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

This div background color is #D8B697.


Border color

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

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

This div border color is #D8B697.


Opacity

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

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

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

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

This text has shadow with #D8B697 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8B697 on black background.


Color preview on white background

This text has color #D8B697 on white background.



Black color preview on #D8B697 background

This text has black color on #D8B697 background.


White color preview on #D8B697 background

This text has white color on #D8B697 background.