COLOR #AD9BAD

HEX: #AD9BAD RGB: (173,155,173)

Color info

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

RGB color model

#AD9BAD color RGB value is (173,155,173).

RGB: (173,155,173) (68%, 61%, 68%)

RGB channels and saturation

R 173 of 255 = 68%
G 155 of 255 = 61%
B 173 of 255 = 68%

173
155
173

R + G + B ~ 66%. #AD9BAD is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 155 + 173 = 501 (100%)
R 173 of 501 ~ 34.53%
G 155 of 501 ~ 30.94%
B 173 of 501 ~ 34.53'%

%34.53
%30.94
%34.53

CMYK color model

#AD9BAD color CMYK value is (0,10,0,32).

  • cyan value is 0.00%
  • magenta value is 10.40%
  • yellow value is 0.00%
  • key color value is 32.16%

CMYK: (0,10,0,32)
C0M10Y0K32 (0%, 10%, 0%, 32%)
(0.00 / 0.10 / 0.00 / 0.32)

CMYK percentages

%0
%10.4
%0
%32.16

Codes

Color #AD9BAD in popluar color models

AD 9B AD
RGB 173 155 173
HSL 300° 9.89% 64.31%
HSB/HSV 300° 10.40% 67.84%
CMYK 0.00% 10.40% 0.00%
32.16%

Color #AD9BAD in popluar number systems.

HEX AD 9B AD
Decimal 173 155 173
Binary 10101101 10011011 10101101
Octal 255 233 255

Shades and tints

Shades of #AD9BAD

#AD9BAD
(173,155,173)
#9E8D9E
(158,141,158)
#8F7F8F
(143,127,143)
#807180
(128,113,128)
#716371
(113,99,113)
#625562
(98,85,98)
#534753
(83,71,83)
#443944
(68,57,68)
#352B35
(53,43,53)
#261D26
(38,29,38)
#170F17
(23,15,23)
#000000
(0,0,0)

Tints of #AD9BAD

#AD9BAD
(173,155,173)
#B4A4B4
(180,164,180)
#BBADBB
(187,173,187)
#C2B6C2
(194,182,194)
#C9BFC9
(201,191,201)
#D0C8D0
(208,200,208)
#D7D1D7
(215,209,215)
#DEDADE
(222,218,222)
#E5E3E5
(229,227,229)
#ECECEC
(236,236,236)
#F3F5F3
(243,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD9BAD; }

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

This text font color is #AD9BAD.

Background Color

.myBgColor { background-color: #AD9BAD; }

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

This div background color is #AD9BAD.

Border color

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

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

This div border color is #AD9BAD.

Opacity

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

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

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

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

This text has shadow with #AD9BAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD9BAD.

Preview

Color preview on black background

This text has color #AD9BAD on black background.


Color preview on white background

This text has color #AD9BAD on white background.


Black color preview on #AD9BAD background

This text has black color on #AD9BAD background.


White color preview on #AD9BAD background

This text has white color on #AD9BAD background.


Related colors

Complementary color

Complementary color for #hex is #526452.


I love getcolorcode.com

Triadic colors

1 #ADAD9B and #9BADAD with #AD9BAD are triadic colors.

2 #AD9BAD and #9BADAD with #AD9BAD are triadic colors.