COLOR #9598CA

HEX: #9598CA
RGB: (149,152,202)

Color info

#9598CA contains red, green and blue colors in about the same proportion. Web safe color of #9598CA is #9999CC (or #99C).

RGB color model

#9598CA color RGB value is (149,152,202).

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

RGB channels and saturation

R 149 of 255 = 58%
G 152 of 255 = 60%
B 202 of 255 = 79%

149
152
202

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

Portions of RGB colors in percentages

R + G + B =
149 + 152 + 202 = 503 (100%)
R 149 of 503 ~ 29.62%
G 152 of 503 ~ 30.22%
B 202 of 503 ~ 40.16%

%29.62
%30.22
%40.16

CMYK color model

#9598CA color CMYK value is (26,25,0,21).

  • cyan value is 26.24%
  • magenta value is 24.75%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(26,25,0,21)
C26M25Y0K21 
(26%,25%,0%,21%)
(0.26/0.25/0.00/0.21)	

CMYK percentages

%26.24
%24.75
%0
%20.78

Codes

Color #9598CA in popluar color models

9598CA
RGB149152202
HSL237°33.33%68.82%
HSB/HSV237°26.24%79.22%
CMYK26.24%24.75%0.00%
20.78%

Color #9598CA in popluar number systems.

HEX9598CA
Decimal149152202
Binary100101011001100011001010
Octal225230312

Shades and tints

Shades of #9598CA

#9598CA
(149,152,202)
#888BB8
(136,139,184)
#7B7EA6
(123,126,166)
#6E7194
(110,113,148)
#616482
(97,100,130)
#545770
(84,87,112)
#474A5E
(71,74,94)
#3A3D4C
(58,61,76)
#2D303A
(45,48,58)
#202328
(32,35,40)
#131616
(19,22,22)
#000000
(0,0,0)

Tints of #9598CA

#9598CA
(149,152,202)
#9EA1CE
(158,161,206)
#A7AAD2
(167,170,210)
#B0B3D6
(176,179,214)
#B9BCDA
(185,188,218)
#C2C5DE
(194,197,222)
#CBCEE2
(203,206,226)
#D4D7E6
(212,215,230)
#DDE0EA
(221,224,234)
#E6E9EE
(230,233,238)
#EFF2F2
(239,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9598CA; }

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

This text font color is #9598CA.


Background Color

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

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

This div background color is #9598CA.


Border color

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

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

This div border color is #9598CA.


Opacity

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

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

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

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

This text has shadow with #9598CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9598CA on black background.


Color preview on white background

This text has color #9598CA on white background.



Black color preview on #9598CA background

This text has black color on #9598CA background.


White color preview on #9598CA background

This text has white color on #9598CA background.