COLOR #97B4BF

HEX: #97B4BF
RGB: (151,180,191)

Color info

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

RGB color model

#97B4BF color RGB value is (151,180,191).

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

RGB channels and saturation

R 151 of 255 = 59%
G 180 of 255 = 71%
B 191 of 255 = 75%

151
180
191

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

Portions of RGB colors in percentages

R + G + B =
151 + 180 + 191 = 522 (100%)
R 151 of 522 ~ 28.93%
G 180 of 522 ~ 34.48%
B 191 of 522 ~ 36.59%

%28.93
%34.48
%36.59

CMYK color model

#97B4BF color CMYK value is (21,6,0,25).

  • cyan value is 20.94%
  • magenta value is 5.76%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(21,6,0,25)
C21M6Y0K25 
(21%,6%,0%,25%)
(0.21/0.06/0.00/0.25)	

CMYK percentages

%20.94
%5.76
%0
%25.1

Codes

Color #97B4BF in popluar color models

97B4BF
RGB151180191
HSL197°23.81%67.06%
HSB/HSV197°20.94%74.90%
CMYK20.94%5.76%0.00%
25.10%

Color #97B4BF in popluar number systems.

HEX97B4BF
Decimal151180191
Binary100101111011010010111111
Octal227264277

Shades and tints

Shades of #97B4BF

#97B4BF
(151,180,191)
#8AA4AE
(138,164,174)
#7D949D
(125,148,157)
#70848C
(112,132,140)
#63747B
(99,116,123)
#56646A
(86,100,106)
#495459
(73,84,89)
#3C4448
(60,68,72)
#2F3437
(47,52,55)
#222426
(34,36,38)
#151415
(21,20,21)
#000000
(0,0,0)

Tints of #97B4BF

#97B4BF
(151,180,191)
#A0BAC4
(160,186,196)
#A9C0C9
(169,192,201)
#B2C6CE
(178,198,206)
#BBCCD3
(187,204,211)
#C4D2D8
(196,210,216)
#CDD8DD
(205,216,221)
#D6DEE2
(214,222,226)
#DFE4E7
(223,228,231)
#E8EAEC
(232,234,236)
#F1F0F1
(241,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97B4BF; }

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

This text font color is #97B4BF.


Background Color

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

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

This div background color is #97B4BF.


Border color

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

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

This div border color is #97B4BF.


Opacity

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

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

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

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

This text has shadow with #97B4BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97B4BF on black background.


Color preview on white background

This text has color #97B4BF on white background.



Black color preview on #97B4BF background

This text has black color on #97B4BF background.


White color preview on #97B4BF background

This text has white color on #97B4BF background.