COLOR #AD9AAD

HEX: #AD9AAD
RGB: (173,154,173)

Color info

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

RGB color model

#AD9AAD color RGB value is (173,154,173).

  • red value is 173;
  • green value is 154;
  • blue value is 173.
RGB:
(173,154,173)
(68%,60%,68%)

RGB channels and saturation

R 173 of 255 = 68%
G 154 of 255 = 60%
B 173 of 255 = 68%

173
154
173

R + G + B ~ 65%. #AD9AAD is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 154 + 173 = 500 (100%)
R 173 of 500 ~ 34.6%
G 154 of 500 ~ 30.8%
B 173 of 500 ~ 34.6%

%34.6
%30.8
%34.6

CMYK color model

#AD9AAD color CMYK value is (0,11,0,32).

  • cyan value is 0.00%
  • magenta value is 10.98%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(0,11,0,32)
C0M11Y0K32 
(0%,11%,0%,32%)
(0.00/0.11/0.00/0.32)	

CMYK percentages

%0
%10.98
%0
%32.16

Codes

Color #AD9AAD in popluar color models

AD9AAD
RGB173154173
HSL300°10.38%64.12%
HSB/HSV300°10.98%67.84%
CMYK0.00%10.98%0.00%
32.16%

Color #AD9AAD in popluar number systems.

HEXAD9AAD
Decimal173154173
Binary101011011001101010101101
Octal255232255

Shades and tints

Shades of #AD9AAD

#AD9AAD
(173,154,173)
#9E8C9E
(158,140,158)
#8F7E8F
(143,126,143)
#807080
(128,112,128)
#716271
(113,98,113)
#625462
(98,84,98)
#534653
(83,70,83)
#443844
(68,56,68)
#352A35
(53,42,53)
#261C26
(38,28,38)
#170E17
(23,14,23)
#000000
(0,0,0)

Tints of #AD9AAD

#AD9AAD
(173,154,173)
#B4A3B4
(180,163,180)
#BBACBB
(187,172,187)
#C2B5C2
(194,181,194)
#C9BEC9
(201,190,201)
#D0C7D0
(208,199,208)
#D7D0D7
(215,208,215)
#DED9DE
(222,217,222)
#E5E2E5
(229,226,229)
#ECEBEC
(236,235,236)
#F3F4F3
(243,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD9AAD; }

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

This text font color is #AD9AAD.


Background Color

.myBgColor { background-color: #AD9AAD; }

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

This div background color is #AD9AAD.


Border color

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

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

This div border color is #AD9AAD.


Opacity

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

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

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

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

This text has shadow with #AD9AAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD9AAD on black background.


Color preview on white background

This text has color #AD9AAD on white background.



Black color preview on #AD9AAD background

This text has black color on #AD9AAD background.


White color preview on #AD9AAD background

This text has white color on #AD9AAD background.