COLOR #9598C5

HEX: #9598C5 RGB: (149,152,197)

Color info

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

RGB color model

#9598C5 color RGB value is (149,152,197).

RGB: (149,152,197) (58%, 60%, 77%)

RGB channels and saturation

R 149 of 255 = 58%
G 152 of 255 = 60%
B 197 of 255 = 77%

149
152
197

R + G + B ~ 65%. #9598C5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 149 + 152 + 197 = 498 (100%)
R 149 of 498 ~ 29.92%
G 152 of 498 ~ 30.52%
B 197 of 498 ~ 39.56'%

%29.92
%30.52
%39.56

CMYK color model

#9598C5 color CMYK value is (24,23,0,23).

  • cyan value is 24.37%
  • magenta value is 22.84%
  • yellow value is 0.00%
  • key color value is 22.75%

CMYK: (24,23,0,23)
C24M23Y0K23 (24%, 23%, 0%, 23%)
(0.24 / 0.23 / 0.00 / 0.23)

CMYK percentages

%24.37
%22.84
%0
%22.75

Codes

Color #9598C5 in popluar color models

95 98 C5
RGB 149 152 197
HSL 236° 29.27% 67.84%
HSB/HSV 236° 24.37% 77.25%
CMYK 24.37% 22.84% 0.00%
22.75%

Color #9598C5 in popluar number systems.

HEX 95 98 C5
Decimal 149 152 197
Binary 10010101 10011000 11000101
Octal 225 230 305

Shades and tints

Shades of #9598C5

#9598C5
(149,152,197)
#888BB4
(136,139,180)
#7B7EA3
(123,126,163)
#6E7192
(110,113,146)
#616481
(97,100,129)
#545770
(84,87,112)
#474A5F
(71,74,95)
#3A3D4E
(58,61,78)
#2D303D
(45,48,61)
#20232C
(32,35,44)
#13161B
(19,22,27)
#000000
(0,0,0)

Tints of #9598C5

#9598C5
(149,152,197)
#9EA1CA
(158,161,202)
#A7AACF
(167,170,207)
#B0B3D4
(176,179,212)
#B9BCD9
(185,188,217)
#C2C5DE
(194,197,222)
#CBCEE3
(203,206,227)
#D4D7E8
(212,215,232)
#DDE0ED
(221,224,237)
#E6E9F2
(230,233,242)
#EFF2F7
(239,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9598C5; }

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

This text font color is #9598C5.

Background Color

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

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

This div background color is #9598C5.

Border color

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

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

This div border color is #9598C5.

Opacity

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

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

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

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

This text has shadow with #9598C5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9598C5.

Preview

Color preview on black background

This text has color #9598C5 on black background.


Color preview on white background

This text has color #9598C5 on white background.


Black color preview on #9598C5 background

This text has black color on #9598C5 background.


White color preview on #9598C5 background

This text has white color on #9598C5 background.


Related colors

Complementary color

Complementary color for #hex is #6A673A.


I love getcolorcode.com

Triadic colors

1 #C59598 and #98C595 with #9598C5 are triadic colors.

2 #C59895 and #9895C5 with #9598C5 are triadic colors.