COLOR #AD99AB

HEX: #AD99AB RGB: (173,153,171)

Color info

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

RGB color model

#AD99AB color RGB value is (173,153,171).

RGB: (173,153,171) (68%, 60%, 67%)

RGB channels and saturation

R 173 of 255 = 68%
G 153 of 255 = 60%
B 171 of 255 = 67%

173
153
171

R + G + B ~ 65%. #AD99AB is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 153 + 171 = 497 (100%)
R 173 of 497 ~ 34.81%
G 153 of 497 ~ 30.78%
B 171 of 497 ~ 34.41'%

%34.81
%30.78
%34.41

CMYK color model

#AD99AB color CMYK value is (0,12,1,32).

  • cyan value is 0.00%
  • magenta value is 11.56%
  • yellow value is 1.16%
  • key color value is 32.16%

CMYK: (0,12,1,32)
C0M12Y1K32 (0%, 12%, 1%, 32%)
(0.00 / 0.12 / 0.01 / 0.32)

CMYK percentages

%0
%11.56
%1.16
%32.16

Codes

Color #AD99AB in popluar color models

AD 99 AB
RGB 173 153 171
HSL 306° 10.87% 63.92%
HSB/HSV 306° 11.56% 67.84%
CMYK 0.00% 11.56% 1.16%
32.16%

Color #AD99AB in popluar number systems.

HEX AD 99 AB
Decimal 173 153 171
Binary 10101101 10011001 10101011
Octal 255 231 253

Shades and tints

Shades of #AD99AB

#AD99AB
(173,153,171)
#9E8C9C
(158,140,156)
#8F7F8D
(143,127,141)
#80727E
(128,114,126)
#71656F
(113,101,111)
#625860
(98,88,96)
#534B51
(83,75,81)
#443E42
(68,62,66)
#353133
(53,49,51)
#262424
(38,36,36)
#171715
(23,23,21)
#000000
(0,0,0)

Tints of #AD99AB

#AD99AB
(173,153,171)
#B4A2B2
(180,162,178)
#BBABB9
(187,171,185)
#C2B4C0
(194,180,192)
#C9BDC7
(201,189,199)
#D0C6CE
(208,198,206)
#D7CFD5
(215,207,213)
#DED8DC
(222,216,220)
#E5E1E3
(229,225,227)
#ECEAEA
(236,234,234)
#F3F3F1
(243,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD99AB; }

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

This text font color is #AD99AB.

Background Color

.myBgColor { background-color: #AD99AB; }

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

This div background color is #AD99AB.

Border color

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

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

This div border color is #AD99AB.

Opacity

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

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

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

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

This text has shadow with #AD99AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD99AB.

Preview

Color preview on black background

This text has color #AD99AB on black background.


Color preview on white background

This text has color #AD99AB on white background.


Black color preview on #AD99AB background

This text has black color on #AD99AB background.


White color preview on #AD99AB background

This text has white color on #AD99AB background.


Related colors

Complementary color

Complementary color for #hex is #526654.


I love getcolorcode.com

Triadic colors

1 #ABAD99 and #99ABAD with #AD99AB are triadic colors.

2 #AB99AD and #99ADAB with #AD99AB are triadic colors.