COLOR #997FA2

HEX: #997FA2 RGB: (153,127,162)

Color info

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

RGB color model

#997FA2 color RGB value is (153,127,162).

RGB: (153,127,162) (60%, 50%, 64%)

RGB channels and saturation

R 153 of 255 = 60%
G 127 of 255 = 50%
B 162 of 255 = 64%

153
127
162

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

Portions of RGB colors in percentages

R + G + B = 153 + 127 + 162 = 442 (100%)
R 153 of 442 ~ 34.62%
G 127 of 442 ~ 28.73%
B 162 of 442 ~ 36.65'%

%34.62
%28.73
%36.65

CMYK color model

#997FA2 color CMYK value is (6,22,0,36).

  • cyan value is 5.56%
  • magenta value is 21.60%
  • yellow value is 0.00%
  • key color value is 36.47%

CMYK: (6,22,0,36)
C6M22Y0K36 (6%, 22%, 0%, 36%)
(0.06 / 0.22 / 0.00 / 0.36)

CMYK percentages

%5.56
%21.6
%0
%36.47

Codes

Color #997FA2 in popluar color models

99 7F A2
RGB 153 127 162
HSL 285° 15.84% 56.67%
HSB/HSV 285° 21.60% 63.53%
CMYK 5.56% 21.60% 0.00%
36.47%

Color #997FA2 in popluar number systems.

HEX 99 7F A2
Decimal 153 127 162
Binary 10011001 1111111 10100010
Octal 231 177 242

Shades and tints

Shades of #997FA2

#997FA2
(153,127,162)
#8C7494
(140,116,148)
#7F6986
(127,105,134)
#725E78
(114,94,120)
#65536A
(101,83,106)
#58485C
(88,72,92)
#4B3D4E
(75,61,78)
#3E3240
(62,50,64)
#312732
(49,39,50)
#241C24
(36,28,36)
#171116
(23,17,22)
#000000
(0,0,0)

Tints of #997FA2

#997FA2
(153,127,162)
#A28AAA
(162,138,170)
#AB95B2
(171,149,178)
#B4A0BA
(180,160,186)
#BDABC2
(189,171,194)
#C6B6CA
(198,182,202)
#CFC1D2
(207,193,210)
#D8CCDA
(216,204,218)
#E1D7E2
(225,215,226)
#EAE2EA
(234,226,234)
#F3EDF2
(243,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #997FA2; }

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

This text font color is #997FA2.

Background Color

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

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

This div background color is #997FA2.

Border color

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

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

This div border color is #997FA2.

Opacity

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

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

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

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

This text has shadow with #997FA2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #997FA2.

Preview

Color preview on black background

This text has color #997FA2 on black background.


Color preview on white background

This text has color #997FA2 on white background.


Black color preview on #997FA2 background

This text has black color on #997FA2 background.


White color preview on #997FA2 background

This text has white color on #997FA2 background.


Related colors

Complementary color

Complementary color for #hex is #66805D.


I love getcolorcode.com

Triadic colors

1 #A2997F and #7FA299 with #997FA2 are triadic colors.

2 #A27F99 and #7F99A2 with #997FA2 are triadic colors.