COLOR #97B2BC

HEX: #97B2BC RGB: (151,178,188)

Color info

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

RGB color model

#97B2BC color RGB value is (151,178,188).

RGB: (151,178,188) (59%, 70%, 74%)

RGB channels and saturation

R 151 of 255 = 59%
G 178 of 255 = 70%
B 188 of 255 = 74%

151
178
188

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

Portions of RGB colors in percentages

R + G + B = 151 + 178 + 188 = 517 (100%)
R 151 of 517 ~ 29.21%
G 178 of 517 ~ 34.43%
B 188 of 517 ~ 36.36'%

%29.21
%34.43
%36.36

CMYK color model

#97B2BC color CMYK value is (20,5,0,26).

  • cyan value is 19.68%
  • magenta value is 5.32%
  • yellow value is 0.00%
  • key color value is 26.27%

CMYK: (20,5,0,26)
C20M5Y0K26 (20%, 5%, 0%, 26%)
(0.20 / 0.05 / 0.00 / 0.26)

CMYK percentages

%19.68
%5.32
%0
%26.27

Codes

Color #97B2BC in popluar color models

97 B2 BC
RGB 151 178 188
HSL 196° 21.64% 66.47%
HSB/HSV 196° 19.68% 73.73%
CMYK 19.68% 5.32% 0.00%
26.27%

Color #97B2BC in popluar number systems.

HEX 97 B2 BC
Decimal 151 178 188
Binary 10010111 10110010 10111100
Octal 227 262 274

Shades and tints

Shades of #97B2BC

#97B2BC
(151,178,188)
#8AA2AB
(138,162,171)
#7D929A
(125,146,154)
#708289
(112,130,137)
#637278
(99,114,120)
#566267
(86,98,103)
#495256
(73,82,86)
#3C4245
(60,66,69)
#2F3234
(47,50,52)
#222223
(34,34,35)
#151212
(21,18,18)
#000000
(0,0,0)

Tints of #97B2BC

#97B2BC
(151,178,188)
#A0B9C2
(160,185,194)
#A9C0C8
(169,192,200)
#B2C7CE
(178,199,206)
#BBCED4
(187,206,212)
#C4D5DA
(196,213,218)
#CDDCE0
(205,220,224)
#D6E3E6
(214,227,230)
#DFEAEC
(223,234,236)
#E8F1F2
(232,241,242)
#F1F8F8
(241,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97B2BC; }

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

This text font color is #97B2BC.

Background Color

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

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

This div background color is #97B2BC.

Border color

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

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

This div border color is #97B2BC.

Opacity

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

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

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

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

This text has shadow with #97B2BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #97B2BC.

Preview

Color preview on black background

This text has color #97B2BC on black background.


Color preview on white background

This text has color #97B2BC on white background.


Black color preview on #97B2BC background

This text has black color on #97B2BC background.


White color preview on #97B2BC background

This text has white color on #97B2BC background.


Related colors

Complementary color

Complementary color for #hex is #684D43.


I love getcolorcode.com

Triadic colors

1 #BC97B2 and #B2BC97 with #97B2BC are triadic colors.

2 #BCB297 and #B297BC with #97B2BC are triadic colors.