COLOR #D8A696

HEX: #D8A696
RGB: (216,166,150)

Color info

#D8A696 contains mainly red and green colors. Web safe color of #D8A696 is #CC9999 (or #C99).

RGB color model

#D8A696 color RGB value is (216,166,150).

  • red value is 216;
  • green value is 166;
  • blue value is 150.
RGB:
(216,166,150)
(85%,65%,59%)

RGB channels and saturation

R 216 of 255 = 85%
G 166 of 255 = 65%
B 150 of 255 = 59%

216
166
150

R + G + B ~ 70%. #D8A696 is quite light color.

Portions of RGB colors in percentages

R + G + B =
216 + 166 + 150 = 532 (100%)
R 216 of 532 ~ 40.6%
G 166 of 532 ~ 31.2%
B 150 of 532 ~ 28.2%

%40.6
%31.2
%28.2

CMYK color model

#D8A696 color CMYK value is (0,23,31,15).

  • cyan value is 0.00%
  • magenta value is 23.15%
  • yellow value is 30.56%
  • key color value is 15.29%
CMYK:
(0,23,31,15)
C0M23Y31K15 
(0%,23%,31%,15%)
(0.00/0.23/0.31/0.15)	

CMYK percentages

%0
%23.15
%30.56
%15.29

Codes

Color #D8A696 in popluar color models

D8A696
RGB216166150
HSL15°45.83%71.76%
HSB/HSV15°30.56%84.71%
CMYK0.00%23.15%30.56%
15.29%

Color #D8A696 in popluar number systems.

HEXD8A696
Decimal216166150
Binary110110001010011010010110
Octal330246226

Shades and tints

Shades of #D8A696

#D8A696
(216,166,150)
#C59789
(197,151,137)
#B2887C
(178,136,124)
#9F796F
(159,121,111)
#8C6A62
(140,106,98)
#795B55
(121,91,85)
#664C48
(102,76,72)
#533D3B
(83,61,59)
#402E2E
(64,46,46)
#2D1F21
(45,31,33)
#1A1014
(26,16,20)
#000000
(0,0,0)

Tints of #D8A696

#D8A696
(216,166,150)
#DBAE9F
(219,174,159)
#DEB6A8
(222,182,168)
#E1BEB1
(225,190,177)
#E4C6BA
(228,198,186)
#E7CEC3
(231,206,195)
#EAD6CC
(234,214,204)
#EDDED5
(237,222,213)
#F0E6DE
(240,230,222)
#F3EEE7
(243,238,231)
#F6F6F0
(246,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8A696 color. Also use rgb(216,166,150) instead hex code.

Text Font Color

.myTextColor { color: #D8A696; }

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

This text font color is #D8A696.


Background Color

.myBgColor { background-color: #D8A696; }

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

This div background color is #D8A696.


Border color

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

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

This div border color is #D8A696.


Opacity

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

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

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

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

This text has shadow with #D8A696 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8A696 on black background.


Color preview on white background

This text has color #D8A696 on white background.



Black color preview on #D8A696 background

This text has black color on #D8A696 background.


White color preview on #D8A696 background

This text has white color on #D8A696 background.