COLOR #997F90

HEX: #997F90 RGB: (153,127,144)

Color info

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

RGB color model

#997F90 color RGB value is (153,127,144).

RGB: (153,127,144) (60%, 50%, 56%)

RGB channels and saturation

R 153 of 255 = 60%
G 127 of 255 = 50%
B 144 of 255 = 56%

153
127
144

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

Portions of RGB colors in percentages

R + G + B = 153 + 127 + 144 = 424 (100%)
R 153 of 424 ~ 36.08%
G 127 of 424 ~ 29.95%
B 144 of 424 ~ 33.96'%

%36.08
%29.95
%33.96

CMYK color model

#997F90 color CMYK value is (0,17,6,40).

  • cyan value is 0.00%
  • magenta value is 16.99%
  • yellow value is 5.88%
  • key color value is 40.00%

CMYK: (0,17,6,40)
C0M17Y6K40 (0%, 17%, 6%, 40%)
(0.00 / 0.17 / 0.06 / 0.40)

CMYK percentages

%0
%16.99
%5.88
%40

Codes

Color #997F90 in popluar color models

99 7F 90
RGB 153 127 144
HSL 321° 11.30% 54.90%
HSB/HSV 321° 16.99% 60.00%
CMYK 0.00% 16.99% 5.88%
40.00%

Color #997F90 in popluar number systems.

HEX 99 7F 90
Decimal 153 127 144
Binary 10011001 1111111 10010000
Octal 231 177 220

Shades and tints

Shades of #997F90

#997F90
(153,127,144)
#8C7483
(140,116,131)
#7F6976
(127,105,118)
#725E69
(114,94,105)
#65535C
(101,83,92)
#58484F
(88,72,79)
#4B3D42
(75,61,66)
#3E3235
(62,50,53)
#312728
(49,39,40)
#241C1B
(36,28,27)
#17110E
(23,17,14)
#000000
(0,0,0)

Tints of #997F90

#997F90
(153,127,144)
#A28A9A
(162,138,154)
#AB95A4
(171,149,164)
#B4A0AE
(180,160,174)
#BDABB8
(189,171,184)
#C6B6C2
(198,182,194)
#CFC1CC
(207,193,204)
#D8CCD6
(216,204,214)
#E1D7E0
(225,215,224)
#EAE2EA
(234,226,234)
#F3EDF4
(243,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #997F90; }

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

This text font color is #997F90.

Background Color

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

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

This div background color is #997F90.

Border color

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

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

This div border color is #997F90.

Opacity

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

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

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

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

This text has shadow with #997F90 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #997F90.

Preview

Color preview on black background

This text has color #997F90 on black background.


Color preview on white background

This text has color #997F90 on white background.


Black color preview on #997F90 background

This text has black color on #997F90 background.


White color preview on #997F90 background

This text has white color on #997F90 background.


Related colors

Complementary color

Complementary color for #hex is #66806F.


I love getcolorcode.com

Triadic colors

1 #90997F and #7F9099 with #997F90 are triadic colors.

2 #907F99 and #7F9990 with #997F90 are triadic colors.