COLOR #D3A996

HEX: #D3A996
RGB: (211,169,150)

Color info

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

RGB color model

#D3A996 color RGB value is (211,169,150).

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

RGB channels and saturation

R 211 of 255 = 83%
G 169 of 255 = 66%
B 150 of 255 = 59%

211
169
150

R + G + B ~ 69%. #D3A996 is quite light color.

Portions of RGB colors in percentages

R + G + B =
211 + 169 + 150 = 530 (100%)
R 211 of 530 ~ 39.81%
G 169 of 530 ~ 31.89%
B 150 of 530 ~ 28.3%

%39.81
%31.89
%28.3

CMYK color model

#D3A996 color CMYK value is (0,20,29,17).

  • cyan value is 0.00%
  • magenta value is 19.91%
  • yellow value is 28.91%
  • key color value is 17.25%
CMYK:
(0,20,29,17)
C0M20Y29K17 
(0%,20%,29%,17%)
(0.00/0.20/0.29/0.17)	

CMYK percentages

%0
%19.91
%28.91
%17.25

Codes

Color #D3A996 in popluar color models

D3A996
RGB211169150
HSL19°40.94%70.78%
HSB/HSV19°28.91%82.75%
CMYK0.00%19.91%28.91%
17.25%

Color #D3A996 in popluar number systems.

HEXD3A996
Decimal211169150
Binary110100111010100110010110
Octal323251226

Shades and tints

Shades of #D3A996

#D3A996
(211,169,150)
#C09A89
(192,154,137)
#AD8B7C
(173,139,124)
#9A7C6F
(154,124,111)
#876D62
(135,109,98)
#745E55
(116,94,85)
#614F48
(97,79,72)
#4E403B
(78,64,59)
#3B312E
(59,49,46)
#282221
(40,34,33)
#151314
(21,19,20)
#000000
(0,0,0)

Tints of #D3A996

#D3A996
(211,169,150)
#D7B09F
(215,176,159)
#DBB7A8
(219,183,168)
#DFBEB1
(223,190,177)
#E3C5BA
(227,197,186)
#E7CCC3
(231,204,195)
#EBD3CC
(235,211,204)
#EFDAD5
(239,218,213)
#F3E1DE
(243,225,222)
#F7E8E7
(247,232,231)
#FBEFF0
(251,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3A996; }

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

This text font color is #D3A996.


Background Color

.myBgColor { background-color: #D3A996; }

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

This div background color is #D3A996.


Border color

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

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

This div border color is #D3A996.


Opacity

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

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

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

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

This text has shadow with #D3A996 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3A996 on black background.


Color preview on white background

This text has color #D3A996 on white background.



Black color preview on #D3A996 background

This text has black color on #D3A996 background.


White color preview on #D3A996 background

This text has white color on #D3A996 background.