COLOR #9997A2

HEX: #9997A2
RGB: (153,151,162)

Color info

#9997A2 contains red, green and blue colors in about the same proportion. Web safe color of #9997A2 is #999999 (or #999).

RGB color model

#9997A2 color RGB value is (153,151,162).

  • red value is 153;
  • green value is 151;
  • blue value is 162.
RGB:
(153,151,162)
(60%,59%,64%)

RGB channels and saturation

R 153 of 255 = 60%
G 151 of 255 = 59%
B 162 of 255 = 64%

153
151
162

R + G + B ~ 61%. #9997A2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 151 + 162 = 466 (100%)
R 153 of 466 ~ 32.83%
G 151 of 466 ~ 32.4%
B 162 of 466 ~ 34.76%

%32.83
%32.4
%34.76

CMYK color model

#9997A2 color CMYK value is (6,7,0,36).

  • cyan value is 5.56%
  • magenta value is 6.79%
  • yellow value is 0.00%
  • key color value is 36.47%
CMYK:
(6,7,0,36)
C6M7Y0K36 
(6%,7%,0%,36%)
(0.06/0.07/0.00/0.36)	

CMYK percentages

%5.56
%6.79
%0
%36.47

Codes

Color #9997A2 in popluar color models

9997A2
RGB153151162
HSL251°5.58%61.37%
HSB/HSV251°6.79%63.53%
CMYK5.56%6.79%0.00%
36.47%

Color #9997A2 in popluar number systems.

HEX9997A2
Decimal153151162
Binary100110011001011110100010
Octal231227242

Shades and tints

Shades of #9997A2

#9997A2
(153,151,162)
#8C8A94
(140,138,148)
#7F7D86
(127,125,134)
#727078
(114,112,120)
#65636A
(101,99,106)
#58565C
(88,86,92)
#4B494E
(75,73,78)
#3E3C40
(62,60,64)
#312F32
(49,47,50)
#242224
(36,34,36)
#171516
(23,21,22)
#000000
(0,0,0)

Tints of #9997A2

#9997A2
(153,151,162)
#A2A0AA
(162,160,170)
#ABA9B2
(171,169,178)
#B4B2BA
(180,178,186)
#BDBBC2
(189,187,194)
#C6C4CA
(198,196,202)
#CFCDD2
(207,205,210)
#D8D6DA
(216,214,218)
#E1DFE2
(225,223,226)
#EAE8EA
(234,232,234)
#F3F1F2
(243,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9997A2 color. Also use rgb(153,151,162) instead hex code.

Text Font Color

.myTextColor { color: #9997A2; }

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

This text font color is #9997A2.


Background Color

.myBgColor { background-color: #9997A2; }

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

This div background color is #9997A2.


Border color

.myBorderColor { border: 1px solid #9997A2; }

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

This div border color is #9997A2.


Opacity

.myOpacity80 { color: #9997A2; opacity: 0.8; }

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

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

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

This text has shadow with #9997A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9997A2 on black background.


Color preview on white background

This text has color #9997A2 on white background.



Black color preview on #9997A2 background

This text has black color on #9997A2 background.


White color preview on #9997A2 background

This text has white color on #9997A2 background.