COLOR #997090

HEX: #997090
RGB: (153,112,144)

Color info

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

RGB color model

#997090 color RGB value is (153,112,144).

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

RGB channels and saturation

R 153 of 255 = 60%
G 112 of 255 = 44%
B 144 of 255 = 56%

153
112
144

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

Portions of RGB colors in percentages

R + G + B =
153 + 112 + 144 = 409 (100%)
R 153 of 409 ~ 37.41%
G 112 of 409 ~ 27.38%
B 144 of 409 ~ 35.21%

%37.41
%27.38
%35.21

CMYK color model

#997090 color CMYK value is (0,27,6,40).

  • cyan value is 0.00%
  • magenta value is 26.80%
  • yellow value is 5.88%
  • key color value is 40.00%
CMYK:
(0,27,6,40)
C0M27Y6K40 
(0%,27%,6%,40%)
(0.00/0.27/0.06/0.40)	

CMYK percentages

%0
%26.8
%5.88
%40

Codes

Color #997090 in popluar color models

997090
RGB153112144
HSL313°16.73%51.96%
HSB/HSV313°26.80%60.00%
CMYK0.00%26.80%5.88%
40.00%

Color #997090 in popluar number systems.

HEX997090
Decimal153112144
Binary10011001111000010010000
Octal231160220

Shades and tints

Shades of #997090

#997090
(153,112,144)
#8C6683
(140,102,131)
#7F5C76
(127,92,118)
#725269
(114,82,105)
#65485C
(101,72,92)
#583E4F
(88,62,79)
#4B3442
(75,52,66)
#3E2A35
(62,42,53)
#312028
(49,32,40)
#24161B
(36,22,27)
#170C0E
(23,12,14)
#000000
(0,0,0)

Tints of #997090

#997090
(153,112,144)
#A27D9A
(162,125,154)
#AB8AA4
(171,138,164)
#B497AE
(180,151,174)
#BDA4B8
(189,164,184)
#C6B1C2
(198,177,194)
#CFBECC
(207,190,204)
#D8CBD6
(216,203,214)
#E1D8E0
(225,216,224)
#EAE5EA
(234,229,234)
#F3F2F4
(243,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #997090; }

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

This text font color is #997090.


Background Color

.myBgColor { background-color: #997090; }

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

This div background color is #997090.


Border color

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

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

This div border color is #997090.


Opacity

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

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

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

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

This text has shadow with #997090 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #997090 on black background.


Color preview on white background

This text has color #997090 on white background.



Black color preview on #997090 background

This text has black color on #997090 background.


White color preview on #997090 background

This text has white color on #997090 background.