COLOR #D2A596

HEX: #D2A596
RGB: (210,165,150)

Color info

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

RGB color model

#D2A596 color RGB value is (210,165,150).

  • red value is 210;
  • green value is 165;
  • blue value is 150.
RGB:
(210,165,150)
(82%,65%,59%)

RGB channels and saturation

R 210 of 255 = 82%
G 165 of 255 = 65%
B 150 of 255 = 59%

210
165
150

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

Portions of RGB colors in percentages

R + G + B =
210 + 165 + 150 = 525 (100%)
R 210 of 525 ~ 40%
G 165 of 525 ~ 31.43%
B 150 of 525 ~ 28.57%

%40
%31.43
%28.57

CMYK color model

#D2A596 color CMYK value is (0,21,29,18).

  • cyan value is 0.00%
  • magenta value is 21.43%
  • yellow value is 28.57%
  • key color value is 17.65%
CMYK:
(0,21,29,18)
C0M21Y29K18 
(0%,21%,29%,18%)
(0.00/0.21/0.29/0.18)	

CMYK percentages

%0
%21.43
%28.57
%17.65

Codes

Color #D2A596 in popluar color models

D2A596
RGB210165150
HSL15°40.00%70.59%
HSB/HSV15°28.57%82.35%
CMYK0.00%21.43%28.57%
17.65%

Color #D2A596 in popluar number systems.

HEXD2A596
Decimal210165150
Binary110100101010010110010110
Octal322245226

Shades and tints

Shades of #D2A596

#D2A596
(210,165,150)
#BF9689
(191,150,137)
#AC877C
(172,135,124)
#99786F
(153,120,111)
#866962
(134,105,98)
#735A55
(115,90,85)
#604B48
(96,75,72)
#4D3C3B
(77,60,59)
#3A2D2E
(58,45,46)
#271E21
(39,30,33)
#140F14
(20,15,20)
#000000
(0,0,0)

Tints of #D2A596

#D2A596
(210,165,150)
#D6AD9F
(214,173,159)
#DAB5A8
(218,181,168)
#DEBDB1
(222,189,177)
#E2C5BA
(226,197,186)
#E6CDC3
(230,205,195)
#EAD5CC
(234,213,204)
#EEDDD5
(238,221,213)
#F2E5DE
(242,229,222)
#F6EDE7
(246,237,231)
#FAF5F0
(250,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2A596 color. Also use rgb(210,165,150) instead hex code.

Text Font Color

.myTextColor { color: #D2A596; }

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

This text font color is #D2A596.


Background Color

.myBgColor { background-color: #D2A596; }

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

This div background color is #D2A596.


Border color

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

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

This div border color is #D2A596.


Opacity

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

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

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

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

This text has shadow with #D2A596 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2A596 on black background.


Color preview on white background

This text has color #D2A596 on white background.



Black color preview on #D2A596 background

This text has black color on #D2A596 background.


White color preview on #D2A596 background

This text has white color on #D2A596 background.