COLOR #97E167

HEX: #97E167
RGB: (151,225,103)

Color info

#97E167 contains mainly green color. Web safe color of #97E167 is #99CC66 (or #9C6).

RGB color model

#97E167 color RGB value is (151,225,103).

  • red value is 151;
  • green value is 225;
  • blue value is 103.
RGB:
(151,225,103)
(59%,88%,40%)

RGB channels and saturation

R 151 of 255 = 59%
G 225 of 255 = 88%
B 103 of 255 = 40%

151
225
103

R + G + B ~ 62%. #97E167 is quite light color.

Portions of RGB colors in percentages

R + G + B =
151 + 225 + 103 = 479 (100%)
R 151 of 479 ~ 31.52%
G 225 of 479 ~ 46.97%
B 103 of 479 ~ 21.5%

%31.52
%46.97
%21.5

CMYK color model

#97E167 color CMYK value is (33,0,54,12).

  • cyan value is 32.89%
  • magenta value is 0.00%
  • yellow value is 54.22%
  • key color value is 11.76%
CMYK:
(33,0,54,12)
C33M0Y54K12 
(33%,0%,54%,12%)
(0.33/0.00/0.54/0.12)	

CMYK percentages

%32.89
%0
%54.22
%11.76

Codes

Color #97E167 in popluar color models

97E167
RGB151225103
HSL96°67.03%64.31%
HSB/HSV96°54.22%88.24%
CMYK32.89%0.00%54.22%
11.76%

Color #97E167 in popluar number systems.

HEX97E167
Decimal151225103
Binary10010111111000011100111
Octal227341147

Shades and tints

Shades of #97E167

#97E167
(151,225,103)
#8ACD5E
(138,205,94)
#7DB955
(125,185,85)
#70A54C
(112,165,76)
#639143
(99,145,67)
#567D3A
(86,125,58)
#496931
(73,105,49)
#3C5528
(60,85,40)
#2F411F
(47,65,31)
#222D16
(34,45,22)
#15190D
(21,25,13)
#000000
(0,0,0)

Tints of #97E167

#97E167
(151,225,103)
#A0E374
(160,227,116)
#A9E581
(169,229,129)
#B2E78E
(178,231,142)
#BBE99B
(187,233,155)
#C4EBA8
(196,235,168)
#CDEDB5
(205,237,181)
#D6EFC2
(214,239,194)
#DFF1CF
(223,241,207)
#E8F3DC
(232,243,220)
#F1F5E9
(241,245,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97E167 color. Also use rgb(151,225,103) instead hex code.

Text Font Color

.myTextColor { color: #97E167; }

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

This text font color is #97E167.


Background Color

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

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

This div background color is #97E167.


Border color

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

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

This div border color is #97E167.


Opacity

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

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

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

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

This text has shadow with #97E167 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97E167 on black background.


Color preview on white background

This text has color #97E167 on white background.



Black color preview on #97E167 background

This text has black color on #97E167 background.


White color preview on #97E167 background

This text has white color on #97E167 background.