COLOR #9998AD

HEX: #9998AD
RGB: (153,152,173)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

153
152
173

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

Portions of RGB colors in percentages

R + G + B =
153 + 152 + 173 = 478 (100%)
R 153 of 478 ~ 32.01%
G 152 of 478 ~ 31.8%
B 173 of 478 ~ 36.19%

%32.01
%31.8
%36.19

CMYK color model

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

  • cyan value is 11.56%
  • magenta value is 12.14%
  • 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
%12.14
%0
%32.16

Codes

Color #9998AD in popluar color models

9998AD
RGB153152173
HSL243°11.35%63.73%
HSB/HSV243°12.14%67.84%
CMYK11.56%12.14%0.00%
32.16%

Color #9998AD in popluar number systems.

HEX9998AD
Decimal153152173
Binary100110011001100010101101
Octal231230255

Shades and tints

Shades of #9998AD

#9998AD
(153,152,173)
#8C8B9E
(140,139,158)
#7F7E8F
(127,126,143)
#727180
(114,113,128)
#656471
(101,100,113)
#585762
(88,87,98)
#4B4A53
(75,74,83)
#3E3D44
(62,61,68)
#313035
(49,48,53)
#242326
(36,35,38)
#171617
(23,22,23)
#000000
(0,0,0)

Tints of #9998AD

#9998AD
(153,152,173)
#A2A1B4
(162,161,180)
#ABAABB
(171,170,187)
#B4B3C2
(180,179,194)
#BDBCC9
(189,188,201)
#C6C5D0
(198,197,208)
#CFCED7
(207,206,215)
#D8D7DE
(216,215,222)
#E1E0E5
(225,224,229)
#EAE9EC
(234,233,236)
#F3F2F3
(243,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9998AD; }

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

This text font color is #9998AD.


Background Color

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

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

This div background color is #9998AD.


Border color

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

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

This div border color is #9998AD.


Opacity

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

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

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

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

This text has shadow with #9998AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9998AD on black background.


Color preview on white background

This text has color #9998AD on white background.



Black color preview on #9998AD background

This text has black color on #9998AD background.


White color preview on #9998AD background

This text has white color on #9998AD background.