COLOR #AD8DA4

HEX: #AD8DA4 RGB: (173,141,164)

Color info

#AD8DA4 contains red, green and blue colors in about the same proportion. Web safe color of #AD8DA4 is #999999 (or #999).

RGB color model

#AD8DA4 color RGB value is (173,141,164).

RGB: (173,141,164) (68%, 55%, 64%)

RGB channels and saturation

R 173 of 255 = 68%
G 141 of 255 = 55%
B 164 of 255 = 64%

173
141
164

R + G + B ~ 62%. #AD8DA4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 141 + 164 = 478 (100%)
R 173 of 478 ~ 36.19%
G 141 of 478 ~ 29.5%
B 164 of 478 ~ 34.31'%

%36.19
%29.5
%34.31

CMYK color model

#AD8DA4 color CMYK value is (0,18,5,32).

  • cyan value is 0.00%
  • magenta value is 18.50%
  • yellow value is 5.20%
  • key color value is 32.16%

CMYK: (0,18,5,32)
C0M18Y5K32 (0%, 18%, 5%, 32%)
(0.00 / 0.18 / 0.05 / 0.32)

CMYK percentages

%0
%18.5
%5.2
%32.16

Codes

Color #AD8DA4 in popluar color models

AD 8D A4
RGB 173 141 164
HSL 317° 16.33% 61.57%
HSB/HSV 317° 18.50% 67.84%
CMYK 0.00% 18.50% 5.20%
32.16%

Color #AD8DA4 in popluar number systems.

HEX AD 8D A4
Decimal 173 141 164
Binary 10101101 10001101 10100100
Octal 255 215 244

Shades and tints

Shades of #AD8DA4

#AD8DA4
(173,141,164)
#9E8196
(158,129,150)
#8F7588
(143,117,136)
#80697A
(128,105,122)
#715D6C
(113,93,108)
#62515E
(98,81,94)
#534550
(83,69,80)
#443942
(68,57,66)
#352D34
(53,45,52)
#262126
(38,33,38)
#171518
(23,21,24)
#000000
(0,0,0)

Tints of #AD8DA4

#AD8DA4
(173,141,164)
#B497AC
(180,151,172)
#BBA1B4
(187,161,180)
#C2ABBC
(194,171,188)
#C9B5C4
(201,181,196)
#D0BFCC
(208,191,204)
#D7C9D4
(215,201,212)
#DED3DC
(222,211,220)
#E5DDE4
(229,221,228)
#ECE7EC
(236,231,236)
#F3F1F4
(243,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD8DA4 color. Also use rgb(173,141,164) instead hex code.

Text Font Color

.myTextColor { color: #AD8DA4; }

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

This text font color is #AD8DA4.

Background Color

.myBgColor { background-color: #AD8DA4; }

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

This div background color is #AD8DA4.

Border color

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

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

This div border color is #AD8DA4.

Opacity

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

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

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

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

This text has shadow with #AD8DA4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD8DA4.

Preview

Color preview on black background

This text has color #AD8DA4 on black background.


Color preview on white background

This text has color #AD8DA4 on white background.


Black color preview on #AD8DA4 background

This text has black color on #AD8DA4 background.


White color preview on #AD8DA4 background

This text has white color on #AD8DA4 background.


Related colors

Complementary color

Complementary color for #hex is #52725B.


I love getcolorcode.com

Triadic colors

1 #A4AD8D and #8DA4AD with #AD8DA4 are triadic colors.

2 #A48DAD and #8DADA4 with #AD8DA4 are triadic colors.