COLOR #D8A2A5

HEX: #D8A2A5 RGB: (216,162,165)

Color info

#D8A2A5 contains red, green and blue colors in about the same proportion. Web safe color of #D8A2A5 is #CC9999 (or #C99).

RGB color model

#D8A2A5 color RGB value is (216,162,165).

RGB: (216,162,165) (85%, 64%, 65%)

RGB channels and saturation

R 216 of 255 = 85%
G 162 of 255 = 64%
B 165 of 255 = 65%

216
162
165

R + G + B ~ 71%. #D8A2A5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 216 + 162 + 165 = 543 (100%)
R 216 of 543 ~ 39.78%
G 162 of 543 ~ 29.83%
B 165 of 543 ~ 30.39'%

%39.78
%29.83
%30.39

CMYK color model

#D8A2A5 color CMYK value is (0,25,24,15).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 23.61%
  • key color value is 15.29%
CMYK: (0,25,24,15) C0M25Y24K15 (0%,25%,24%,15%) (0.00/0.25/0.24/0.15) 

CMYK percentages

%0
%25
%23.61
%15.29

Codes

Color #D8A2A5 in popluar color models

D8 A2 A5
RGB 216 162 165
HSL 357° 40.91% 74.12%
HSB/HSV 357° 25.00% 84.71%
CMYK 0.00% 25.00% 23.61%
15.29%

Color #D8A2A5 in popluar number systems.

HEX D8 A2 A5
Decimal 216 162 165
Binary 11011000 10100010 10100101
Octal 330 242 245

Shades and tints

Shades of #D8A2A5

#D8A2A5
(216,162,165)
#C59496
(197,148,150)
#B28687
(178,134,135)
#9F7878
(159,120,120)
#8C6A69
(140,106,105)
#795C5A
(121,92,90)
#664E4B
(102,78,75)
#53403C
(83,64,60)
#40322D
(64,50,45)
#2D241E
(45,36,30)
#1A160F
(26,22,15)
#000000
(0,0,0)

Tints of #D8A2A5

#D8A2A5
(216,162,165)
#DBAAAD
(219,170,173)
#DEB2B5
(222,178,181)
#E1BABD
(225,186,189)
#E4C2C5
(228,194,197)
#E7CACD
(231,202,205)
#EAD2D5
(234,210,213)
#EDDADD
(237,218,221)
#F0E2E5
(240,226,229)
#F3EAED
(243,234,237)
#F6F2F5
(246,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8A2A5 color. Also use rgb(216,162,165) instead hex code.

Text Font Color

.myTextColor { color: #D8A2A5; }

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

This text font color is #D8A2A5.

Background Color

.myBgColor { background-color: #D8A2A5; }

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

This div background color is #D8A2A5.

Border color

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

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

This div border color is #D8A2A5.

Opacity

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

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

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

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

This text has shadow with #D8A2A5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8A2A5.

Preview

Color preview on black background

This text has color #D8A2A5 on black background.


Color preview on white background

This text has color #D8A2A5 on white background.


Black color preview on #D8A2A5 background

This text has black color on #D8A2A5 background.


White color preview on #D8A2A5 background

This text has white color on #D8A2A5 background.


Related colors

Complementary color

Complementary color for #hex is #275D5A.


I love getcolorcode.com

Triadic colors

1 #A5D8A2 and #A2A5D8 with #D8A2A5 are triadic colors.

2 #A5A2D8 and #A2D8A5 with #D8A2A5 are triadic colors.