COLOR #97CCA0

HEX: #97CCA0
RGB: (151,204,160)

Color info

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

RGB color model

#97CCA0 color RGB value is (151,204,160).

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

RGB channels and saturation

R 151 of 255 = 59%
G 204 of 255 = 80%
B 160 of 255 = 63%

151
204
160

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

Portions of RGB colors in percentages

R + G + B =
151 + 204 + 160 = 515 (100%)
R 151 of 515 ~ 29.32%
G 204 of 515 ~ 39.61%
B 160 of 515 ~ 31.07%

%29.32
%39.61
%31.07

CMYK color model

#97CCA0 color CMYK value is (26,0,22,20).

  • cyan value is 25.98%
  • magenta value is 0.00%
  • yellow value is 21.57%
  • key color value is 20.00%
CMYK:
(26,0,22,20)
C26M0Y22K20 
(26%,0%,22%,20%)
(0.26/0.00/0.22/0.20)	

CMYK percentages

%25.98
%0
%21.57
%20

Codes

Color #97CCA0 in popluar color models

97CCA0
RGB151204160
HSL130°34.19%69.61%
HSB/HSV130°25.98%80.00%
CMYK25.98%0.00%21.57%
20.00%

Color #97CCA0 in popluar number systems.

HEX97CCA0
Decimal151204160
Binary100101111100110010100000
Octal227314240

Shades and tints

Shades of #97CCA0

#97CCA0
(151,204,160)
#8ABA92
(138,186,146)
#7DA884
(125,168,132)
#709676
(112,150,118)
#638468
(99,132,104)
#56725A
(86,114,90)
#49604C
(73,96,76)
#3C4E3E
(60,78,62)
#2F3C30
(47,60,48)
#222A22
(34,42,34)
#151814
(21,24,20)
#000000
(0,0,0)

Tints of #97CCA0

#97CCA0
(151,204,160)
#A0D0A8
(160,208,168)
#A9D4B0
(169,212,176)
#B2D8B8
(178,216,184)
#BBDCC0
(187,220,192)
#C4E0C8
(196,224,200)
#CDE4D0
(205,228,208)
#D6E8D8
(214,232,216)
#DFECE0
(223,236,224)
#E8F0E8
(232,240,232)
#F1F4F0
(241,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97CCA0; }

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

This text font color is #97CCA0.


Background Color

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

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

This div background color is #97CCA0.


Border color

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

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

This div border color is #97CCA0.


Opacity

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

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

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

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

This text has shadow with #97CCA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97CCA0 on black background.


Color preview on white background

This text has color #97CCA0 on white background.



Black color preview on #97CCA0 background

This text has black color on #97CCA0 background.


White color preview on #97CCA0 background

This text has white color on #97CCA0 background.