COLOR #97F1B0

HEX: #97F1B0
RGB: (151,241,176)

Color info

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

RGB color model

#97F1B0 color RGB value is (151,241,176).

  • red value is 151;
  • green value is 241;
  • blue value is 176.
RGB:
(151,241,176)
(59%,95%,69%)

RGB channels and saturation

R 151 of 255 = 59%
G 241 of 255 = 95%
B 176 of 255 = 69%

151
241
176

R + G + B ~ 74%. #97F1B0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
151 + 241 + 176 = 568 (100%)
R 151 of 568 ~ 26.58%
G 241 of 568 ~ 42.43%
B 176 of 568 ~ 30.99%

%26.58
%42.43
%30.99

CMYK color model

#97F1B0 color CMYK value is (37,0,27,5).

  • cyan value is 37.34%
  • magenta value is 0.00%
  • yellow value is 26.97%
  • key color value is 5.49%
CMYK:
(37,0,27,5)
C37M0Y27K5 
(37%,0%,27%,5%)
(0.37/0.00/0.27/0.05)	

CMYK percentages

%37.34
%0
%26.97
%5.49

Codes

Color #97F1B0 in popluar color models

97F1B0
RGB151241176
HSL137°76.27%76.86%
HSB/HSV137°37.34%94.51%
CMYK37.34%0.00%26.97%
5.49%

Color #97F1B0 in popluar number systems.

HEX97F1B0
Decimal151241176
Binary100101111111000110110000
Octal227361260

Shades and tints

Shades of #97F1B0

#97F1B0
(151,241,176)
#8ADCA0
(138,220,160)
#7DC790
(125,199,144)
#70B280
(112,178,128)
#639D70
(99,157,112)
#568860
(86,136,96)
#497350
(73,115,80)
#3C5E40
(60,94,64)
#2F4930
(47,73,48)
#223420
(34,52,32)
#151F10
(21,31,16)
#000000
(0,0,0)

Tints of #97F1B0

#97F1B0
(151,241,176)
#A0F2B7
(160,242,183)
#A9F3BE
(169,243,190)
#B2F4C5
(178,244,197)
#BBF5CC
(187,245,204)
#C4F6D3
(196,246,211)
#CDF7DA
(205,247,218)
#D6F8E1
(214,248,225)
#DFF9E8
(223,249,232)
#E8FAEF
(232,250,239)
#F1FBF6
(241,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97F1B0 color. Also use rgb(151,241,176) instead hex code.

Text Font Color

.myTextColor { color: #97F1B0; }

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

This text font color is #97F1B0.


Background Color

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

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

This div background color is #97F1B0.


Border color

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

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

This div border color is #97F1B0.


Opacity

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

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

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

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

This text has shadow with #97F1B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97F1B0 on black background.


Color preview on white background

This text has color #97F1B0 on white background.



Black color preview on #97F1B0 background

This text has black color on #97F1B0 background.


White color preview on #97F1B0 background

This text has white color on #97F1B0 background.