COLOR #97B6C3

HEX: #97B6C3
RGB: (151,182,195)

Color info

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

RGB color model

#97B6C3 color RGB value is (151,182,195).

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

RGB channels and saturation

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

151
182
195

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

Portions of RGB colors in percentages

R + G + B =
151 + 182 + 195 = 528 (100%)
R 151 of 528 ~ 28.6%
G 182 of 528 ~ 34.47%
B 195 of 528 ~ 36.93%

%28.6
%34.47
%36.93

CMYK color model

#97B6C3 color CMYK value is (23,7,0,24).

  • cyan value is 22.56%
  • magenta value is 6.67%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK:
(23,7,0,24)
C23M7Y0K24 
(23%,7%,0%,24%)
(0.23/0.07/0.00/0.24)	

CMYK percentages

%22.56
%6.67
%0
%23.53

Codes

Color #97B6C3 in popluar color models

97B6C3
RGB151182195
HSL198°26.83%67.84%
HSB/HSV198°22.56%76.47%
CMYK22.56%6.67%0.00%
23.53%

Color #97B6C3 in popluar number systems.

HEX97B6C3
Decimal151182195
Binary100101111011011011000011
Octal227266303

Shades and tints

Shades of #97B6C3

#97B6C3
(151,182,195)
#8AA6B2
(138,166,178)
#7D96A1
(125,150,161)
#708690
(112,134,144)
#63767F
(99,118,127)
#56666E
(86,102,110)
#49565D
(73,86,93)
#3C464C
(60,70,76)
#2F363B
(47,54,59)
#22262A
(34,38,42)
#151619
(21,22,25)
#000000
(0,0,0)

Tints of #97B6C3

#97B6C3
(151,182,195)
#A0BCC8
(160,188,200)
#A9C2CD
(169,194,205)
#B2C8D2
(178,200,210)
#BBCED7
(187,206,215)
#C4D4DC
(196,212,220)
#CDDAE1
(205,218,225)
#D6E0E6
(214,224,230)
#DFE6EB
(223,230,235)
#E8ECF0
(232,236,240)
#F1F2F5
(241,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97B6C3; }

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

This text font color is #97B6C3.


Background Color

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

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

This div background color is #97B6C3.


Border color

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

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

This div border color is #97B6C3.


Opacity

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

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

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

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

This text has shadow with #97B6C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97B6C3 on black background.


Color preview on white background

This text has color #97B6C3 on white background.



Black color preview on #97B6C3 background

This text has black color on #97B6C3 background.


White color preview on #97B6C3 background

This text has white color on #97B6C3 background.