COLOR #97C49C

HEX: #97C49C
RGB: (151,196,156)

Color info

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

RGB color model

#97C49C color RGB value is (151,196,156).

  • red value is 151;
  • green value is 196;
  • blue value is 156.
RGB:
(151,196,156)
(59%,77%,61%)

RGB channels and saturation

R 151 of 255 = 59%
G 196 of 255 = 77%
B 156 of 255 = 61%

151
196
156

R + G + B ~ 66%. #97C49C is quite light color.

Portions of RGB colors in percentages

R + G + B =
151 + 196 + 156 = 503 (100%)
R 151 of 503 ~ 30.02%
G 196 of 503 ~ 38.97%
B 156 of 503 ~ 31.01%

%30.02
%38.97
%31.01

CMYK color model

#97C49C color CMYK value is (23,0,20,23).

  • cyan value is 22.96%
  • magenta value is 0.00%
  • yellow value is 20.41%
  • key color value is 23.14%
CMYK:
(23,0,20,23)
C23M0Y20K23 
(23%,0%,20%,23%)
(0.23/0.00/0.20/0.23)	

CMYK percentages

%22.96
%0
%20.41
%23.14

Codes

Color #97C49C in popluar color models

97C49C
RGB151196156
HSL127°27.61%68.04%
HSB/HSV127°22.96%76.86%
CMYK22.96%0.00%20.41%
23.14%

Color #97C49C in popluar number systems.

HEX97C49C
Decimal151196156
Binary100101111100010010011100
Octal227304234

Shades and tints

Shades of #97C49C

#97C49C
(151,196,156)
#8AB38E
(138,179,142)
#7DA280
(125,162,128)
#709172
(112,145,114)
#638064
(99,128,100)
#566F56
(86,111,86)
#495E48
(73,94,72)
#3C4D3A
(60,77,58)
#2F3C2C
(47,60,44)
#222B1E
(34,43,30)
#151A10
(21,26,16)
#000000
(0,0,0)

Tints of #97C49C

#97C49C
(151,196,156)
#A0C9A5
(160,201,165)
#A9CEAE
(169,206,174)
#B2D3B7
(178,211,183)
#BBD8C0
(187,216,192)
#C4DDC9
(196,221,201)
#CDE2D2
(205,226,210)
#D6E7DB
(214,231,219)
#DFECE4
(223,236,228)
#E8F1ED
(232,241,237)
#F1F6F6
(241,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97C49C; }

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

This text font color is #97C49C.


Background Color

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

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

This div background color is #97C49C.


Border color

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

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

This div border color is #97C49C.


Opacity

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

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

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

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

This text has shadow with #97C49C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97C49C on black background.


Color preview on white background

This text has color #97C49C on white background.



Black color preview on #97C49C background

This text has black color on #97C49C background.


White color preview on #97C49C background

This text has white color on #97C49C background.