COLOR #97B2B6

HEX: #97B2B6 RGB: (151,178,182)

Color info

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

RGB color model

#97B2B6 color RGB value is (151,178,182).

RGB: (151,178,182) (59%, 70%, 71%)

RGB channels and saturation

R 151 of 255 = 59%
G 178 of 255 = 70%
B 182 of 255 = 71%

151
178
182

R + G + B ~ 67%. #97B2B6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 151 + 178 + 182 = 511 (100%)
R 151 of 511 ~ 29.55%
G 178 of 511 ~ 34.83%
B 182 of 511 ~ 35.62'%

%29.55
%34.83
%35.62

CMYK color model

#97B2B6 color CMYK value is (17,2,0,29).

  • cyan value is 17.03%
  • magenta value is 2.20%
  • yellow value is 0.00%
  • key color value is 28.63%

CMYK: (17,2,0,29)
C17M2Y0K29 (17%, 2%, 0%, 29%)
(0.17 / 0.02 / 0.00 / 0.29)

CMYK percentages

%17.03
%2.2
%0
%28.63

Codes

Color #97B2B6 in popluar color models

97 B2 B6
RGB 151 178 182
HSL 188° 17.51% 65.29%
HSB/HSV 188° 17.03% 71.37%
CMYK 17.03% 2.20% 0.00%
28.63%

Color #97B2B6 in popluar number systems.

HEX 97 B2 B6
Decimal 151 178 182
Binary 10010111 10110010 10110110
Octal 227 262 266

Shades and tints

Shades of #97B2B6

#97B2B6
(151,178,182)
#8AA2A6
(138,162,166)
#7D9296
(125,146,150)
#708286
(112,130,134)
#637276
(99,114,118)
#566266
(86,98,102)
#495256
(73,82,86)
#3C4246
(60,66,70)
#2F3236
(47,50,54)
#222226
(34,34,38)
#151216
(21,18,22)
#000000
(0,0,0)

Tints of #97B2B6

#97B2B6
(151,178,182)
#A0B9BC
(160,185,188)
#A9C0C2
(169,192,194)
#B2C7C8
(178,199,200)
#BBCECE
(187,206,206)
#C4D5D4
(196,213,212)
#CDDCDA
(205,220,218)
#D6E3E0
(214,227,224)
#DFEAE6
(223,234,230)
#E8F1EC
(232,241,236)
#F1F8F2
(241,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97B2B6; }

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

This text font color is #97B2B6.

Background Color

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

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

This div background color is #97B2B6.

Border color

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

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

This div border color is #97B2B6.

Opacity

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

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

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

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

This text has shadow with #97B2B6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #97B2B6.

Preview

Color preview on black background

This text has color #97B2B6 on black background.


Color preview on white background

This text has color #97B2B6 on white background.


Black color preview on #97B2B6 background

This text has black color on #97B2B6 background.


White color preview on #97B2B6 background

This text has white color on #97B2B6 background.


Related colors

Complementary color

Complementary color for #hex is #684D49.


I love getcolorcode.com

Triadic colors

1 #B697B2 and #B2B697 with #97B2B6 are triadic colors.

2 #B6B297 and #B297B6 with #97B2B6 are triadic colors.