COLOR #9997AB

HEX: #9997AB
RGB: (153,151,171)

Color info

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

RGB color model

#9997AB color RGB value is (153,151,171).

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

RGB channels and saturation

R 153 of 255 = 60%
G 151 of 255 = 59%
B 171 of 255 = 67%

153
151
171

R + G + B ~ 62%. #9997AB is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 151 + 171 = 475 (100%)
R 153 of 475 ~ 32.21%
G 151 of 475 ~ 31.79%
B 171 of 475 ~ 36%

%32.21
%31.79
%36

CMYK color model

#9997AB color CMYK value is (11,12,0,33).

  • cyan value is 10.53%
  • magenta value is 11.70%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(11,12,0,33)
C11M12Y0K33 
(11%,12%,0%,33%)
(0.11/0.12/0.00/0.33)	

CMYK percentages

%10.53
%11.7
%0
%32.94

Codes

Color #9997AB in popluar color models

9997AB
RGB153151171
HSL246°10.64%63.14%
HSB/HSV246°11.70%67.06%
CMYK10.53%11.70%0.00%
32.94%

Color #9997AB in popluar number systems.

HEX9997AB
Decimal153151171
Binary100110011001011110101011
Octal231227253

Shades and tints

Shades of #9997AB

#9997AB
(153,151,171)
#8C8A9C
(140,138,156)
#7F7D8D
(127,125,141)
#72707E
(114,112,126)
#65636F
(101,99,111)
#585660
(88,86,96)
#4B4951
(75,73,81)
#3E3C42
(62,60,66)
#312F33
(49,47,51)
#242224
(36,34,36)
#171515
(23,21,21)
#000000
(0,0,0)

Tints of #9997AB

#9997AB
(153,151,171)
#A2A0B2
(162,160,178)
#ABA9B9
(171,169,185)
#B4B2C0
(180,178,192)
#BDBBC7
(189,187,199)
#C6C4CE
(198,196,206)
#CFCDD5
(207,205,213)
#D8D6DC
(216,214,220)
#E1DFE3
(225,223,227)
#EAE8EA
(234,232,234)
#F3F1F1
(243,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9997AB; }

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

This text font color is #9997AB.


Background Color

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

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

This div background color is #9997AB.


Border color

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

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

This div border color is #9997AB.


Opacity

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

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

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

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

This text has shadow with #9997AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9997AB on black background.


Color preview on white background

This text has color #9997AB on white background.



Black color preview on #9997AB background

This text has black color on #9997AB background.


White color preview on #9997AB background

This text has white color on #9997AB background.