COLOR #97AFB8

HEX: #97AFB8
RGB: (151,175,184)

Color info

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

RGB color model

#97AFB8 color RGB value is (151,175,184).

  • red value is 151;
  • green value is 175;
  • blue value is 184.
RGB:
(151,175,184)
(59%,69%,72%)

RGB channels and saturation

R 151 of 255 = 59%
G 175 of 255 = 69%
B 184 of 255 = 72%

151
175
184

R + G + B ~ 67%. #97AFB8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
151 + 175 + 184 = 510 (100%)
R 151 of 510 ~ 29.61%
G 175 of 510 ~ 34.31%
B 184 of 510 ~ 36.08%

%29.61
%34.31
%36.08

CMYK color model

#97AFB8 color CMYK value is (18,5,0,28).

  • cyan value is 17.93%
  • magenta value is 4.89%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(18,5,0,28)
C18M5Y0K28 
(18%,5%,0%,28%)
(0.18/0.05/0.00/0.28)	

CMYK percentages

%17.93
%4.89
%0
%27.84

Codes

Color #97AFB8 in popluar color models

97AFB8
RGB151175184
HSL196°18.86%65.69%
HSB/HSV196°17.93%72.16%
CMYK17.93%4.89%0.00%
27.84%

Color #97AFB8 in popluar number systems.

HEX97AFB8
Decimal151175184
Binary100101111010111110111000
Octal227257270

Shades and tints

Shades of #97AFB8

#97AFB8
(151,175,184)
#8AA0A8
(138,160,168)
#7D9198
(125,145,152)
#708288
(112,130,136)
#637378
(99,115,120)
#566468
(86,100,104)
#495558
(73,85,88)
#3C4648
(60,70,72)
#2F3738
(47,55,56)
#222828
(34,40,40)
#151918
(21,25,24)
#000000
(0,0,0)

Tints of #97AFB8

#97AFB8
(151,175,184)
#A0B6BE
(160,182,190)
#A9BDC4
(169,189,196)
#B2C4CA
(178,196,202)
#BBCBD0
(187,203,208)
#C4D2D6
(196,210,214)
#CDD9DC
(205,217,220)
#D6E0E2
(214,224,226)
#DFE7E8
(223,231,232)
#E8EEEE
(232,238,238)
#F1F5F4
(241,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97AFB8 color. Also use rgb(151,175,184) instead hex code.

Text Font Color

.myTextColor { color: #97AFB8; }

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

This text font color is #97AFB8.


Background Color

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

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

This div background color is #97AFB8.


Border color

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

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

This div border color is #97AFB8.


Opacity

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

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

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

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

This text has shadow with #97AFB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97AFB8 on black background.


Color preview on white background

This text has color #97AFB8 on white background.



Black color preview on #97AFB8 background

This text has black color on #97AFB8 background.


White color preview on #97AFB8 background

This text has white color on #97AFB8 background.