COLOR #9997A5

HEX: #9997A5
RGB: (153,151,165)

Color info

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

RGB color model

#9997A5 color RGB value is (153,151,165).

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

RGB channels and saturation

R 153 of 255 = 60%
G 151 of 255 = 59%
B 165 of 255 = 65%

153
151
165

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

Portions of RGB colors in percentages

R + G + B =
153 + 151 + 165 = 469 (100%)
R 153 of 469 ~ 32.62%
G 151 of 469 ~ 32.2%
B 165 of 469 ~ 35.18%

%32.62
%32.2
%35.18

CMYK color model

#9997A5 color CMYK value is (7,8,0,35).

  • cyan value is 7.27%
  • magenta value is 8.48%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(7,8,0,35)
C7M8Y0K35 
(7%,8%,0%,35%)
(0.07/0.08/0.00/0.35)	

CMYK percentages

%7.27
%8.48
%0
%35.29

Codes

Color #9997A5 in popluar color models

9997A5
RGB153151165
HSL249°7.22%61.96%
HSB/HSV249°8.48%64.71%
CMYK7.27%8.48%0.00%
35.29%

Color #9997A5 in popluar number systems.

HEX9997A5
Decimal153151165
Binary100110011001011110100101
Octal231227245

Shades and tints

Shades of #9997A5

#9997A5
(153,151,165)
#8C8A96
(140,138,150)
#7F7D87
(127,125,135)
#727078
(114,112,120)
#656369
(101,99,105)
#58565A
(88,86,90)
#4B494B
(75,73,75)
#3E3C3C
(62,60,60)
#312F2D
(49,47,45)
#24221E
(36,34,30)
#17150F
(23,21,15)
#000000
(0,0,0)

Tints of #9997A5

#9997A5
(153,151,165)
#A2A0AD
(162,160,173)
#ABA9B5
(171,169,181)
#B4B2BD
(180,178,189)
#BDBBC5
(189,187,197)
#C6C4CD
(198,196,205)
#CFCDD5
(207,205,213)
#D8D6DD
(216,214,221)
#E1DFE5
(225,223,229)
#EAE8ED
(234,232,237)
#F3F1F5
(243,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9997A5; }

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

This text font color is #9997A5.


Background Color

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

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

This div background color is #9997A5.


Border color

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

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

This div border color is #9997A5.


Opacity

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

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

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

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

This text has shadow with #9997A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9997A5 on black background.


Color preview on white background

This text has color #9997A5 on white background.



Black color preview on #9997A5 background

This text has black color on #9997A5 background.


White color preview on #9997A5 background

This text has white color on #9997A5 background.