COLOR #97B1BF

HEX: #97B1BF
RGB: (151,177,191)

Color info

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

RGB color model

#97B1BF color RGB value is (151,177,191).

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

RGB channels and saturation

R 151 of 255 = 59%
G 177 of 255 = 69%
B 191 of 255 = 75%

151
177
191

R + G + B ~ 68%. #97B1BF is quite light color.

Portions of RGB colors in percentages

R + G + B =
151 + 177 + 191 = 519 (100%)
R 151 of 519 ~ 29.09%
G 177 of 519 ~ 34.1%
B 191 of 519 ~ 36.8%

%29.09
%34.1
%36.8

CMYK color model

#97B1BF color CMYK value is (21,7,0,25).

  • cyan value is 20.94%
  • magenta value is 7.33%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(21,7,0,25)
C21M7Y0K25 
(21%,7%,0%,25%)
(0.21/0.07/0.00/0.25)	

CMYK percentages

%20.94
%7.33
%0
%25.1

Codes

Color #97B1BF in popluar color models

97B1BF
RGB151177191
HSL201°23.81%67.06%
HSB/HSV201°20.94%74.90%
CMYK20.94%7.33%0.00%
25.10%

Color #97B1BF in popluar number systems.

HEX97B1BF
Decimal151177191
Binary100101111011000110111111
Octal227261277

Shades and tints

Shades of #97B1BF

#97B1BF
(151,177,191)
#8AA1AE
(138,161,174)
#7D919D
(125,145,157)
#70818C
(112,129,140)
#63717B
(99,113,123)
#56616A
(86,97,106)
#495159
(73,81,89)
#3C4148
(60,65,72)
#2F3137
(47,49,55)
#222126
(34,33,38)
#151115
(21,17,21)
#000000
(0,0,0)

Tints of #97B1BF

#97B1BF
(151,177,191)
#A0B8C4
(160,184,196)
#A9BFC9
(169,191,201)
#B2C6CE
(178,198,206)
#BBCDD3
(187,205,211)
#C4D4D8
(196,212,216)
#CDDBDD
(205,219,221)
#D6E2E2
(214,226,226)
#DFE9E7
(223,233,231)
#E8F0EC
(232,240,236)
#F1F7F1
(241,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97B1BF; }

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

This text font color is #97B1BF.


Background Color

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

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

This div background color is #97B1BF.


Border color

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

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

This div border color is #97B1BF.


Opacity

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

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

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

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

This text has shadow with #97B1BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97B1BF on black background.


Color preview on white background

This text has color #97B1BF on white background.



Black color preview on #97B1BF background

This text has black color on #97B1BF background.


White color preview on #97B1BF background

This text has white color on #97B1BF background.