COLOR #97C182

HEX: #97C182 RGB: (151,193,130)

Color info

#97C182 contains mainly red and green colors. Web safe color of #97C182 is #99CC99 (or #9C9).

RGB color model

#97C182 color RGB value is (151,193,130).

RGB: (151,193,130) (59%, 76%, 51%)

RGB channels and saturation

R 151 of 255 = 59%
G 193 of 255 = 76%
B 130 of 255 = 51%

151
193
130

R + G + B ~ 62%. #97C182 is quite light color.

Portions of RGB colors in percentages

R + G + B = 151 + 193 + 130 = 474 (100%)
R 151 of 474 ~ 31.86%
G 193 of 474 ~ 40.72%
B 130 of 474 ~ 27.43'%

%31.86
%40.72
%27.43

CMYK color model

#97C182 color CMYK value is (22,0,33,24).

  • cyan value is 21.76%
  • magenta value is 0.00%
  • yellow value is 32.64%
  • key color value is 24.31%

CMYK: (22,0,33,24)
C22M0Y33K24 (22%, 0%, 33%, 24%)
(0.22 / 0.00 / 0.33 / 0.24)

CMYK percentages

%21.76
%0
%32.64
%24.31

Codes

Color #97C182 in popluar color models

97 C1 82
RGB 151 193 130
HSL 100° 33.69% 63.33%
HSB/HSV 100° 32.64% 75.69%
CMYK 21.76% 0.00% 32.64%
24.31%

Color #97C182 in popluar number systems.

HEX 97 C1 82
Decimal 151 193 130
Binary 10010111 11000001 10000010
Octal 227 301 202

Shades and tints

Shades of #97C182

#97C182
(151,193,130)
#8AB077
(138,176,119)
#7D9F6C
(125,159,108)
#708E61
(112,142,97)
#637D56
(99,125,86)
#566C4B
(86,108,75)
#495B40
(73,91,64)
#3C4A35
(60,74,53)
#2F392A
(47,57,42)
#22281F
(34,40,31)
#151714
(21,23,20)
#000000
(0,0,0)

Tints of #97C182

#97C182
(151,193,130)
#A0C68D
(160,198,141)
#A9CB98
(169,203,152)
#B2D0A3
(178,208,163)
#BBD5AE
(187,213,174)
#C4DAB9
(196,218,185)
#CDDFC4
(205,223,196)
#D6E4CF
(214,228,207)
#DFE9DA
(223,233,218)
#E8EEE5
(232,238,229)
#F1F3F0
(241,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97C182 color. Also use rgb(151,193,130) instead hex code.

Text Font Color

.myTextColor { color: #97C182; }

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

This text font color is #97C182.

Background Color

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

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

This div background color is #97C182.

Border color

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

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

This div border color is #97C182.

Opacity

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

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

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

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

This text has shadow with #97C182 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #97C182.

Preview

Color preview on black background

This text has color #97C182 on black background.


Color preview on white background

This text has color #97C182 on white background.


Black color preview on #97C182 background

This text has black color on #97C182 background.


White color preview on #97C182 background

This text has white color on #97C182 background.


Related colors

Complementary color

Complementary color for #hex is #683E7D.


I love getcolorcode.com

Triadic colors

1 #8297C1 and #C18297 with #97C182 are triadic colors.

2 #82C197 and #C19782 with #97C182 are triadic colors.