COLOR #97EE9C

HEX: #97EE9C RGB: (151,238,156)

Color info

#97EE9C contains mainly green color. Web safe color of #97EE9C is #99FF99 (or #9F9).

RGB color model

#97EE9C color RGB value is (151,238,156).

RGB: (151,238,156) (59%, 93%, 61%)

RGB channels and saturation

R 151 of 255 = 59%
G 238 of 255 = 93%
B 156 of 255 = 61%

151
238
156

R + G + B ~ 71%. #97EE9C is quite light color.

Portions of RGB colors in percentages

R + G + B = 151 + 238 + 156 = 545 (100%)
R 151 of 545 ~ 27.71%
G 238 of 545 ~ 43.67%
B 156 of 545 ~ 28.62'%

%27.71
%43.67
%28.62

CMYK color model

#97EE9C color CMYK value is (37,0,34,7).

  • cyan value is 36.55%
  • magenta value is 0.00%
  • yellow value is 34.45%
  • key color value is 6.67%

CMYK: (37,0,34,7)
C37M0Y34K7 (37%, 0%, 34%, 7%)
(0.37 / 0.00 / 0.34 / 0.07)

CMYK percentages

%36.55
%0
%34.45
%6.67

Codes

Color #97EE9C in popluar color models

97 EE 9C
RGB 151 238 156
HSL 123° 71.90% 76.27%
HSB/HSV 123° 36.55% 93.33%
CMYK 36.55% 0.00% 34.45%
6.67%

Color #97EE9C in popluar number systems.

HEX 97 EE 9C
Decimal 151 238 156
Binary 10010111 11101110 10011100
Octal 227 356 234

Shades and tints

Shades of #97EE9C

#97EE9C
(151,238,156)
#8AD98E
(138,217,142)
#7DC480
(125,196,128)
#70AF72
(112,175,114)
#639A64
(99,154,100)
#568556
(86,133,86)
#497048
(73,112,72)
#3C5B3A
(60,91,58)
#2F462C
(47,70,44)
#22311E
(34,49,30)
#151C10
(21,28,16)
#000000
(0,0,0)

Tints of #97EE9C

#97EE9C
(151,238,156)
#A0EFA5
(160,239,165)
#A9F0AE
(169,240,174)
#B2F1B7
(178,241,183)
#BBF2C0
(187,242,192)
#C4F3C9
(196,243,201)
#CDF4D2
(205,244,210)
#D6F5DB
(214,245,219)
#DFF6E4
(223,246,228)
#E8F7ED
(232,247,237)
#F1F8F6
(241,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97EE9C; }

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

This text font color is #97EE9C.

Background Color

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

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

This div background color is #97EE9C.

Border color

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

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

This div border color is #97EE9C.

Opacity

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

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

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

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

This text has shadow with #97EE9C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #97EE9C.

Preview

Color preview on black background

This text has color #97EE9C on black background.


Color preview on white background

This text has color #97EE9C on white background.


Black color preview on #97EE9C background

This text has black color on #97EE9C background.


White color preview on #97EE9C background

This text has white color on #97EE9C background.


Related colors

Complementary color

Complementary color for #hex is #681163.


I love getcolorcode.com

Triadic colors

1 #9C97EE and #EE9C97 with #97EE9C are triadic colors.

2 #9CEE97 and #EE979C with #97EE9C are triadic colors.