COLOR #97AFB6

HEX: #97AFB6
RGB: (151,175,182)

Color info

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

RGB color model

#97AFB6 color RGB value is (151,175,182).

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

RGB channels and saturation

R 151 of 255 = 59%
G 175 of 255 = 69%
B 182 of 255 = 71%

151
175
182

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

Portions of RGB colors in percentages

R + G + B =
151 + 175 + 182 = 508 (100%)
R 151 of 508 ~ 29.72%
G 175 of 508 ~ 34.45%
B 182 of 508 ~ 35.83%

%29.72
%34.45
%35.83

CMYK color model

#97AFB6 color CMYK value is (17,4,0,29).

  • cyan value is 17.03%
  • magenta value is 3.85%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(17,4,0,29)
C17M4Y0K29 
(17%,4%,0%,29%)
(0.17/0.04/0.00/0.29)	

CMYK percentages

%17.03
%3.85
%0
%28.63

Codes

Color #97AFB6 in popluar color models

97AFB6
RGB151175182
HSL194°17.51%65.29%
HSB/HSV194°17.03%71.37%
CMYK17.03%3.85%0.00%
28.63%

Color #97AFB6 in popluar number systems.

HEX97AFB6
Decimal151175182
Binary100101111010111110110110
Octal227257266

Shades and tints

Shades of #97AFB6

#97AFB6
(151,175,182)
#8AA0A6
(138,160,166)
#7D9196
(125,145,150)
#708286
(112,130,134)
#637376
(99,115,118)
#566466
(86,100,102)
#495556
(73,85,86)
#3C4646
(60,70,70)
#2F3736
(47,55,54)
#222826
(34,40,38)
#151916
(21,25,22)
#000000
(0,0,0)

Tints of #97AFB6

#97AFB6
(151,175,182)
#A0B6BC
(160,182,188)
#A9BDC2
(169,189,194)
#B2C4C8
(178,196,200)
#BBCBCE
(187,203,206)
#C4D2D4
(196,210,212)
#CDD9DA
(205,217,218)
#D6E0E0
(214,224,224)
#DFE7E6
(223,231,230)
#E8EEEC
(232,238,236)
#F1F5F2
(241,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97AFB6; }

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

This text font color is #97AFB6.


Background Color

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

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

This div background color is #97AFB6.


Border color

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

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

This div border color is #97AFB6.


Opacity

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

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

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

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

This text has shadow with #97AFB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97AFB6 on black background.


Color preview on white background

This text has color #97AFB6 on white background.



Black color preview on #97AFB6 background

This text has black color on #97AFB6 background.


White color preview on #97AFB6 background

This text has white color on #97AFB6 background.