COLOR #997590

HEX: #997590
RGB: (153,117,144)

Color info

#997590 contains red, green and blue colors in about the same proportion. Web safe color of #997590 is #996699 (or #969).

RGB color model

#997590 color RGB value is (153,117,144).

  • red value is 153;
  • green value is 117;
  • blue value is 144.
RGB:
(153,117,144)
(60%,46%,56%)

RGB channels and saturation

R 153 of 255 = 60%
G 117 of 255 = 46%
B 144 of 255 = 56%

153
117
144

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

Portions of RGB colors in percentages

R + G + B =
153 + 117 + 144 = 414 (100%)
R 153 of 414 ~ 36.96%
G 117 of 414 ~ 28.26%
B 144 of 414 ~ 34.78%

%36.96
%28.26
%34.78

CMYK color model

#997590 color CMYK value is (0,24,6,40).

  • cyan value is 0.00%
  • magenta value is 23.53%
  • yellow value is 5.88%
  • key color value is 40.00%
CMYK:
(0,24,6,40)
C0M24Y6K40 
(0%,24%,6%,40%)
(0.00/0.24/0.06/0.40)	

CMYK percentages

%0
%23.53
%5.88
%40

Codes

Color #997590 in popluar color models

997590
RGB153117144
HSL315°15.00%52.94%
HSB/HSV315°23.53%60.00%
CMYK0.00%23.53%5.88%
40.00%

Color #997590 in popluar number systems.

HEX997590
Decimal153117144
Binary10011001111010110010000
Octal231165220

Shades and tints

Shades of #997590

#997590
(153,117,144)
#8C6B83
(140,107,131)
#7F6176
(127,97,118)
#725769
(114,87,105)
#654D5C
(101,77,92)
#58434F
(88,67,79)
#4B3942
(75,57,66)
#3E2F35
(62,47,53)
#312528
(49,37,40)
#241B1B
(36,27,27)
#17110E
(23,17,14)
#000000
(0,0,0)

Tints of #997590

#997590
(153,117,144)
#A2819A
(162,129,154)
#AB8DA4
(171,141,164)
#B499AE
(180,153,174)
#BDA5B8
(189,165,184)
#C6B1C2
(198,177,194)
#CFBDCC
(207,189,204)
#D8C9D6
(216,201,214)
#E1D5E0
(225,213,224)
#EAE1EA
(234,225,234)
#F3EDF4
(243,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #997590 color. Also use rgb(153,117,144) instead hex code.

Text Font Color

.myTextColor { color: #997590; }

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

This text font color is #997590.


Background Color

.myBgColor { background-color: #997590; }

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

This div background color is #997590.


Border color

.myBorderColor { border: 1px solid #997590; }

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

This div border color is #997590.


Opacity

.myOpacity80 { color: #997590; opacity: 0.8; }

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

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

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

This text has shadow with #997590 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #997590 on black background.


Color preview on white background

This text has color #997590 on white background.



Black color preview on #997590 background

This text has black color on #997590 background.


White color preview on #997590 background

This text has white color on #997590 background.