COLOR #AD9FBD

HEX: #AD9FBD
RGB: (173,159,189)

Color info

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

RGB color model

#AD9FBD color RGB value is (173,159,189).

  • red value is 173;
  • green value is 159;
  • blue value is 189.
RGB:
(173,159,189)
(68%,62%,74%)

RGB channels and saturation

R 173 of 255 = 68%
G 159 of 255 = 62%
B 189 of 255 = 74%

173
159
189

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

Portions of RGB colors in percentages

R + G + B =
173 + 159 + 189 = 521 (100%)
R 173 of 521 ~ 33.21%
G 159 of 521 ~ 30.52%
B 189 of 521 ~ 36.28%

%33.21
%30.52
%36.28

CMYK color model

#AD9FBD color CMYK value is (8,16,0,26).

  • cyan value is 8.47%
  • magenta value is 15.87%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(8,16,0,26)
C8M16Y0K26 
(8%,16%,0%,26%)
(0.08/0.16/0.00/0.26)	

CMYK percentages

%8.47
%15.87
%0
%25.88

Codes

Color #AD9FBD in popluar color models

AD9FBD
RGB173159189
HSL268°18.52%68.24%
HSB/HSV268°15.87%74.12%
CMYK8.47%15.87%0.00%
25.88%

Color #AD9FBD in popluar number systems.

HEXAD9FBD
Decimal173159189
Binary101011011001111110111101
Octal255237275

Shades and tints

Shades of #AD9FBD

#AD9FBD
(173,159,189)
#9E91AC
(158,145,172)
#8F839B
(143,131,155)
#80758A
(128,117,138)
#716779
(113,103,121)
#625968
(98,89,104)
#534B57
(83,75,87)
#443D46
(68,61,70)
#352F35
(53,47,53)
#262124
(38,33,36)
#171313
(23,19,19)
#000000
(0,0,0)

Tints of #AD9FBD

#AD9FBD
(173,159,189)
#B4A7C3
(180,167,195)
#BBAFC9
(187,175,201)
#C2B7CF
(194,183,207)
#C9BFD5
(201,191,213)
#D0C7DB
(208,199,219)
#D7CFE1
(215,207,225)
#DED7E7
(222,215,231)
#E5DFED
(229,223,237)
#ECE7F3
(236,231,243)
#F3EFF9
(243,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD9FBD color. Also use rgb(173,159,189) instead hex code.

Text Font Color

.myTextColor { color: #AD9FBD; }

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

This text font color is #AD9FBD.


Background Color

.myBgColor { background-color: #AD9FBD; }

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

This div background color is #AD9FBD.


Border color

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

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

This div border color is #AD9FBD.


Opacity

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

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

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

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

This text has shadow with #AD9FBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD9FBD on black background.


Color preview on white background

This text has color #AD9FBD on white background.



Black color preview on #AD9FBD background

This text has black color on #AD9FBD background.


White color preview on #AD9FBD background

This text has white color on #AD9FBD background.