COLOR #D6A996

HEX: #D6A996
RGB: (214,169,150)

Color info

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

RGB color model

#D6A996 color RGB value is (214,169,150).

  • red value is 214;
  • green value is 169;
  • blue value is 150.
RGB:
(214,169,150)
(84%,66%,59%)

RGB channels and saturation

R 214 of 255 = 84%
G 169 of 255 = 66%
B 150 of 255 = 59%

214
169
150

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

Portions of RGB colors in percentages

R + G + B =
214 + 169 + 150 = 533 (100%)
R 214 of 533 ~ 40.15%
G 169 of 533 ~ 31.71%
B 150 of 533 ~ 28.14%

%40.15
%31.71
%28.14

CMYK color model

#D6A996 color CMYK value is (0,21,30,16).

  • cyan value is 0.00%
  • magenta value is 21.03%
  • yellow value is 29.91%
  • key color value is 16.08%
CMYK:
(0,21,30,16)
C0M21Y30K16 
(0%,21%,30%,16%)
(0.00/0.21/0.30/0.16)	

CMYK percentages

%0
%21.03
%29.91
%16.08

Codes

Color #D6A996 in popluar color models

D6A996
RGB214169150
HSL18°43.84%71.37%
HSB/HSV18°29.91%83.92%
CMYK0.00%21.03%29.91%
16.08%

Color #D6A996 in popluar number systems.

HEXD6A996
Decimal214169150
Binary110101101010100110010110
Octal326251226

Shades and tints

Shades of #D6A996

#D6A996
(214,169,150)
#C39A89
(195,154,137)
#B08B7C
(176,139,124)
#9D7C6F
(157,124,111)
#8A6D62
(138,109,98)
#775E55
(119,94,85)
#644F48
(100,79,72)
#51403B
(81,64,59)
#3E312E
(62,49,46)
#2B2221
(43,34,33)
#181314
(24,19,20)
#000000
(0,0,0)

Tints of #D6A996

#D6A996
(214,169,150)
#D9B09F
(217,176,159)
#DCB7A8
(220,183,168)
#DFBEB1
(223,190,177)
#E2C5BA
(226,197,186)
#E5CCC3
(229,204,195)
#E8D3CC
(232,211,204)
#EBDAD5
(235,218,213)
#EEE1DE
(238,225,222)
#F1E8E7
(241,232,231)
#F4EFF0
(244,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6A996 color. Also use rgb(214,169,150) instead hex code.

Text Font Color

.myTextColor { color: #D6A996; }

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

This text font color is #D6A996.


Background Color

.myBgColor { background-color: #D6A996; }

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

This div background color is #D6A996.


Border color

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

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

This div border color is #D6A996.


Opacity

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

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

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

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

This text has shadow with #D6A996 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6A996 on black background.


Color preview on white background

This text has color #D6A996 on white background.



Black color preview on #D6A996 background

This text has black color on #D6A996 background.


White color preview on #D6A996 background

This text has white color on #D6A996 background.