COLOR #997E90

HEX: #997E90
RGB: (153,126,144)

Color info

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

RGB color model

#997E90 color RGB value is (153,126,144).

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

RGB channels and saturation

R 153 of 255 = 60%
G 126 of 255 = 49%
B 144 of 255 = 56%

153
126
144

R + G + B ~ 55%. #997E90 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
153 + 126 + 144 = 423 (100%)
R 153 of 423 ~ 36.17%
G 126 of 423 ~ 29.79%
B 144 of 423 ~ 34.04%

%36.17
%29.79
%34.04

CMYK color model

#997E90 color CMYK value is (0,18,6,40).

  • cyan value is 0.00%
  • magenta value is 17.65%
  • yellow value is 5.88%
  • key color value is 40.00%
CMYK:
(0,18,6,40)
C0M18Y6K40 
(0%,18%,6%,40%)
(0.00/0.18/0.06/0.40)	

CMYK percentages

%0
%17.65
%5.88
%40

Codes

Color #997E90 in popluar color models

997E90
RGB153126144
HSL320°11.69%54.71%
HSB/HSV320°17.65%60.00%
CMYK0.00%17.65%5.88%
40.00%

Color #997E90 in popluar number systems.

HEX997E90
Decimal153126144
Binary10011001111111010010000
Octal231176220

Shades and tints

Shades of #997E90

#997E90
(153,126,144)
#8C7383
(140,115,131)
#7F6876
(127,104,118)
#725D69
(114,93,105)
#65525C
(101,82,92)
#58474F
(88,71,79)
#4B3C42
(75,60,66)
#3E3135
(62,49,53)
#312628
(49,38,40)
#241B1B
(36,27,27)
#17100E
(23,16,14)
#000000
(0,0,0)

Tints of #997E90

#997E90
(153,126,144)
#A2899A
(162,137,154)
#AB94A4
(171,148,164)
#B49FAE
(180,159,174)
#BDAAB8
(189,170,184)
#C6B5C2
(198,181,194)
#CFC0CC
(207,192,204)
#D8CBD6
(216,203,214)
#E1D6E0
(225,214,224)
#EAE1EA
(234,225,234)
#F3ECF4
(243,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #997E90; }

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

This text font color is #997E90.


Background Color

.myBgColor { background-color: #997E90; }

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

This div background color is #997E90.


Border color

.myBorderColor { border: 1px solid #997E90; }

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

This div border color is #997E90.


Opacity

.myOpacity80 { color: #997E90; opacity: 0.8; }

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

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

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

This text has shadow with #997E90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #997E90 on black background.


Color preview on white background

This text has color #997E90 on white background.



Black color preview on #997E90 background

This text has black color on #997E90 background.


White color preview on #997E90 background

This text has white color on #997E90 background.