COLOR #AD9AB2

HEX: #AD9AB2
RGB: (173,154,178)

Color info

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

RGB color model

#AD9AB2 color RGB value is (173,154,178).

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

RGB channels and saturation

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

173
154
178

R + G + B ~ 66%. #AD9AB2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 154 + 178 = 505 (100%)
R 173 of 505 ~ 34.26%
G 154 of 505 ~ 30.5%
B 178 of 505 ~ 35.25%

%34.26
%30.5
%35.25

CMYK color model

#AD9AB2 color CMYK value is (3,13,0,30).

  • cyan value is 2.81%
  • magenta value is 13.48%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(3,13,0,30)
C3M13Y0K30 
(3%,13%,0%,30%)
(0.03/0.13/0.00/0.30)	

CMYK percentages

%2.81
%13.48
%0
%30.2

Codes

Color #AD9AB2 in popluar color models

AD9AB2
RGB173154178
HSL288°13.48%65.10%
HSB/HSV288°13.48%69.80%
CMYK2.81%13.48%0.00%
30.20%

Color #AD9AB2 in popluar number systems.

HEXAD9AB2
Decimal173154178
Binary101011011001101010110010
Octal255232262

Shades and tints

Shades of #AD9AB2

#AD9AB2
(173,154,178)
#9E8CA2
(158,140,162)
#8F7E92
(143,126,146)
#807082
(128,112,130)
#716272
(113,98,114)
#625462
(98,84,98)
#534652
(83,70,82)
#443842
(68,56,66)
#352A32
(53,42,50)
#261C22
(38,28,34)
#170E12
(23,14,18)
#000000
(0,0,0)

Tints of #AD9AB2

#AD9AB2
(173,154,178)
#B4A3B9
(180,163,185)
#BBACC0
(187,172,192)
#C2B5C7
(194,181,199)
#C9BECE
(201,190,206)
#D0C7D5
(208,199,213)
#D7D0DC
(215,208,220)
#DED9E3
(222,217,227)
#E5E2EA
(229,226,234)
#ECEBF1
(236,235,241)
#F3F4F8
(243,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD9AB2; }

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

This text font color is #AD9AB2.


Background Color

.myBgColor { background-color: #AD9AB2; }

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

This div background color is #AD9AB2.


Border color

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

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

This div border color is #AD9AB2.


Opacity

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

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

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

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

This text has shadow with #AD9AB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD9AB2 on black background.


Color preview on white background

This text has color #AD9AB2 on white background.



Black color preview on #AD9AB2 background

This text has black color on #AD9AB2 background.


White color preview on #AD9AB2 background

This text has white color on #AD9AB2 background.