COLOR #9797AB

HEX: #9797AB
RGB: (151,151,171)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

151
151
171

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

Portions of RGB colors in percentages

R + G + B =
151 + 151 + 171 = 473 (100%)
R 151 of 473 ~ 31.92%
G 151 of 473 ~ 31.92%
B 171 of 473 ~ 36.15%

%31.92
%31.92
%36.15

CMYK color model

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

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

CMYK percentages

%11.7
%11.7
%0
%32.94

Codes

Color #9797AB in popluar color models

9797AB
RGB151151171
HSL240°10.64%63.14%
HSB/HSV240°11.70%67.06%
CMYK11.70%11.70%0.00%
32.94%

Color #9797AB in popluar number systems.

HEX9797AB
Decimal151151171
Binary100101111001011110101011
Octal227227253

Shades and tints

Shades of #9797AB

#9797AB
(151,151,171)
#8A8A9C
(138,138,156)
#7D7D8D
(125,125,141)
#70707E
(112,112,126)
#63636F
(99,99,111)
#565660
(86,86,96)
#494951
(73,73,81)
#3C3C42
(60,60,66)
#2F2F33
(47,47,51)
#222224
(34,34,36)
#151515
(21,21,21)
#000000
(0,0,0)

Tints of #9797AB

#9797AB
(151,151,171)
#A0A0B2
(160,160,178)
#A9A9B9
(169,169,185)
#B2B2C0
(178,178,192)
#BBBBC7
(187,187,199)
#C4C4CE
(196,196,206)
#CDCDD5
(205,205,213)
#D6D6DC
(214,214,220)
#DFDFE3
(223,223,227)
#E8E8EA
(232,232,234)
#F1F1F1
(241,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9797AB; }

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

This text font color is #9797AB.


Background Color

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

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

This div background color is #9797AB.


Border color

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

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

This div border color is #9797AB.


Opacity

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

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

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

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

This text has shadow with #9797AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9797AB on black background.


Color preview on white background

This text has color #9797AB on white background.



Black color preview on #9797AB background

This text has black color on #9797AB background.


White color preview on #9797AB background

This text has white color on #9797AB background.