COLOR #97CCC7

HEX: #97CCC7
RGB: (151,204,199)

Color info

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

RGB color model

#97CCC7 color RGB value is (151,204,199).

  • red value is 151;
  • green value is 204;
  • blue value is 199.
RGB:
(151,204,199)
(59%,80%,78%)

RGB channels and saturation

R 151 of 255 = 59%
G 204 of 255 = 80%
B 199 of 255 = 78%

151
204
199

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

Portions of RGB colors in percentages

R + G + B =
151 + 204 + 199 = 554 (100%)
R 151 of 554 ~ 27.26%
G 204 of 554 ~ 36.82%
B 199 of 554 ~ 35.92%

%27.26
%36.82
%35.92

CMYK color model

#97CCC7 color CMYK value is (26,0,2,20).

  • cyan value is 25.98%
  • magenta value is 0.00%
  • yellow value is 2.45%
  • key color value is 20.00%
CMYK:
(26,0,2,20)
C26M0Y2K20 
(26%,0%,2%,20%)
(0.26/0.00/0.02/0.20)	

CMYK percentages

%25.98
%0
%2.45
%20

Codes

Color #97CCC7 in popluar color models

97CCC7
RGB151204199
HSL174°34.19%69.61%
HSB/HSV174°25.98%80.00%
CMYK25.98%0.00%2.45%
20.00%

Color #97CCC7 in popluar number systems.

HEX97CCC7
Decimal151204199
Binary100101111100110011000111
Octal227314307

Shades and tints

Shades of #97CCC7

#97CCC7
(151,204,199)
#8ABAB5
(138,186,181)
#7DA8A3
(125,168,163)
#709691
(112,150,145)
#63847F
(99,132,127)
#56726D
(86,114,109)
#49605B
(73,96,91)
#3C4E49
(60,78,73)
#2F3C37
(47,60,55)
#222A25
(34,42,37)
#151813
(21,24,19)
#000000
(0,0,0)

Tints of #97CCC7

#97CCC7
(151,204,199)
#A0D0CC
(160,208,204)
#A9D4D1
(169,212,209)
#B2D8D6
(178,216,214)
#BBDCDB
(187,220,219)
#C4E0E0
(196,224,224)
#CDE4E5
(205,228,229)
#D6E8EA
(214,232,234)
#DFECEF
(223,236,239)
#E8F0F4
(232,240,244)
#F1F4F9
(241,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97CCC7; }

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

This text font color is #97CCC7.


Background Color

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

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

This div background color is #97CCC7.


Border color

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

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

This div border color is #97CCC7.


Opacity

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

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

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

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

This text has shadow with #97CCC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97CCC7 on black background.


Color preview on white background

This text has color #97CCC7 on white background.



Black color preview on #97CCC7 background

This text has black color on #97CCC7 background.


White color preview on #97CCC7 background

This text has white color on #97CCC7 background.