COLOR #97C2CC

HEX: #97C2CC RGB: (151,194,204)

Color info

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

RGB color model

#97C2CC color RGB value is (151,194,204).

RGB: (151,194,204) (59%, 76%, 80%)

RGB channels and saturation

R 151 of 255 = 59%
G 194 of 255 = 76%
B 204 of 255 = 80%

151
194
204

R + G + B ~ 72%. #97C2CC is quite light color.

Portions of RGB colors in percentages

R + G + B = 151 + 194 + 204 = 549 (100%)
R 151 of 549 ~ 27.5%
G 194 of 549 ~ 35.34%
B 204 of 549 ~ 37.16'%

%27.5
%35.34
%37.16

CMYK color model

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

  • cyan value is 25.98%
  • magenta value is 4.90%
  • yellow value is 0.00%
  • key color value is 20.00%

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

CMYK percentages

%25.98
%4.9
%0
%20

Codes

Color #97C2CC in popluar color models

97 C2 CC
RGB 151 194 204
HSL 191° 34.19% 69.61%
HSB/HSV 191° 25.98% 80.00%
CMYK 25.98% 4.90% 0.00%
20.00%

Color #97C2CC in popluar number systems.

HEX 97 C2 CC
Decimal 151 194 204
Binary 10010111 11000010 11001100
Octal 227 302 314

Shades and tints

Shades of #97C2CC

#97C2CC
(151,194,204)
#8AB1BA
(138,177,186)
#7DA0A8
(125,160,168)
#708F96
(112,143,150)
#637E84
(99,126,132)
#566D72
(86,109,114)
#495C60
(73,92,96)
#3C4B4E
(60,75,78)
#2F3A3C
(47,58,60)
#22292A
(34,41,42)
#151818
(21,24,24)
#000000
(0,0,0)

Tints of #97C2CC

#97C2CC
(151,194,204)
#A0C7D0
(160,199,208)
#A9CCD4
(169,204,212)
#B2D1D8
(178,209,216)
#BBD6DC
(187,214,220)
#C4DBE0
(196,219,224)
#CDE0E4
(205,224,228)
#D6E5E8
(214,229,232)
#DFEAEC
(223,234,236)
#E8EFF0
(232,239,240)
#F1F4F4
(241,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97C2CC; }

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

This text font color is #97C2CC.

Background Color

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

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

This div background color is #97C2CC.

Border color

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

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

This div border color is #97C2CC.

Opacity

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

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

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

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

This text has shadow with #97C2CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #97C2CC.

Preview

Color preview on black background

This text has color #97C2CC on black background.


Color preview on white background

This text has color #97C2CC on white background.


Black color preview on #97C2CC background

This text has black color on #97C2CC background.


White color preview on #97C2CC background

This text has white color on #97C2CC background.


Related colors

Complementary color

Complementary color for #hex is #683D33.


I love getcolorcode.com

Triadic colors

1 #CC97C2 and #C2CC97 with #97C2CC are triadic colors.

2 #CCC297 and #C297CC with #97C2CC are triadic colors.