COLOR #9598AD

HEX: #9598AD
RGB: (149,152,173)

Color info

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

RGB color model

#9598AD color RGB value is (149,152,173).

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

RGB channels and saturation

R 149 of 255 = 58%
G 152 of 255 = 60%
B 173 of 255 = 68%

149
152
173

R + G + B ~ 62%. #9598AD is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 152 + 173 = 474 (100%)
R 149 of 474 ~ 31.43%
G 152 of 474 ~ 32.07%
B 173 of 474 ~ 36.5%

%31.43
%32.07
%36.5

CMYK color model

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

  • cyan value is 13.87%
  • magenta value is 12.14%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(14,12,0,32)
C14M12Y0K32 
(14%,12%,0%,32%)
(0.14/0.12/0.00/0.32)	

CMYK percentages

%13.87
%12.14
%0
%32.16

Codes

Color #9598AD in popluar color models

9598AD
RGB149152173
HSL233°12.77%63.14%
HSB/HSV233°13.87%67.84%
CMYK13.87%12.14%0.00%
32.16%

Color #9598AD in popluar number systems.

HEX9598AD
Decimal149152173
Binary100101011001100010101101
Octal225230255

Shades and tints

Shades of #9598AD

#9598AD
(149,152,173)
#888B9E
(136,139,158)
#7B7E8F
(123,126,143)
#6E7180
(110,113,128)
#616471
(97,100,113)
#545762
(84,87,98)
#474A53
(71,74,83)
#3A3D44
(58,61,68)
#2D3035
(45,48,53)
#202326
(32,35,38)
#131617
(19,22,23)
#000000
(0,0,0)

Tints of #9598AD

#9598AD
(149,152,173)
#9EA1B4
(158,161,180)
#A7AABB
(167,170,187)
#B0B3C2
(176,179,194)
#B9BCC9
(185,188,201)
#C2C5D0
(194,197,208)
#CBCED7
(203,206,215)
#D4D7DE
(212,215,222)
#DDE0E5
(221,224,229)
#E6E9EC
(230,233,236)
#EFF2F3
(239,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9598AD; }

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

This text font color is #9598AD.


Background Color

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

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

This div background color is #9598AD.


Border color

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

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

This div border color is #9598AD.


Opacity

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

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

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

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

This text has shadow with #9598AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9598AD on black background.


Color preview on white background

This text has color #9598AD on white background.



Black color preview on #9598AD background

This text has black color on #9598AD background.


White color preview on #9598AD background

This text has white color on #9598AD background.