COLOR #97C09E

HEX: #97C09E
RGB: (151,192,158)

Color info

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

RGB color model

#97C09E color RGB value is (151,192,158).

  • red value is 151;
  • green value is 192;
  • blue value is 158.
RGB:
(151,192,158)
(59%,75%,62%)

RGB channels and saturation

R 151 of 255 = 59%
G 192 of 255 = 75%
B 158 of 255 = 62%

151
192
158

R + G + B ~ 65%. #97C09E is quite light color.

Portions of RGB colors in percentages

R + G + B =
151 + 192 + 158 = 501 (100%)
R 151 of 501 ~ 30.14%
G 192 of 501 ~ 38.32%
B 158 of 501 ~ 31.54%

%30.14
%38.32
%31.54

CMYK color model

#97C09E color CMYK value is (21,0,18,25).

  • cyan value is 21.35%
  • magenta value is 0.00%
  • yellow value is 17.71%
  • key color value is 24.71%
CMYK:
(21,0,18,25)
C21M0Y18K25 
(21%,0%,18%,25%)
(0.21/0.00/0.18/0.25)	

CMYK percentages

%21.35
%0
%17.71
%24.71

Codes

Color #97C09E in popluar color models

97C09E
RGB151192158
HSL130°24.55%67.25%
HSB/HSV130°21.35%75.29%
CMYK21.35%0.00%17.71%
24.71%

Color #97C09E in popluar number systems.

HEX97C09E
Decimal151192158
Binary100101111100000010011110
Octal227300236

Shades and tints

Shades of #97C09E

#97C09E
(151,192,158)
#8AAF90
(138,175,144)
#7D9E82
(125,158,130)
#708D74
(112,141,116)
#637C66
(99,124,102)
#566B58
(86,107,88)
#495A4A
(73,90,74)
#3C493C
(60,73,60)
#2F382E
(47,56,46)
#222720
(34,39,32)
#151612
(21,22,18)
#000000
(0,0,0)

Tints of #97C09E

#97C09E
(151,192,158)
#A0C5A6
(160,197,166)
#A9CAAE
(169,202,174)
#B2CFB6
(178,207,182)
#BBD4BE
(187,212,190)
#C4D9C6
(196,217,198)
#CDDECE
(205,222,206)
#D6E3D6
(214,227,214)
#DFE8DE
(223,232,222)
#E8EDE6
(232,237,230)
#F1F2EE
(241,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97C09E color. Also use rgb(151,192,158) instead hex code.

Text Font Color

.myTextColor { color: #97C09E; }

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

This text font color is #97C09E.


Background Color

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

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

This div background color is #97C09E.


Border color

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

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

This div border color is #97C09E.


Opacity

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

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

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

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

This text has shadow with #97C09E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97C09E on black background.


Color preview on white background

This text has color #97C09E on white background.



Black color preview on #97C09E background

This text has black color on #97C09E background.


White color preview on #97C09E background

This text has white color on #97C09E background.