COLOR #AD9FB3

HEX: #AD9FB3
RGB: (173,159,179)

Color info

#AD9FB3 contains red, green and blue colors in about the same proportion. Web safe color of #AD9FB3 is #999999 (or #999).

RGB color model

#AD9FB3 color RGB value is (173,159,179).

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

RGB channels and saturation

R 173 of 255 = 68%
G 159 of 255 = 62%
B 179 of 255 = 70%

173
159
179

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

Portions of RGB colors in percentages

R + G + B =
173 + 159 + 179 = 511 (100%)
R 173 of 511 ~ 33.86%
G 159 of 511 ~ 31.12%
B 179 of 511 ~ 35.03%

%33.86
%31.12
%35.03

CMYK color model

#AD9FB3 color CMYK value is (3,11,0,30).

  • cyan value is 3.35%
  • magenta value is 11.17%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(3,11,0,30)
C3M11Y0K30 
(3%,11%,0%,30%)
(0.03/0.11/0.00/0.30)	

CMYK percentages

%3.35
%11.17
%0
%29.8

Codes

Color #AD9FB3 in popluar color models

AD9FB3
RGB173159179
HSL282°11.63%66.27%
HSB/HSV282°11.17%70.20%
CMYK3.35%11.17%0.00%
29.80%

Color #AD9FB3 in popluar number systems.

HEXAD9FB3
Decimal173159179
Binary101011011001111110110011
Octal255237263

Shades and tints

Shades of #AD9FB3

#AD9FB3
(173,159,179)
#9E91A3
(158,145,163)
#8F8393
(143,131,147)
#807583
(128,117,131)
#716773
(113,103,115)
#625963
(98,89,99)
#534B53
(83,75,83)
#443D43
(68,61,67)
#352F33
(53,47,51)
#262123
(38,33,35)
#171313
(23,19,19)
#000000
(0,0,0)

Tints of #AD9FB3

#AD9FB3
(173,159,179)
#B4A7B9
(180,167,185)
#BBAFBF
(187,175,191)
#C2B7C5
(194,183,197)
#C9BFCB
(201,191,203)
#D0C7D1
(208,199,209)
#D7CFD7
(215,207,215)
#DED7DD
(222,215,221)
#E5DFE3
(229,223,227)
#ECE7E9
(236,231,233)
#F3EFEF
(243,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD9FB3; }

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

This text font color is #AD9FB3.


Background Color

.myBgColor { background-color: #AD9FB3; }

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

This div background color is #AD9FB3.


Border color

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

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

This div border color is #AD9FB3.


Opacity

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

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

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

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

This text has shadow with #AD9FB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD9FB3 on black background.


Color preview on white background

This text has color #AD9FB3 on white background.



Black color preview on #AD9FB3 background

This text has black color on #AD9FB3 background.


White color preview on #AD9FB3 background

This text has white color on #AD9FB3 background.