COLOR #D2A890

HEX: #D2A890 RGB: (210,168,144)

Color info

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

RGB color model

#D2A890 color RGB value is (210,168,144).

RGB: (210,168,144) (82%, 66%, 56%)

RGB channels and saturation

R 210 of 255 = 82%
G 168 of 255 = 66%
B 144 of 255 = 56%

210
168
144

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

Portions of RGB colors in percentages

R + G + B = 210 + 168 + 144 = 522 (100%)
R 210 of 522 ~ 40.23%
G 168 of 522 ~ 32.18%
B 144 of 522 ~ 27.59'%

%40.23
%32.18
%27.59

CMYK color model

#D2A890 color CMYK value is (0,20,31,18).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 31.43%
  • key color value is 17.65%

CMYK: (0,20,31,18)
C0M20Y31K18 (0%, 20%, 31%, 18%)
(0.00 / 0.20 / 0.31 / 0.18)

CMYK percentages

%0
%20
%31.43
%17.65

Codes

Color #D2A890 in popluar color models

D2 A8 90
RGB 210 168 144
HSL 22° 42.31% 69.41%
HSB/HSV 22° 31.43% 82.35%
CMYK 0.00% 20.00% 31.43%
17.65%

Color #D2A890 in popluar number systems.

HEX D2 A8 90
Decimal 210 168 144
Binary 11010010 10101000 10010000
Octal 322 250 220

Shades and tints

Shades of #D2A890

#D2A890
(210,168,144)
#BF9983
(191,153,131)
#AC8A76
(172,138,118)
#997B69
(153,123,105)
#866C5C
(134,108,92)
#735D4F
(115,93,79)
#604E42
(96,78,66)
#4D3F35
(77,63,53)
#3A3028
(58,48,40)
#27211B
(39,33,27)
#14120E
(20,18,14)
#000000
(0,0,0)

Tints of #D2A890

#D2A890
(210,168,144)
#D6AF9A
(214,175,154)
#DAB6A4
(218,182,164)
#DEBDAE
(222,189,174)
#E2C4B8
(226,196,184)
#E6CBC2
(230,203,194)
#EAD2CC
(234,210,204)
#EED9D6
(238,217,214)
#F2E0E0
(242,224,224)
#F6E7EA
(246,231,234)
#FAEEF4
(250,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2A890 color. Also use rgb(210,168,144) instead hex code.

Text Font Color

.myTextColor { color: #D2A890; }

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

This text font color is #D2A890.

Background Color

.myBgColor { background-color: #D2A890; }

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

This div background color is #D2A890.

Border color

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

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

This div border color is #D2A890.

Opacity

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

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

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

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

This text has shadow with #D2A890 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D2A890.

Preview

Color preview on black background

This text has color #D2A890 on black background.


Color preview on white background

This text has color #D2A890 on white background.


Black color preview on #D2A890 background

This text has black color on #D2A890 background.


White color preview on #D2A890 background

This text has white color on #D2A890 background.


Related colors

Complementary color

Complementary color for #hex is #2D576F.


I love getcolorcode.com

Triadic colors

1 #90D2A8 and #A890D2 with #D2A890 are triadic colors.

2 #90A8D2 and #A8D290 with #D2A890 are triadic colors.