COLOR #97B3A7

HEX: #97B3A7
RGB: (151,179,167)

Color info

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

RGB color model

#97B3A7 color RGB value is (151,179,167).

  • red value is 151;
  • green value is 179;
  • blue value is 167.
RGB:
(151,179,167)
(59%,70%,65%)

RGB channels and saturation

R 151 of 255 = 59%
G 179 of 255 = 70%
B 167 of 255 = 65%

151
179
167

R + G + B ~ 65%. #97B3A7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
151 + 179 + 167 = 497 (100%)
R 151 of 497 ~ 30.38%
G 179 of 497 ~ 36.02%
B 167 of 497 ~ 33.6%

%30.38
%36.02
%33.6

CMYK color model

#97B3A7 color CMYK value is (16,0,7,30).

  • cyan value is 15.64%
  • magenta value is 0.00%
  • yellow value is 6.70%
  • key color value is 29.80%
CMYK:
(16,0,7,30)
C16M0Y7K30 
(16%,0%,7%,30%)
(0.16/0.00/0.07/0.30)	

CMYK percentages

%15.64
%0
%6.7
%29.8

Codes

Color #97B3A7 in popluar color models

97B3A7
RGB151179167
HSL154°15.56%64.71%
HSB/HSV154°15.64%70.20%
CMYK15.64%0.00%6.70%
29.80%

Color #97B3A7 in popluar number systems.

HEX97B3A7
Decimal151179167
Binary100101111011001110100111
Octal227263247

Shades and tints

Shades of #97B3A7

#97B3A7
(151,179,167)
#8AA398
(138,163,152)
#7D9389
(125,147,137)
#70837A
(112,131,122)
#63736B
(99,115,107)
#56635C
(86,99,92)
#49534D
(73,83,77)
#3C433E
(60,67,62)
#2F332F
(47,51,47)
#222320
(34,35,32)
#151311
(21,19,17)
#000000
(0,0,0)

Tints of #97B3A7

#97B3A7
(151,179,167)
#A0B9AF
(160,185,175)
#A9BFB7
(169,191,183)
#B2C5BF
(178,197,191)
#BBCBC7
(187,203,199)
#C4D1CF
(196,209,207)
#CDD7D7
(205,215,215)
#D6DDDF
(214,221,223)
#DFE3E7
(223,227,231)
#E8E9EF
(232,233,239)
#F1EFF7
(241,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97B3A7 color. Also use rgb(151,179,167) instead hex code.

Text Font Color

.myTextColor { color: #97B3A7; }

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

This text font color is #97B3A7.


Background Color

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

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

This div background color is #97B3A7.


Border color

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

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

This div border color is #97B3A7.


Opacity

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

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

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

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

This text has shadow with #97B3A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97B3A7 on black background.


Color preview on white background

This text has color #97B3A7 on white background.



Black color preview on #97B3A7 background

This text has black color on #97B3A7 background.


White color preview on #97B3A7 background

This text has white color on #97B3A7 background.