COLOR #AD9ABE

HEX: #AD9ABE
RGB: (173,154,190)

Color info

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

RGB color model

#AD9ABE color RGB value is (173,154,190).

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

RGB channels and saturation

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

173
154
190

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

Portions of RGB colors in percentages

R + G + B =
173 + 154 + 190 = 517 (100%)
R 173 of 517 ~ 33.46%
G 154 of 517 ~ 29.79%
B 190 of 517 ~ 36.75%

%33.46
%29.79
%36.75

CMYK color model

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

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

CMYK percentages

%8.95
%18.95
%0
%25.49

Codes

Color #AD9ABE in popluar color models

AD9ABE
RGB173154190
HSL272°21.69%67.45%
HSB/HSV272°18.95%74.51%
CMYK8.95%18.95%0.00%
25.49%

Color #AD9ABE in popluar number systems.

HEXAD9ABE
Decimal173154190
Binary101011011001101010111110
Octal255232276

Shades and tints

Shades of #AD9ABE

#AD9ABE
(173,154,190)
#9E8CAD
(158,140,173)
#8F7E9C
(143,126,156)
#80708B
(128,112,139)
#71627A
(113,98,122)
#625469
(98,84,105)
#534658
(83,70,88)
#443847
(68,56,71)
#352A36
(53,42,54)
#261C25
(38,28,37)
#170E14
(23,14,20)
#000000
(0,0,0)

Tints of #AD9ABE

#AD9ABE
(173,154,190)
#B4A3C3
(180,163,195)
#BBACC8
(187,172,200)
#C2B5CD
(194,181,205)
#C9BED2
(201,190,210)
#D0C7D7
(208,199,215)
#D7D0DC
(215,208,220)
#DED9E1
(222,217,225)
#E5E2E6
(229,226,230)
#ECEBEB
(236,235,235)
#F3F4F0
(243,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD9ABE; }

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

This text font color is #AD9ABE.


Background Color

.myBgColor { background-color: #AD9ABE; }

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

This div background color is #AD9ABE.


Border color

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

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

This div border color is #AD9ABE.


Opacity

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

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

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

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

This text has shadow with #AD9ABE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD9ABE on black background.


Color preview on white background

This text has color #AD9ABE on white background.



Black color preview on #AD9ABE background

This text has black color on #AD9ABE background.


White color preview on #AD9ABE background

This text has white color on #AD9ABE background.