COLOR #97C4C0

HEX: #97C4C0 RGB: (151,196,192)

Color info

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

RGB color model

#97C4C0 color RGB value is (151,196,192).

RGB: (151,196,192) (59%, 77%, 75%)

RGB channels and saturation

R 151 of 255 = 59%
G 196 of 255 = 77%
B 192 of 255 = 75%

151
196
192

R + G + B ~ 70%. #97C4C0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 151 + 196 + 192 = 539 (100%)
R 151 of 539 ~ 28.01%
G 196 of 539 ~ 36.36%
B 192 of 539 ~ 35.62'%

%28.01
%36.36
%35.62

CMYK color model

#97C4C0 color CMYK value is (23,0,2,23).

  • cyan value is 22.96%
  • magenta value is 0.00%
  • yellow value is 2.04%
  • key color value is 23.14%

CMYK: (23,0,2,23)
C23M0Y2K23 (23%, 0%, 2%, 23%)
(0.23 / 0.00 / 0.02 / 0.23)

CMYK percentages

%22.96
%0
%2.04
%23.14

Codes

Color #97C4C0 in popluar color models

97 C4 C0
RGB 151 196 192
HSL 175° 27.61% 68.04%
HSB/HSV 175° 22.96% 76.86%
CMYK 22.96% 0.00% 2.04%
23.14%

Color #97C4C0 in popluar number systems.

HEX 97 C4 C0
Decimal 151 196 192
Binary 10010111 11000100 11000000
Octal 227 304 300

Shades and tints

Shades of #97C4C0

#97C4C0
(151,196,192)
#8AB3AF
(138,179,175)
#7DA29E
(125,162,158)
#70918D
(112,145,141)
#63807C
(99,128,124)
#566F6B
(86,111,107)
#495E5A
(73,94,90)
#3C4D49
(60,77,73)
#2F3C38
(47,60,56)
#222B27
(34,43,39)
#151A16
(21,26,22)
#000000
(0,0,0)

Tints of #97C4C0

#97C4C0
(151,196,192)
#A0C9C5
(160,201,197)
#A9CECA
(169,206,202)
#B2D3CF
(178,211,207)
#BBD8D4
(187,216,212)
#C4DDD9
(196,221,217)
#CDE2DE
(205,226,222)
#D6E7E3
(214,231,227)
#DFECE8
(223,236,232)
#E8F1ED
(232,241,237)
#F1F6F2
(241,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97C4C0 color. Also use rgb(151,196,192) instead hex code.

Text Font Color

.myTextColor { color: #97C4C0; }

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

This text font color is #97C4C0.

Background Color

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

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

This div background color is #97C4C0.

Border color

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

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

This div border color is #97C4C0.

Opacity

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

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

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

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

This text has shadow with #97C4C0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #97C4C0.

Preview

Color preview on black background

This text has color #97C4C0 on black background.


Color preview on white background

This text has color #97C4C0 on white background.


Black color preview on #97C4C0 background

This text has black color on #97C4C0 background.


White color preview on #97C4C0 background

This text has white color on #97C4C0 background.


Related colors

Complementary color

Complementary color for #hex is #683B3F.


I love getcolorcode.com

Triadic colors

1 #C097C4 and #C4C097 with #97C4C0 are triadic colors.

2 #C0C497 and #C497C0 with #97C4C0 are triadic colors.