COLOR #97C2B3

HEX: #97C2B3 RGB: (151,194,179)

Color info

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

RGB color model

#97C2B3 color RGB value is (151,194,179).

RGB: (151,194,179) (59%, 76%, 70%)

RGB channels and saturation

R 151 of 255 = 59%
G 194 of 255 = 76%
B 179 of 255 = 70%

151
194
179

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

Portions of RGB colors in percentages

R + G + B = 151 + 194 + 179 = 524 (100%)
R 151 of 524 ~ 28.82%
G 194 of 524 ~ 37.02%
B 179 of 524 ~ 34.16'%

%28.82
%37.02
%34.16

CMYK color model

#97C2B3 color CMYK value is (22,0,8,24).

  • cyan value is 22.16%
  • magenta value is 0.00%
  • yellow value is 7.73%
  • key color value is 23.92%

CMYK: (22,0,8,24)
C22M0Y8K24 (22%, 0%, 8%, 24%)
(0.22 / 0.00 / 0.08 / 0.24)

CMYK percentages

%22.16
%0
%7.73
%23.92

Codes

Color #97C2B3 in popluar color models

97 C2 B3
RGB 151 194 179
HSL 159° 26.06% 67.65%
HSB/HSV 159° 22.16% 76.08%
CMYK 22.16% 0.00% 7.73%
23.92%

Color #97C2B3 in popluar number systems.

HEX 97 C2 B3
Decimal 151 194 179
Binary 10010111 11000010 10110011
Octal 227 302 263

Shades and tints

Shades of #97C2B3

#97C2B3
(151,194,179)
#8AB1A3
(138,177,163)
#7DA093
(125,160,147)
#708F83
(112,143,131)
#637E73
(99,126,115)
#566D63
(86,109,99)
#495C53
(73,92,83)
#3C4B43
(60,75,67)
#2F3A33
(47,58,51)
#222923
(34,41,35)
#151813
(21,24,19)
#000000
(0,0,0)

Tints of #97C2B3

#97C2B3
(151,194,179)
#A0C7B9
(160,199,185)
#A9CCBF
(169,204,191)
#B2D1C5
(178,209,197)
#BBD6CB
(187,214,203)
#C4DBD1
(196,219,209)
#CDE0D7
(205,224,215)
#D6E5DD
(214,229,221)
#DFEAE3
(223,234,227)
#E8EFE9
(232,239,233)
#F1F4EF
(241,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97C2B3 color. Also use rgb(151,194,179) instead hex code.

Text Font Color

.myTextColor { color: #97C2B3; }

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

This text font color is #97C2B3.

Background Color

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

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

This div background color is #97C2B3.

Border color

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

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

This div border color is #97C2B3.

Opacity

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

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

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

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

This text has shadow with #97C2B3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #97C2B3.

Preview

Color preview on black background

This text has color #97C2B3 on black background.


Color preview on white background

This text has color #97C2B3 on white background.


Black color preview on #97C2B3 background

This text has black color on #97C2B3 background.


White color preview on #97C2B3 background

This text has white color on #97C2B3 background.


Related colors

Complementary color

Complementary color for #hex is #683D4C.


I love getcolorcode.com

Triadic colors

1 #B397C2 and #C2B397 with #97C2B3 are triadic colors.

2 #B3C297 and #C297B3 with #97C2B3 are triadic colors.