COLOR #97C99A

HEX: #97C99A RGB: (151,201,154)

Color info

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

RGB color model

#97C99A color RGB value is (151,201,154).

RGB: (151,201,154) (59%, 79%, 60%)

RGB channels and saturation

R 151 of 255 = 59%
G 201 of 255 = 79%
B 154 of 255 = 60%

151
201
154

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

Portions of RGB colors in percentages

R + G + B = 151 + 201 + 154 = 506 (100%)
R 151 of 506 ~ 29.84%
G 201 of 506 ~ 39.72%
B 154 of 506 ~ 30.43'%

%29.84
%39.72
%30.43

CMYK color model

#97C99A color CMYK value is (25,0,23,21).

  • cyan value is 24.88%
  • magenta value is 0.00%
  • yellow value is 23.38%
  • key color value is 21.18%

CMYK: (25,0,23,21)
C25M0Y23K21 (25%, 0%, 23%, 21%)
(0.25 / 0.00 / 0.23 / 0.21)

CMYK percentages

%24.88
%0
%23.38
%21.18

Codes

Color #97C99A in popluar color models

97 C9 9A
RGB 151 201 154
HSL 124° 31.65% 69.02%
HSB/HSV 124° 24.88% 78.82%
CMYK 24.88% 0.00% 23.38%
21.18%

Color #97C99A in popluar number systems.

HEX 97 C9 9A
Decimal 151 201 154
Binary 10010111 11001001 10011010
Octal 227 311 232

Shades and tints

Shades of #97C99A

#97C99A
(151,201,154)
#8AB78C
(138,183,140)
#7DA57E
(125,165,126)
#709370
(112,147,112)
#638162
(99,129,98)
#566F54
(86,111,84)
#495D46
(73,93,70)
#3C4B38
(60,75,56)
#2F392A
(47,57,42)
#22271C
(34,39,28)
#15150E
(21,21,14)
#000000
(0,0,0)

Tints of #97C99A

#97C99A
(151,201,154)
#A0CDA3
(160,205,163)
#A9D1AC
(169,209,172)
#B2D5B5
(178,213,181)
#BBD9BE
(187,217,190)
#C4DDC7
(196,221,199)
#CDE1D0
(205,225,208)
#D6E5D9
(214,229,217)
#DFE9E2
(223,233,226)
#E8EDEB
(232,237,235)
#F1F1F4
(241,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97C99A color. Also use rgb(151,201,154) instead hex code.

Text Font Color

.myTextColor { color: #97C99A; }

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

This text font color is #97C99A.

Background Color

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

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

This div background color is #97C99A.

Border color

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

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

This div border color is #97C99A.

Opacity

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

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

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

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

This text has shadow with #97C99A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #97C99A.

Preview

Color preview on black background

This text has color #97C99A on black background.


Color preview on white background

This text has color #97C99A on white background.


Black color preview on #97C99A background

This text has black color on #97C99A background.


White color preview on #97C99A background

This text has white color on #97C99A background.


Related colors

Complementary color

Complementary color for #hex is #683665.


I love getcolorcode.com

Triadic colors

1 #9A97C9 and #C99A97 with #97C99A are triadic colors.

2 #9AC997 and #C9979A with #97C99A are triadic colors.