COLOR #D2A495

HEX: #D2A495
RGB: (210,164,149)

Color info

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

RGB color model

#D2A495 color RGB value is (210,164,149).

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

RGB channels and saturation

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

210
164
149

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

Portions of RGB colors in percentages

R + G + B =
210 + 164 + 149 = 523 (100%)
R 210 of 523 ~ 40.15%
G 164 of 523 ~ 31.36%
B 149 of 523 ~ 28.49%

%40.15
%31.36
%28.49

CMYK color model

#D2A495 color CMYK value is (0,22,29,18).

  • cyan value is 0.00%
  • magenta value is 21.90%
  • yellow value is 29.05%
  • key color value is 17.65%
CMYK:
(0,22,29,18)
C0M22Y29K18 
(0%,22%,29%,18%)
(0.00/0.22/0.29/0.18)	

CMYK percentages

%0
%21.9
%29.05
%17.65

Codes

Color #D2A495 in popluar color models

D2A495
RGB210164149
HSL15°40.40%70.39%
HSB/HSV15°29.05%82.35%
CMYK0.00%21.90%29.05%
17.65%

Color #D2A495 in popluar number systems.

HEXD2A495
Decimal210164149
Binary110100101010010010010101
Octal322244225

Shades and tints

Shades of #D2A495

#D2A495
(210,164,149)
#BF9688
(191,150,136)
#AC887B
(172,136,123)
#997A6E
(153,122,110)
#866C61
(134,108,97)
#735E54
(115,94,84)
#605047
(96,80,71)
#4D423A
(77,66,58)
#3A342D
(58,52,45)
#272620
(39,38,32)
#141813
(20,24,19)
#000000
(0,0,0)

Tints of #D2A495

#D2A495
(210,164,149)
#D6AC9E
(214,172,158)
#DAB4A7
(218,180,167)
#DEBCB0
(222,188,176)
#E2C4B9
(226,196,185)
#E6CCC2
(230,204,194)
#EAD4CB
(234,212,203)
#EEDCD4
(238,220,212)
#F2E4DD
(242,228,221)
#F6ECE6
(246,236,230)
#FAF4EF
(250,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2A495; }

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

This text font color is #D2A495.


Background Color

.myBgColor { background-color: #D2A495; }

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

This div background color is #D2A495.


Border color

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

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

This div border color is #D2A495.


Opacity

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

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

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

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

This text has shadow with #D2A495 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2A495 on black background.


Color preview on white background

This text has color #D2A495 on white background.



Black color preview on #D2A495 background

This text has black color on #D2A495 background.


White color preview on #D2A495 background

This text has white color on #D2A495 background.