COLOR #97A7BF

HEX: #97A7BF
RGB: (151,167,191)

Color info

#97A7BF contains red, green and blue colors in about the same proportion. Web safe color of #97A7BF is #9999CC (or #99C).

RGB color model

#97A7BF color RGB value is (151,167,191).

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

RGB channels and saturation

R 151 of 255 = 59%
G 167 of 255 = 65%
B 191 of 255 = 75%

151
167
191

R + G + B ~ 66%. #97A7BF is quite light color.

Portions of RGB colors in percentages

R + G + B =
151 + 167 + 191 = 509 (100%)
R 151 of 509 ~ 29.67%
G 167 of 509 ~ 32.81%
B 191 of 509 ~ 37.52%

%29.67
%32.81
%37.52

CMYK color model

#97A7BF color CMYK value is (21,13,0,25).

  • cyan value is 20.94%
  • magenta value is 12.57%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(21,13,0,25)
C21M13Y0K25 
(21%,13%,0%,25%)
(0.21/0.13/0.00/0.25)	

CMYK percentages

%20.94
%12.57
%0
%25.1

Codes

Color #97A7BF in popluar color models

97A7BF
RGB151167191
HSL216°23.81%67.06%
HSB/HSV216°20.94%74.90%
CMYK20.94%12.57%0.00%
25.10%

Color #97A7BF in popluar number systems.

HEX97A7BF
Decimal151167191
Binary100101111010011110111111
Octal227247277

Shades and tints

Shades of #97A7BF

#97A7BF
(151,167,191)
#8A98AE
(138,152,174)
#7D899D
(125,137,157)
#707A8C
(112,122,140)
#636B7B
(99,107,123)
#565C6A
(86,92,106)
#494D59
(73,77,89)
#3C3E48
(60,62,72)
#2F2F37
(47,47,55)
#222026
(34,32,38)
#151115
(21,17,21)
#000000
(0,0,0)

Tints of #97A7BF

#97A7BF
(151,167,191)
#A0AFC4
(160,175,196)
#A9B7C9
(169,183,201)
#B2BFCE
(178,191,206)
#BBC7D3
(187,199,211)
#C4CFD8
(196,207,216)
#CDD7DD
(205,215,221)
#D6DFE2
(214,223,226)
#DFE7E7
(223,231,231)
#E8EFEC
(232,239,236)
#F1F7F1
(241,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97A7BF; }

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

This text font color is #97A7BF.


Background Color

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

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

This div background color is #97A7BF.


Border color

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

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

This div border color is #97A7BF.


Opacity

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

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

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

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

This text has shadow with #97A7BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97A7BF on black background.


Color preview on white background

This text has color #97A7BF on white background.



Black color preview on #97A7BF background

This text has black color on #97A7BF background.


White color preview on #97A7BF background

This text has white color on #97A7BF background.