COLOR #9598AF

HEX: #9598AF RGB: (149,152,175)

Color info

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

RGB color model

#9598AF color RGB value is (149,152,175).

RGB: (149,152,175) (58%, 60%, 69%)

RGB channels and saturation

R 149 of 255 = 58%
G 152 of 255 = 60%
B 175 of 255 = 69%

149
152
175

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

Portions of RGB colors in percentages

R + G + B = 149 + 152 + 175 = 476 (100%)
R 149 of 476 ~ 31.3%
G 152 of 476 ~ 31.93%
B 175 of 476 ~ 36.76'%

%31.3
%31.93
%36.76

CMYK color model

#9598AF color CMYK value is (15,13,0,31).

  • cyan value is 14.86%
  • magenta value is 13.14%
  • yellow value is 0.00%
  • key color value is 31.37%

CMYK: (15,13,0,31)
C15M13Y0K31 (15%, 13%, 0%, 31%)
(0.15 / 0.13 / 0.00 / 0.31)

CMYK percentages

%14.86
%13.14
%0
%31.37

Codes

Color #9598AF in popluar color models

95 98 AF
RGB 149 152 175
HSL 233° 13.98% 63.53%
HSB/HSV 233° 14.86% 68.63%
CMYK 14.86% 13.14% 0.00%
31.37%

Color #9598AF in popluar number systems.

HEX 95 98 AF
Decimal 149 152 175
Binary 10010101 10011000 10101111
Octal 225 230 257

Shades and tints

Shades of #9598AF

#9598AF
(149,152,175)
#888BA0
(136,139,160)
#7B7E91
(123,126,145)
#6E7182
(110,113,130)
#616473
(97,100,115)
#545764
(84,87,100)
#474A55
(71,74,85)
#3A3D46
(58,61,70)
#2D3037
(45,48,55)
#202328
(32,35,40)
#131619
(19,22,25)
#000000
(0,0,0)

Tints of #9598AF

#9598AF
(149,152,175)
#9EA1B6
(158,161,182)
#A7AABD
(167,170,189)
#B0B3C4
(176,179,196)
#B9BCCB
(185,188,203)
#C2C5D2
(194,197,210)
#CBCED9
(203,206,217)
#D4D7E0
(212,215,224)
#DDE0E7
(221,224,231)
#E6E9EE
(230,233,238)
#EFF2F5
(239,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9598AF; }

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

This text font color is #9598AF.

Background Color

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

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

This div background color is #9598AF.

Border color

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

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

This div border color is #9598AF.

Opacity

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

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

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

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

This text has shadow with #9598AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9598AF.

Preview

Color preview on black background

This text has color #9598AF on black background.


Color preview on white background

This text has color #9598AF on white background.


Black color preview on #9598AF background

This text has black color on #9598AF background.


White color preview on #9598AF background

This text has white color on #9598AF background.


Related colors

Complementary color

Complementary color for #hex is #6A6750.


I love getcolorcode.com

Triadic colors

1 #AF9598 and #98AF95 with #9598AF are triadic colors.

2 #AF9895 and #9895AF with #9598AF are triadic colors.