COLOR #99598B

HEX: #99598B
RGB: (153,89,139)

Color info

#99598B contains mainly red and blue colors. Web safe color of #99598B is #996699 (or #969).

RGB color model

#99598B color RGB value is (153,89,139).

  • red value is 153;
  • green value is 89;
  • blue value is 139.
RGB:
(153,89,139)
(60%,35%,55%)

RGB channels and saturation

R 153 of 255 = 60%
G 89 of 255 = 35%
B 139 of 255 = 55%

153
89
139

R + G + B ~ 50%. #99598B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
153 + 89 + 139 = 381 (100%)
R 153 of 381 ~ 40.16%
G 89 of 381 ~ 23.36%
B 139 of 381 ~ 36.48%

%40.16
%23.36
%36.48

CMYK color model

#99598B color CMYK value is (0,42,9,40).

  • cyan value is 0.00%
  • magenta value is 41.83%
  • yellow value is 9.15%
  • key color value is 40.00%
CMYK:
(0,42,9,40)
C0M42Y9K40 
(0%,42%,9%,40%)
(0.00/0.42/0.09/0.40)	

CMYK percentages

%0
%41.83
%9.15
%40

Codes

Color #99598B in popluar color models

99598B
RGB15389139
HSL313°26.45%47.45%
HSB/HSV313°41.83%60.00%
CMYK0.00%41.83%9.15%
40.00%

Color #99598B in popluar number systems.

HEX99598B
Decimal15389139
Binary10011001101100110001011
Octal231131213

Shades and tints

Shades of #99598B

#99598B
(153,89,139)
#8C517F
(140,81,127)
#7F4973
(127,73,115)
#724167
(114,65,103)
#65395B
(101,57,91)
#58314F
(88,49,79)
#4B2943
(75,41,67)
#3E2137
(62,33,55)
#31192B
(49,25,43)
#24111F
(36,17,31)
#170913
(23,9,19)
#000000
(0,0,0)

Tints of #99598B

#99598B
(153,89,139)
#A26895
(162,104,149)
#AB779F
(171,119,159)
#B486A9
(180,134,169)
#BD95B3
(189,149,179)
#C6A4BD
(198,164,189)
#CFB3C7
(207,179,199)
#D8C2D1
(216,194,209)
#E1D1DB
(225,209,219)
#EAE0E5
(234,224,229)
#F3EFEF
(243,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99598B color. Also use rgb(153,89,139) instead hex code.

Text Font Color

.myTextColor { color: #99598B; }

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

This text font color is #99598B.


Background Color

.myBgColor { background-color: #99598B; }

<div style="background-color:#99598B">Inner text</div>

This div background color is #99598B.


Border color

.myBorderColor { border: 1px solid #99598B; }

<div style="border:3px solid #99598B">Div</div>

This div border color is #99598B.


Opacity

.myOpacity80 { color: #99598B; opacity: 0.8; }

<p style="color:#99598B;opacity:0.8;">80%</p>

Text with #99598B 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 #99598B;}

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

This text has shadow with #99598B color.

.textShadow {text-shadow: 3px 3px 1px #99598B, 3px 3px 1px red;}

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

This text has shadow with #99598B primary color and red secondary color.


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

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

This text has shadow with #99598B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99598B on black background.


Color preview on white background

This text has color #99598B on white background.



Black color preview on #99598B background

This text has black color on #99598B background.


White color preview on #99598B background

This text has white color on #99598B background.