COLOR #AD9EB7

HEX: #AD9EB7
RGB: (173,158,183)

Color info

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

RGB color model

#AD9EB7 color RGB value is (173,158,183).

  • red value is 173;
  • green value is 158;
  • blue value is 183.
RGB:
(173,158,183)
(68%,62%,72%)

RGB channels and saturation

R 173 of 255 = 68%
G 158 of 255 = 62%
B 183 of 255 = 72%

173
158
183

R + G + B ~ 67%. #AD9EB7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 158 + 183 = 514 (100%)
R 173 of 514 ~ 33.66%
G 158 of 514 ~ 30.74%
B 183 of 514 ~ 35.6%

%33.66
%30.74
%35.6

CMYK color model

#AD9EB7 color CMYK value is (5,14,0,28).

  • cyan value is 5.46%
  • magenta value is 13.66%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(5,14,0,28)
C5M14Y0K28 
(5%,14%,0%,28%)
(0.05/0.14/0.00/0.28)	

CMYK percentages

%5.46
%13.66
%0
%28.24

Codes

Color #AD9EB7 in popluar color models

AD9EB7
RGB173158183
HSL276°14.79%66.86%
HSB/HSV276°13.66%71.76%
CMYK5.46%13.66%0.00%
28.24%

Color #AD9EB7 in popluar number systems.

HEXAD9EB7
Decimal173158183
Binary101011011001111010110111
Octal255236267

Shades and tints

Shades of #AD9EB7

#AD9EB7
(173,158,183)
#9E90A7
(158,144,167)
#8F8297
(143,130,151)
#807487
(128,116,135)
#716677
(113,102,119)
#625867
(98,88,103)
#534A57
(83,74,87)
#443C47
(68,60,71)
#352E37
(53,46,55)
#262027
(38,32,39)
#171217
(23,18,23)
#000000
(0,0,0)

Tints of #AD9EB7

#AD9EB7
(173,158,183)
#B4A6BD
(180,166,189)
#BBAEC3
(187,174,195)
#C2B6C9
(194,182,201)
#C9BECF
(201,190,207)
#D0C6D5
(208,198,213)
#D7CEDB
(215,206,219)
#DED6E1
(222,214,225)
#E5DEE7
(229,222,231)
#ECE6ED
(236,230,237)
#F3EEF3
(243,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD9EB7; }

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

This text font color is #AD9EB7.


Background Color

.myBgColor { background-color: #AD9EB7; }

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

This div background color is #AD9EB7.


Border color

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

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

This div border color is #AD9EB7.


Opacity

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

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

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

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

This text has shadow with #AD9EB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD9EB7 on black background.


Color preview on white background

This text has color #AD9EB7 on white background.



Black color preview on #AD9EB7 background

This text has black color on #AD9EB7 background.


White color preview on #AD9EB7 background

This text has white color on #AD9EB7 background.