COLOR #AD9FBA

HEX: #AD9FBA RGB: (173,159,186)

Color info

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

RGB color model

#AD9FBA color RGB value is (173,159,186).

RGB: (173,159,186) (68%, 62%, 73%)

RGB channels and saturation

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

173
159
186

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

Portions of RGB colors in percentages

R + G + B = 173 + 159 + 186 = 518 (100%)
R 173 of 518 ~ 33.4%
G 159 of 518 ~ 30.69%
B 186 of 518 ~ 35.91'%

%33.4
%30.69
%35.91

CMYK color model

#AD9FBA color CMYK value is (7,15,0,27).

  • cyan value is 6.99%
  • magenta value is 14.52%
  • yellow value is 0.00%
  • key color value is 27.06%

CMYK: (7,15,0,27)
C7M15Y0K27 (7%, 15%, 0%, 27%)
(0.07 / 0.15 / 0.00 / 0.27)

CMYK percentages

%6.99
%14.52
%0
%27.06

Codes

Color #AD9FBA in popluar color models

AD 9F BA
RGB 173 159 186
HSL 271° 16.36% 67.65%
HSB/HSV 271° 14.52% 72.94%
CMYK 6.99% 14.52% 0.00%
27.06%

Color #AD9FBA in popluar number systems.

HEX AD 9F BA
Decimal 173 159 186
Binary 10101101 10011111 10111010
Octal 255 237 272

Shades and tints

Shades of #AD9FBA

#AD9FBA
(173,159,186)
#9E91AA
(158,145,170)
#8F839A
(143,131,154)
#80758A
(128,117,138)
#71677A
(113,103,122)
#62596A
(98,89,106)
#534B5A
(83,75,90)
#443D4A
(68,61,74)
#352F3A
(53,47,58)
#26212A
(38,33,42)
#17131A
(23,19,26)
#000000
(0,0,0)

Tints of #AD9FBA

#AD9FBA
(173,159,186)
#B4A7C0
(180,167,192)
#BBAFC6
(187,175,198)
#C2B7CC
(194,183,204)
#C9BFD2
(201,191,210)
#D0C7D8
(208,199,216)
#D7CFDE
(215,207,222)
#DED7E4
(222,215,228)
#E5DFEA
(229,223,234)
#ECE7F0
(236,231,240)
#F3EFF6
(243,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD9FBA; }

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

This text font color is #AD9FBA.

Background Color

.myBgColor { background-color: #AD9FBA; }

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

This div background color is #AD9FBA.

Border color

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

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

This div border color is #AD9FBA.

Opacity

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

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

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

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

This text has shadow with #AD9FBA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD9FBA.

Preview

Color preview on black background

This text has color #AD9FBA on black background.


Color preview on white background

This text has color #AD9FBA on white background.


Black color preview on #AD9FBA background

This text has black color on #AD9FBA background.


White color preview on #AD9FBA background

This text has white color on #AD9FBA background.


Related colors

Complementary color

Complementary color for #hex is #526045.


I love getcolorcode.com

Triadic colors

1 #BAAD9F and #9FBAAD with #AD9FBA are triadic colors.

2 #BA9FAD and #9FADBA with #AD9FBA are triadic colors.