COLOR #97B6C1

HEX: #97B6C1
RGB: (151,182,193)

Color info

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

RGB color model

#97B6C1 color RGB value is (151,182,193).

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

RGB channels and saturation

R 151 of 255 = 59%
G 182 of 255 = 71%
B 193 of 255 = 76%

151
182
193

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

Portions of RGB colors in percentages

R + G + B =
151 + 182 + 193 = 526 (100%)
R 151 of 526 ~ 28.71%
G 182 of 526 ~ 34.6%
B 193 of 526 ~ 36.69%

%28.71
%34.6
%36.69

CMYK color model

#97B6C1 color CMYK value is (22,6,0,24).

  • cyan value is 21.76%
  • magenta value is 5.70%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK:
(22,6,0,24)
C22M6Y0K24 
(22%,6%,0%,24%)
(0.22/0.06/0.00/0.24)	

CMYK percentages

%21.76
%5.7
%0
%24.31

Codes

Color #97B6C1 in popluar color models

97B6C1
RGB151182193
HSL196°25.30%67.45%
HSB/HSV196°21.76%75.69%
CMYK21.76%5.70%0.00%
24.31%

Color #97B6C1 in popluar number systems.

HEX97B6C1
Decimal151182193
Binary100101111011011011000001
Octal227266301

Shades and tints

Shades of #97B6C1

#97B6C1
(151,182,193)
#8AA6B0
(138,166,176)
#7D969F
(125,150,159)
#70868E
(112,134,142)
#63767D
(99,118,125)
#56666C
(86,102,108)
#49565B
(73,86,91)
#3C464A
(60,70,74)
#2F3639
(47,54,57)
#222628
(34,38,40)
#151617
(21,22,23)
#000000
(0,0,0)

Tints of #97B6C1

#97B6C1
(151,182,193)
#A0BCC6
(160,188,198)
#A9C2CB
(169,194,203)
#B2C8D0
(178,200,208)
#BBCED5
(187,206,213)
#C4D4DA
(196,212,218)
#CDDADF
(205,218,223)
#D6E0E4
(214,224,228)
#DFE6E9
(223,230,233)
#E8ECEE
(232,236,238)
#F1F2F3
(241,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97B6C1; }

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

This text font color is #97B6C1.


Background Color

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

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

This div background color is #97B6C1.


Border color

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

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

This div border color is #97B6C1.


Opacity

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

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

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

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

This text has shadow with #97B6C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97B6C1 on black background.


Color preview on white background

This text has color #97B6C1 on white background.



Black color preview on #97B6C1 background

This text has black color on #97B6C1 background.


White color preview on #97B6C1 background

This text has white color on #97B6C1 background.