COLOR #AD9ABF

HEX: #AD9ABF
RGB: (173,154,191)

Color info

#AD9ABF contains red, green and blue colors in about the same proportion. Web safe color of #AD9ABF is #9999CC (or #99C).

RGB color model

#AD9ABF color RGB value is (173,154,191).

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

RGB channels and saturation

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

173
154
191

R + G + B ~ 68%. #AD9ABF is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 154 + 191 = 518 (100%)
R 173 of 518 ~ 33.4%
G 154 of 518 ~ 29.73%
B 191 of 518 ~ 36.87%

%33.4
%29.73
%36.87

CMYK color model

#AD9ABF color CMYK value is (9,19,0,25).

  • cyan value is 9.42%
  • magenta value is 19.37%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(9,19,0,25)
C9M19Y0K25 
(9%,19%,0%,25%)
(0.09/0.19/0.00/0.25)	

CMYK percentages

%9.42
%19.37
%0
%25.1

Codes

Color #AD9ABF in popluar color models

AD9ABF
RGB173154191
HSL271°22.42%67.65%
HSB/HSV271°19.37%74.90%
CMYK9.42%19.37%0.00%
25.10%

Color #AD9ABF in popluar number systems.

HEXAD9ABF
Decimal173154191
Binary101011011001101010111111
Octal255232277

Shades and tints

Shades of #AD9ABF

#AD9ABF
(173,154,191)
#9E8CAE
(158,140,174)
#8F7E9D
(143,126,157)
#80708C
(128,112,140)
#71627B
(113,98,123)
#62546A
(98,84,106)
#534659
(83,70,89)
#443848
(68,56,72)
#352A37
(53,42,55)
#261C26
(38,28,38)
#170E15
(23,14,21)
#000000
(0,0,0)

Tints of #AD9ABF

#AD9ABF
(173,154,191)
#B4A3C4
(180,163,196)
#BBACC9
(187,172,201)
#C2B5CE
(194,181,206)
#C9BED3
(201,190,211)
#D0C7D8
(208,199,216)
#D7D0DD
(215,208,221)
#DED9E2
(222,217,226)
#E5E2E7
(229,226,231)
#ECEBEC
(236,235,236)
#F3F4F1
(243,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD9ABF; }

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

This text font color is #AD9ABF.


Background Color

.myBgColor { background-color: #AD9ABF; }

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

This div background color is #AD9ABF.


Border color

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

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

This div border color is #AD9ABF.


Opacity

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

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

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

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

This text has shadow with #AD9ABF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD9ABF on black background.


Color preview on white background

This text has color #AD9ABF on white background.



Black color preview on #AD9ABF background

This text has black color on #AD9ABF background.


White color preview on #AD9ABF background

This text has white color on #AD9ABF background.