COLOR #D2A295

HEX: #D2A295
RGB: (210,162,149)

Color info

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

RGB color model

#D2A295 color RGB value is (210,162,149).

  • red value is 210;
  • green value is 162;
  • blue value is 149.
RGB:
(210,162,149)
(82%,64%,58%)

RGB channels and saturation

R 210 of 255 = 82%
G 162 of 255 = 64%
B 149 of 255 = 58%

210
162
149

R + G + B ~ 68%. #D2A295 is quite light color.

Portions of RGB colors in percentages

R + G + B =
210 + 162 + 149 = 521 (100%)
R 210 of 521 ~ 40.31%
G 162 of 521 ~ 31.09%
B 149 of 521 ~ 28.6%

%40.31
%31.09
%28.6

CMYK color model

#D2A295 color CMYK value is (0,23,29,18).

  • cyan value is 0.00%
  • magenta value is 22.86%
  • yellow value is 29.05%
  • key color value is 17.65%
CMYK:
(0,23,29,18)
C0M23Y29K18 
(0%,23%,29%,18%)
(0.00/0.23/0.29/0.18)	

CMYK percentages

%0
%22.86
%29.05
%17.65

Codes

Color #D2A295 in popluar color models

D2A295
RGB210162149
HSL13°40.40%70.39%
HSB/HSV13°29.05%82.35%
CMYK0.00%22.86%29.05%
17.65%

Color #D2A295 in popluar number systems.

HEXD2A295
Decimal210162149
Binary110100101010001010010101
Octal322242225

Shades and tints

Shades of #D2A295

#D2A295
(210,162,149)
#BF9488
(191,148,136)
#AC867B
(172,134,123)
#99786E
(153,120,110)
#866A61
(134,106,97)
#735C54
(115,92,84)
#604E47
(96,78,71)
#4D403A
(77,64,58)
#3A322D
(58,50,45)
#272420
(39,36,32)
#141613
(20,22,19)
#000000
(0,0,0)

Tints of #D2A295

#D2A295
(210,162,149)
#D6AA9E
(214,170,158)
#DAB2A7
(218,178,167)
#DEBAB0
(222,186,176)
#E2C2B9
(226,194,185)
#E6CAC2
(230,202,194)
#EAD2CB
(234,210,203)
#EEDAD4
(238,218,212)
#F2E2DD
(242,226,221)
#F6EAE6
(246,234,230)
#FAF2EF
(250,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2A295 color. Also use rgb(210,162,149) instead hex code.

Text Font Color

.myTextColor { color: #D2A295; }

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

This text font color is #D2A295.


Background Color

.myBgColor { background-color: #D2A295; }

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

This div background color is #D2A295.


Border color

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

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

This div border color is #D2A295.


Opacity

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

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

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

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

This text has shadow with #D2A295 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2A295 on black background.


Color preview on white background

This text has color #D2A295 on white background.



Black color preview on #D2A295 background

This text has black color on #D2A295 background.


White color preview on #D2A295 background

This text has white color on #D2A295 background.