COLOR #9999AD

HEX: #9999AD
RGB: (153,153,173)

Color info

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

RGB color model

#9999AD color RGB value is (153,153,173).

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

RGB channels and saturation

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

153
153
173

R + G + B ~ 63%. #9999AD is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 153 + 173 = 479 (100%)
R 153 of 479 ~ 31.94%
G 153 of 479 ~ 31.94%
B 173 of 479 ~ 36.12%

%31.94
%31.94
%36.12

CMYK color model

#9999AD color CMYK value is (12,12,0,32).

  • cyan value is 11.56%
  • magenta value is 11.56%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(12,12,0,32)
C12M12Y0K32 
(12%,12%,0%,32%)
(0.12/0.12/0.00/0.32)	

CMYK percentages

%11.56
%11.56
%0
%32.16

Codes

Color #9999AD in popluar color models

9999AD
RGB153153173
HSL240°10.87%63.92%
HSB/HSV240°11.56%67.84%
CMYK11.56%11.56%0.00%
32.16%

Color #9999AD in popluar number systems.

HEX9999AD
Decimal153153173
Binary100110011001100110101101
Octal231231255

Shades and tints

Shades of #9999AD

#9999AD
(153,153,173)
#8C8C9E
(140,140,158)
#7F7F8F
(127,127,143)
#727280
(114,114,128)
#656571
(101,101,113)
#585862
(88,88,98)
#4B4B53
(75,75,83)
#3E3E44
(62,62,68)
#313135
(49,49,53)
#242426
(36,36,38)
#171717
(23,23,23)
#000000
(0,0,0)

Tints of #9999AD

#9999AD
(153,153,173)
#A2A2B4
(162,162,180)
#ABABBB
(171,171,187)
#B4B4C2
(180,180,194)
#BDBDC9
(189,189,201)
#C6C6D0
(198,198,208)
#CFCFD7
(207,207,215)
#D8D8DE
(216,216,222)
#E1E1E5
(225,225,229)
#EAEAEC
(234,234,236)
#F3F3F3
(243,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9999AD; }

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

This text font color is #9999AD.


Background Color

.myBgColor { background-color: #9999AD; }

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

This div background color is #9999AD.


Border color

.myBorderColor { border: 1px solid #9999AD; }

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

This div border color is #9999AD.


Opacity

.myOpacity80 { color: #9999AD; opacity: 0.8; }

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

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

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

This text has shadow with #9999AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9999AD on black background.


Color preview on white background

This text has color #9999AD on white background.



Black color preview on #9999AD background

This text has black color on #9999AD background.


White color preview on #9999AD background

This text has white color on #9999AD background.