COLOR #AD9DBF

HEX: #AD9DBF RGB: (173,157,191)

Color info

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

RGB color model

#AD9DBF color RGB value is (173,157,191).

RGB: (173,157,191) (68%, 62%, 75%)

RGB channels and saturation

R 173 of 255 = 68%
G 157 of 255 = 62%
B 191 of 255 = 75%

173
157
191

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

Portions of RGB colors in percentages

R + G + B = 173 + 157 + 191 = 521 (100%)
R 173 of 521 ~ 33.21%
G 157 of 521 ~ 30.13%
B 191 of 521 ~ 36.66'%

%33.21
%30.13
%36.66

CMYK color model

#AD9DBF color CMYK value is (9,18,0,25).

  • cyan value is 9.42%
  • magenta value is 17.80%
  • yellow value is 0.00%
  • key color value is 25.10%

CMYK: (9,18,0,25)
C9M18Y0K25 (9%, 18%, 0%, 25%)
(0.09 / 0.18 / 0.00 / 0.25)

CMYK percentages

%9.42
%17.8
%0
%25.1

Codes

Color #AD9DBF in popluar color models

AD 9D BF
RGB 173 157 191
HSL 268° 20.99% 68.24%
HSB/HSV 268° 17.80% 74.90%
CMYK 9.42% 17.80% 0.00%
25.10%

Color #AD9DBF in popluar number systems.

HEX AD 9D BF
Decimal 173 157 191
Binary 10101101 10011101 10111111
Octal 255 235 277

Shades and tints

Shades of #AD9DBF

#AD9DBF
(173,157,191)
#9E8FAE
(158,143,174)
#8F819D
(143,129,157)
#80738C
(128,115,140)
#71657B
(113,101,123)
#62576A
(98,87,106)
#534959
(83,73,89)
#443B48
(68,59,72)
#352D37
(53,45,55)
#261F26
(38,31,38)
#171115
(23,17,21)
#000000
(0,0,0)

Tints of #AD9DBF

#AD9DBF
(173,157,191)
#B4A5C4
(180,165,196)
#BBADC9
(187,173,201)
#C2B5CE
(194,181,206)
#C9BDD3
(201,189,211)
#D0C5D8
(208,197,216)
#D7CDDD
(215,205,221)
#DED5E2
(222,213,226)
#E5DDE7
(229,221,231)
#ECE5EC
(236,229,236)
#F3EDF1
(243,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD9DBF; }

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

This text font color is #AD9DBF.

Background Color

.myBgColor { background-color: #AD9DBF; }

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

This div background color is #AD9DBF.

Border color

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

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

This div border color is #AD9DBF.

Opacity

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

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

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

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

This text has shadow with #AD9DBF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD9DBF.

Preview

Color preview on black background

This text has color #AD9DBF on black background.


Color preview on white background

This text has color #AD9DBF on white background.


Black color preview on #AD9DBF background

This text has black color on #AD9DBF background.


White color preview on #AD9DBF background

This text has white color on #AD9DBF background.


Related colors

Complementary color

Complementary color for #hex is #526240.


I love getcolorcode.com

Triadic colors

1 #BFAD9D and #9DBFAD with #AD9DBF are triadic colors.

2 #BF9DAD and #9DADBF with #AD9DBF are triadic colors.