COLOR #AD99B3

HEX: #AD99B3
RGB: (173,153,179)

Color info

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

RGB color model

#AD99B3 color RGB value is (173,153,179).

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

RGB channels and saturation

R 173 of 255 = 68%
G 153 of 255 = 60%
B 179 of 255 = 70%

173
153
179

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

Portions of RGB colors in percentages

R + G + B =
173 + 153 + 179 = 505 (100%)
R 173 of 505 ~ 34.26%
G 153 of 505 ~ 30.3%
B 179 of 505 ~ 35.45%

%34.26
%30.3
%35.45

CMYK color model

#AD99B3 color CMYK value is (3,15,0,30).

  • cyan value is 3.35%
  • magenta value is 14.53%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(3,15,0,30)
C3M15Y0K30 
(3%,15%,0%,30%)
(0.03/0.15/0.00/0.30)	

CMYK percentages

%3.35
%14.53
%0
%29.8

Codes

Color #AD99B3 in popluar color models

AD99B3
RGB173153179
HSL286°14.61%65.10%
HSB/HSV286°14.53%70.20%
CMYK3.35%14.53%0.00%
29.80%

Color #AD99B3 in popluar number systems.

HEXAD99B3
Decimal173153179
Binary101011011001100110110011
Octal255231263

Shades and tints

Shades of #AD99B3

#AD99B3
(173,153,179)
#9E8CA3
(158,140,163)
#8F7F93
(143,127,147)
#807283
(128,114,131)
#716573
(113,101,115)
#625863
(98,88,99)
#534B53
(83,75,83)
#443E43
(68,62,67)
#353133
(53,49,51)
#262423
(38,36,35)
#171713
(23,23,19)
#000000
(0,0,0)

Tints of #AD99B3

#AD99B3
(173,153,179)
#B4A2B9
(180,162,185)
#BBABBF
(187,171,191)
#C2B4C5
(194,180,197)
#C9BDCB
(201,189,203)
#D0C6D1
(208,198,209)
#D7CFD7
(215,207,215)
#DED8DD
(222,216,221)
#E5E1E3
(229,225,227)
#ECEAE9
(236,234,233)
#F3F3EF
(243,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD99B3; }

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

This text font color is #AD99B3.


Background Color

.myBgColor { background-color: #AD99B3; }

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

This div background color is #AD99B3.


Border color

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

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

This div border color is #AD99B3.


Opacity

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

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

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

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

This text has shadow with #AD99B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD99B3 on black background.


Color preview on white background

This text has color #AD99B3 on white background.



Black color preview on #AD99B3 background

This text has black color on #AD99B3 background.


White color preview on #AD99B3 background

This text has white color on #AD99B3 background.