COLOR #97B7C0

HEX: #97B7C0
RGB: (151,183,192)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

151
183
192

R + G + B ~ 69%. #97B7C0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
151 + 183 + 192 = 526 (100%)
R 151 of 526 ~ 28.71%
G 183 of 526 ~ 34.79%
B 192 of 526 ~ 36.5%

%28.71
%34.79
%36.5

CMYK color model

#97B7C0 color CMYK value is (21,5,0,25).

  • cyan value is 21.35%
  • magenta value is 4.69%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK:
(21,5,0,25)
C21M5Y0K25 
(21%,5%,0%,25%)
(0.21/0.05/0.00/0.25)	

CMYK percentages

%21.35
%4.69
%0
%24.71

Codes

Color #97B7C0 in popluar color models

97B7C0
RGB151183192
HSL193°24.55%67.25%
HSB/HSV193°21.35%75.29%
CMYK21.35%4.69%0.00%
24.71%

Color #97B7C0 in popluar number systems.

HEX97B7C0
Decimal151183192
Binary100101111011011111000000
Octal227267300

Shades and tints

Shades of #97B7C0

#97B7C0
(151,183,192)
#8AA7AF
(138,167,175)
#7D979E
(125,151,158)
#70878D
(112,135,141)
#63777C
(99,119,124)
#56676B
(86,103,107)
#49575A
(73,87,90)
#3C4749
(60,71,73)
#2F3738
(47,55,56)
#222727
(34,39,39)
#151716
(21,23,22)
#000000
(0,0,0)

Tints of #97B7C0

#97B7C0
(151,183,192)
#A0BDC5
(160,189,197)
#A9C3CA
(169,195,202)
#B2C9CF
(178,201,207)
#BBCFD4
(187,207,212)
#C4D5D9
(196,213,217)
#CDDBDE
(205,219,222)
#D6E1E3
(214,225,227)
#DFE7E8
(223,231,232)
#E8EDED
(232,237,237)
#F1F3F2
(241,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97B7C0; }

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

This text font color is #97B7C0.


Background Color

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

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

This div background color is #97B7C0.


Border color

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

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

This div border color is #97B7C0.


Opacity

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

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

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

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

This text has shadow with #97B7C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97B7C0 on black background.


Color preview on white background

This text has color #97B7C0 on white background.



Black color preview on #97B7C0 background

This text has black color on #97B7C0 background.


White color preview on #97B7C0 background

This text has white color on #97B7C0 background.