COLOR #AD9FB9

HEX: #AD9FB9
RGB: (173,159,185)

Color info

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

RGB color model

#AD9FB9 color RGB value is (173,159,185).

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

RGB channels and saturation

R 173 of 255 = 68%
G 159 of 255 = 62%
B 185 of 255 = 73%

173
159
185

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

Portions of RGB colors in percentages

R + G + B =
173 + 159 + 185 = 517 (100%)
R 173 of 517 ~ 33.46%
G 159 of 517 ~ 30.75%
B 185 of 517 ~ 35.78%

%33.46
%30.75
%35.78

CMYK color model

#AD9FB9 color CMYK value is (6,14,0,27).

  • cyan value is 6.49%
  • magenta value is 14.05%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(6,14,0,27)
C6M14Y0K27 
(6%,14%,0%,27%)
(0.06/0.14/0.00/0.27)	

CMYK percentages

%6.49
%14.05
%0
%27.45

Codes

Color #AD9FB9 in popluar color models

AD9FB9
RGB173159185
HSL272°15.66%67.45%
HSB/HSV272°14.05%72.55%
CMYK6.49%14.05%0.00%
27.45%

Color #AD9FB9 in popluar number systems.

HEXAD9FB9
Decimal173159185
Binary101011011001111110111001
Octal255237271

Shades and tints

Shades of #AD9FB9

#AD9FB9
(173,159,185)
#9E91A9
(158,145,169)
#8F8399
(143,131,153)
#807589
(128,117,137)
#716779
(113,103,121)
#625969
(98,89,105)
#534B59
(83,75,89)
#443D49
(68,61,73)
#352F39
(53,47,57)
#262129
(38,33,41)
#171319
(23,19,25)
#000000
(0,0,0)

Tints of #AD9FB9

#AD9FB9
(173,159,185)
#B4A7BF
(180,167,191)
#BBAFC5
(187,175,197)
#C2B7CB
(194,183,203)
#C9BFD1
(201,191,209)
#D0C7D7
(208,199,215)
#D7CFDD
(215,207,221)
#DED7E3
(222,215,227)
#E5DFE9
(229,223,233)
#ECE7EF
(236,231,239)
#F3EFF5
(243,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD9FB9; }

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

This text font color is #AD9FB9.


Background Color

.myBgColor { background-color: #AD9FB9; }

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

This div background color is #AD9FB9.


Border color

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

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

This div border color is #AD9FB9.


Opacity

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

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

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

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

This text has shadow with #AD9FB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD9FB9 on black background.


Color preview on white background

This text has color #AD9FB9 on white background.



Black color preview on #AD9FB9 background

This text has black color on #AD9FB9 background.


White color preview on #AD9FB9 background

This text has white color on #AD9FB9 background.