COLOR #AD9DB7

HEX: #AD9DB7
RGB: (173,157,183)

Color info

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

RGB color model

#AD9DB7 color RGB value is (173,157,183).

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

RGB channels and saturation

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

173
157
183

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

Portions of RGB colors in percentages

R + G + B =
173 + 157 + 183 = 513 (100%)
R 173 of 513 ~ 33.72%
G 157 of 513 ~ 30.6%
B 183 of 513 ~ 35.67%

%33.72
%30.6
%35.67

CMYK color model

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

  • cyan value is 5.46%
  • magenta value is 14.21%
  • 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
%14.21
%0
%28.24

Codes

Color #AD9DB7 in popluar color models

AD9DB7
RGB173157183
HSL277°15.29%66.67%
HSB/HSV277°14.21%71.76%
CMYK5.46%14.21%0.00%
28.24%

Color #AD9DB7 in popluar number systems.

HEXAD9DB7
Decimal173157183
Binary101011011001110110110111
Octal255235267

Shades and tints

Shades of #AD9DB7

#AD9DB7
(173,157,183)
#9E8FA7
(158,143,167)
#8F8197
(143,129,151)
#807387
(128,115,135)
#716577
(113,101,119)
#625767
(98,87,103)
#534957
(83,73,87)
#443B47
(68,59,71)
#352D37
(53,45,55)
#261F27
(38,31,39)
#171117
(23,17,23)
#000000
(0,0,0)

Tints of #AD9DB7

#AD9DB7
(173,157,183)
#B4A5BD
(180,165,189)
#BBADC3
(187,173,195)
#C2B5C9
(194,181,201)
#C9BDCF
(201,189,207)
#D0C5D5
(208,197,213)
#D7CDDB
(215,205,219)
#DED5E1
(222,213,225)
#E5DDE7
(229,221,231)
#ECE5ED
(236,229,237)
#F3EDF3
(243,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD9DB7; }

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

This text font color is #AD9DB7.


Background Color

.myBgColor { background-color: #AD9DB7; }

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

This div background color is #AD9DB7.


Border color

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

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

This div border color is #AD9DB7.


Opacity

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

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

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

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

This text has shadow with #AD9DB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD9DB7 on black background.


Color preview on white background

This text has color #AD9DB7 on white background.



Black color preview on #AD9DB7 background

This text has black color on #AD9DB7 background.


White color preview on #AD9DB7 background

This text has white color on #AD9DB7 background.