COLOR #97A1AE

HEX: #97A1AE
RGB: (151,161,174)

Color info

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

RGB color model

#97A1AE color RGB value is (151,161,174).

  • red value is 151;
  • green value is 161;
  • blue value is 174.
RGB:
(151,161,174)
(59%,63%,68%)

RGB channels and saturation

R 151 of 255 = 59%
G 161 of 255 = 63%
B 174 of 255 = 68%

151
161
174

R + G + B ~ 63%. #97A1AE is quite light color.

Portions of RGB colors in percentages

R + G + B =
151 + 161 + 174 = 486 (100%)
R 151 of 486 ~ 31.07%
G 161 of 486 ~ 33.13%
B 174 of 486 ~ 35.8%

%31.07
%33.13
%35.8

CMYK color model

#97A1AE color CMYK value is (13,7,0,32).

  • cyan value is 13.22%
  • magenta value is 7.47%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(13,7,0,32)
C13M7Y0K32 
(13%,7%,0%,32%)
(0.13/0.07/0.00/0.32)	

CMYK percentages

%13.22
%7.47
%0
%31.76

Codes

Color #97A1AE in popluar color models

97A1AE
RGB151161174
HSL214°12.43%63.73%
HSB/HSV214°13.22%68.24%
CMYK13.22%7.47%0.00%
31.76%

Color #97A1AE in popluar number systems.

HEX97A1AE
Decimal151161174
Binary100101111010000110101110
Octal227241256

Shades and tints

Shades of #97A1AE

#97A1AE
(151,161,174)
#8A939F
(138,147,159)
#7D8590
(125,133,144)
#707781
(112,119,129)
#636972
(99,105,114)
#565B63
(86,91,99)
#494D54
(73,77,84)
#3C3F45
(60,63,69)
#2F3136
(47,49,54)
#222327
(34,35,39)
#151518
(21,21,24)
#000000
(0,0,0)

Tints of #97A1AE

#97A1AE
(151,161,174)
#A0A9B5
(160,169,181)
#A9B1BC
(169,177,188)
#B2B9C3
(178,185,195)
#BBC1CA
(187,193,202)
#C4C9D1
(196,201,209)
#CDD1D8
(205,209,216)
#D6D9DF
(214,217,223)
#DFE1E6
(223,225,230)
#E8E9ED
(232,233,237)
#F1F1F4
(241,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97A1AE color. Also use rgb(151,161,174) instead hex code.

Text Font Color

.myTextColor { color: #97A1AE; }

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

This text font color is #97A1AE.


Background Color

.myBgColor { background-color: #97A1AE; }

<div style="background-color:#97A1AE">Inner text</div>

This div background color is #97A1AE.


Border color

.myBorderColor { border: 1px solid #97A1AE; }

<div style="border:3px solid #97A1AE">Div</div>

This div border color is #97A1AE.


Opacity

.myOpacity80 { color: #97A1AE; opacity: 0.8; }

<p style="color:#97A1AE;opacity:0.8;">80%</p>

Text with #97A1AE 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 #97A1AE;}

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

This text has shadow with #97A1AE color.

.textShadow {text-shadow: 3px 3px 1px #97A1AE, 3px 3px 1px red;}

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

This text has shadow with #97A1AE primary color and red secondary color.


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

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

This text has shadow with #97A1AE and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97A1AE on black background.


Color preview on white background

This text has color #97A1AE on white background.



Black color preview on #97A1AE background

This text has black color on #97A1AE background.


White color preview on #97A1AE background

This text has white color on #97A1AE background.