COLOR #97C681

HEX: #97C681 RGB: (151,198,129)

Color info

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

RGB color model

#97C681 color RGB value is (151,198,129).

RGB: (151,198,129) (59%, 78%, 51%)

RGB channels and saturation

R 151 of 255 = 59%
G 198 of 255 = 78%
B 129 of 255 = 51%

151
198
129

R + G + B ~ 63%. #97C681 is quite light color.

Portions of RGB colors in percentages

R + G + B = 151 + 198 + 129 = 478 (100%)
R 151 of 478 ~ 31.59%
G 198 of 478 ~ 41.42%
B 129 of 478 ~ 26.99'%

%31.59
%41.42
%26.99

CMYK color model

#97C681 color CMYK value is (24,0,35,22).

  • cyan value is 23.74%
  • magenta value is 0.00%
  • yellow value is 34.85%
  • key color value is 22.35%
CMYK: (24,0,35,22) C24M0Y35K22 (24%,0%,35%,22%) (0.24/0.00/0.35/0.22) 

CMYK percentages

%23.74
%0
%34.85
%22.35

Codes

Color #97C681 in popluar color models

97 C6 81
RGB 151 198 129
HSL 101° 37.70% 64.12%
HSB/HSV 101° 34.85% 77.65%
CMYK 23.74% 0.00% 34.85%
22.35%

Color #97C681 in popluar number systems.

HEX 97 C6 81
Decimal 151 198 129
Binary 10010111 11000110 10000001
Octal 227 306 201

Shades and tints

Shades of #97C681

#97C681
(151,198,129)
#8AB476
(138,180,118)
#7DA26B
(125,162,107)
#709060
(112,144,96)
#637E55
(99,126,85)
#566C4A
(86,108,74)
#495A3F
(73,90,63)
#3C4834
(60,72,52)
#2F3629
(47,54,41)
#22241E
(34,36,30)
#151213
(21,18,19)
#000000
(0,0,0)

Tints of #97C681

#97C681
(151,198,129)
#A0CB8C
(160,203,140)
#A9D097
(169,208,151)
#B2D5A2
(178,213,162)
#BBDAAD
(187,218,173)
#C4DFB8
(196,223,184)
#CDE4C3
(205,228,195)
#D6E9CE
(214,233,206)
#DFEED9
(223,238,217)
#E8F3E4
(232,243,228)
#F1F8EF
(241,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97C681 color. Also use rgb(151,198,129) instead hex code.

Text Font Color

.myTextColor { color: #97C681; }

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

This text font color is #97C681.

Background Color

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

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

This div background color is #97C681.

Border color

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

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

This div border color is #97C681.

Opacity

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

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

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

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

This text has shadow with #97C681 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #97C681.

Preview

Color preview on black background

This text has color #97C681 on black background.


Color preview on white background

This text has color #97C681 on white background.


Black color preview on #97C681 background

This text has black color on #97C681 background.


White color preview on #97C681 background

This text has white color on #97C681 background.


Related colors

Complementary color

Complementary color for #hex is #68397E.


I love getcolorcode.com

Triadic colors

1 #8197C6 and #C68197 with #97C681 are triadic colors.

2 #81C697 and #C69781 with #97C681 are triadic colors.