COLOR #97B7B7

HEX: #97B7B7
RGB: (151,183,183)

Color info

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

RGB color model

#97B7B7 color RGB value is (151,183,183).

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

RGB channels and saturation

R 151 of 255 = 59%
G 183 of 255 = 72%
B 183 of 255 = 72%

151
183
183

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

Portions of RGB colors in percentages

R + G + B =
151 + 183 + 183 = 517 (100%)
R 151 of 517 ~ 29.21%
G 183 of 517 ~ 35.4%
B 183 of 517 ~ 35.4%

%29.21
%35.4
%35.4

CMYK color model

#97B7B7 color CMYK value is (17,0,0,28).

  • cyan value is 17.49%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(17,0,0,28)
C17M0Y0K28 
(17%,0%,0%,28%)
(0.17/0.00/0.00/0.28)	

CMYK percentages

%17.49
%0
%0
%28.24

Codes

Color #97B7B7 in popluar color models

97B7B7
RGB151183183
HSL180°18.18%65.49%
HSB/HSV180°17.49%71.76%
CMYK17.49%0.00%0.00%
28.24%

Color #97B7B7 in popluar number systems.

HEX97B7B7
Decimal151183183
Binary100101111011011110110111
Octal227267267

Shades and tints

Shades of #97B7B7

#97B7B7
(151,183,183)
#8AA7A7
(138,167,167)
#7D9797
(125,151,151)
#708787
(112,135,135)
#637777
(99,119,119)
#566767
(86,103,103)
#495757
(73,87,87)
#3C4747
(60,71,71)
#2F3737
(47,55,55)
#222727
(34,39,39)
#151717
(21,23,23)
#000000
(0,0,0)

Tints of #97B7B7

#97B7B7
(151,183,183)
#A0BDBD
(160,189,189)
#A9C3C3
(169,195,195)
#B2C9C9
(178,201,201)
#BBCFCF
(187,207,207)
#C4D5D5
(196,213,213)
#CDDBDB
(205,219,219)
#D6E1E1
(214,225,225)
#DFE7E7
(223,231,231)
#E8EDED
(232,237,237)
#F1F3F3
(241,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97B7B7; }

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

This text font color is #97B7B7.


Background Color

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

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

This div background color is #97B7B7.


Border color

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

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

This div border color is #97B7B7.


Opacity

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

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

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

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

This text has shadow with #97B7B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97B7B7 on black background.


Color preview on white background

This text has color #97B7B7 on white background.



Black color preview on #97B7B7 background

This text has black color on #97B7B7 background.


White color preview on #97B7B7 background

This text has white color on #97B7B7 background.