COLOR #D2AD90

HEX: #D2AD90 RGB: (210,173,144)

Color info

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

RGB color model

#D2AD90 color RGB value is (210,173,144).

RGB: (210,173,144) (82%, 68%, 56%)

RGB channels and saturation

R 210 of 255 = 82%
G 173 of 255 = 68%
B 144 of 255 = 56%

210
173
144

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

Portions of RGB colors in percentages

R + G + B = 210 + 173 + 144 = 527 (100%)
R 210 of 527 ~ 39.85%
G 173 of 527 ~ 32.83%
B 144 of 527 ~ 27.32'%

%39.85
%32.83
%27.32

CMYK color model

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

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

CMYK: (0,18,31,18)
C0M18Y31K18 (0%, 18%, 31%, 18%)
(0.00 / 0.18 / 0.31 / 0.18)

CMYK percentages

%0
%17.62
%31.43
%17.65

Codes

Color #D2AD90 in popluar color models

D2 AD 90
RGB 210 173 144
HSL 26° 42.31% 69.41%
HSB/HSV 26° 31.43% 82.35%
CMYK 0.00% 17.62% 31.43%
17.65%

Color #D2AD90 in popluar number systems.

HEX D2 AD 90
Decimal 210 173 144
Binary 11010010 10101101 10010000
Octal 322 255 220

Shades and tints

Shades of #D2AD90

#D2AD90
(210,173,144)
#BF9E83
(191,158,131)
#AC8F76
(172,143,118)
#998069
(153,128,105)
#86715C
(134,113,92)
#73624F
(115,98,79)
#605342
(96,83,66)
#4D4435
(77,68,53)
#3A3528
(58,53,40)
#27261B
(39,38,27)
#14170E
(20,23,14)
#000000
(0,0,0)

Tints of #D2AD90

#D2AD90
(210,173,144)
#D6B49A
(214,180,154)
#DABBA4
(218,187,164)
#DEC2AE
(222,194,174)
#E2C9B8
(226,201,184)
#E6D0C2
(230,208,194)
#EAD7CC
(234,215,204)
#EEDED6
(238,222,214)
#F2E5E0
(242,229,224)
#F6ECEA
(246,236,234)
#FAF3F4
(250,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2AD90; }

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

This text font color is #D2AD90.

Background Color

.myBgColor { background-color: #D2AD90; }

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

This div background color is #D2AD90.

Border color

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

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

This div border color is #D2AD90.

Opacity

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

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

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

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

This text has shadow with #D2AD90 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D2AD90.

Preview

Color preview on black background

This text has color #D2AD90 on black background.


Color preview on white background

This text has color #D2AD90 on white background.


Black color preview on #D2AD90 background

This text has black color on #D2AD90 background.


White color preview on #D2AD90 background

This text has white color on #D2AD90 background.


Related colors

Complementary color

Complementary color for #hex is #2D526F.


I love getcolorcode.com

Triadic colors

1 #90D2AD and #AD90D2 with #D2AD90 are triadic colors.

2 #90ADD2 and #ADD290 with #D2AD90 are triadic colors.