COLOR #97E96B

HEX: #97E96B
RGB: (151,233,107)

Color info

#97E96B contains mainly green color. Web safe color of #97E96B is #99FF66 (or #9F6).

RGB color model

#97E96B color RGB value is (151,233,107).

  • red value is 151;
  • green value is 233;
  • blue value is 107.
RGB:
(151,233,107)
(59%,91%,42%)

RGB channels and saturation

R 151 of 255 = 59%
G 233 of 255 = 91%
B 107 of 255 = 42%

151
233
107

R + G + B ~ 64%. #97E96B is quite light color.

Portions of RGB colors in percentages

R + G + B =
151 + 233 + 107 = 491 (100%)
R 151 of 491 ~ 30.75%
G 233 of 491 ~ 47.45%
B 107 of 491 ~ 21.79%

%30.75
%47.45
%21.79

CMYK color model

#97E96B color CMYK value is (35,0,54,9).

  • cyan value is 35.19%
  • magenta value is 0.00%
  • yellow value is 54.08%
  • key color value is 8.63%
CMYK:
(35,0,54,9)
C35M0Y54K9 
(35%,0%,54%,9%)
(0.35/0.00/0.54/0.09)	

CMYK percentages

%35.19
%0
%54.08
%8.63

Codes

Color #97E96B in popluar color models

97E96B
RGB151233107
HSL99°74.12%66.67%
HSB/HSV99°54.08%91.37%
CMYK35.19%0.00%54.08%
8.63%

Color #97E96B in popluar number systems.

HEX97E96B
Decimal151233107
Binary10010111111010011101011
Octal227351153

Shades and tints

Shades of #97E96B

#97E96B
(151,233,107)
#8AD462
(138,212,98)
#7DBF59
(125,191,89)
#70AA50
(112,170,80)
#639547
(99,149,71)
#56803E
(86,128,62)
#496B35
(73,107,53)
#3C562C
(60,86,44)
#2F4123
(47,65,35)
#222C1A
(34,44,26)
#151711
(21,23,17)
#000000
(0,0,0)

Tints of #97E96B

#97E96B
(151,233,107)
#A0EB78
(160,235,120)
#A9ED85
(169,237,133)
#B2EF92
(178,239,146)
#BBF19F
(187,241,159)
#C4F3AC
(196,243,172)
#CDF5B9
(205,245,185)
#D6F7C6
(214,247,198)
#DFF9D3
(223,249,211)
#E8FBE0
(232,251,224)
#F1FDED
(241,253,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97E96B color. Also use rgb(151,233,107) instead hex code.

Text Font Color

.myTextColor { color: #97E96B; }

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

This text font color is #97E96B.


Background Color

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

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

This div background color is #97E96B.


Border color

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

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

This div border color is #97E96B.


Opacity

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

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

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

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

This text has shadow with #97E96B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97E96B on black background.


Color preview on white background

This text has color #97E96B on white background.



Black color preview on #97E96B background

This text has black color on #97E96B background.


White color preview on #97E96B background

This text has white color on #97E96B background.