COLOR #97C09C

HEX: #97C09C
RGB: (151,192,156)

Color info

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

RGB color model

#97C09C color RGB value is (151,192,156).

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

RGB channels and saturation

R 151 of 255 = 59%
G 192 of 255 = 75%
B 156 of 255 = 61%

151
192
156

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

Portions of RGB colors in percentages

R + G + B =
151 + 192 + 156 = 499 (100%)
R 151 of 499 ~ 30.26%
G 192 of 499 ~ 38.48%
B 156 of 499 ~ 31.26%

%30.26
%38.48
%31.26

CMYK color model

#97C09C color CMYK value is (21,0,19,25).

  • cyan value is 21.35%
  • magenta value is 0.00%
  • yellow value is 18.75%
  • key color value is 24.71%
CMYK:
(21,0,19,25)
C21M0Y19K25 
(21%,0%,19%,25%)
(0.21/0.00/0.19/0.25)	

CMYK percentages

%21.35
%0
%18.75
%24.71

Codes

Color #97C09C in popluar color models

97C09C
RGB151192156
HSL127°24.55%67.25%
HSB/HSV127°21.35%75.29%
CMYK21.35%0.00%18.75%
24.71%

Color #97C09C in popluar number systems.

HEX97C09C
Decimal151192156
Binary100101111100000010011100
Octal227300234

Shades and tints

Shades of #97C09C

#97C09C
(151,192,156)
#8AAF8E
(138,175,142)
#7D9E80
(125,158,128)
#708D72
(112,141,114)
#637C64
(99,124,100)
#566B56
(86,107,86)
#495A48
(73,90,72)
#3C493A
(60,73,58)
#2F382C
(47,56,44)
#22271E
(34,39,30)
#151610
(21,22,16)
#000000
(0,0,0)

Tints of #97C09C

#97C09C
(151,192,156)
#A0C5A5
(160,197,165)
#A9CAAE
(169,202,174)
#B2CFB7
(178,207,183)
#BBD4C0
(187,212,192)
#C4D9C9
(196,217,201)
#CDDED2
(205,222,210)
#D6E3DB
(214,227,219)
#DFE8E4
(223,232,228)
#E8EDED
(232,237,237)
#F1F2F6
(241,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97C09C; }

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

This text font color is #97C09C.


Background Color

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

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

This div background color is #97C09C.


Border color

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

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

This div border color is #97C09C.


Opacity

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

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

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

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

This text has shadow with #97C09C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97C09C on black background.


Color preview on white background

This text has color #97C09C on white background.



Black color preview on #97C09C background

This text has black color on #97C09C background.


White color preview on #97C09C background

This text has white color on #97C09C background.