COLOR #97D88E

HEX: #97D88E
RGB: (151,216,142)

Color info

#97D88E contains mainly green color. Web safe color of #97D88E is #99CC99 (or #9C9).

RGB color model

#97D88E color RGB value is (151,216,142).

  • red value is 151;
  • green value is 216;
  • blue value is 142.
RGB:
(151,216,142)
(59%,85%,56%)

RGB channels and saturation

R 151 of 255 = 59%
G 216 of 255 = 85%
B 142 of 255 = 56%

151
216
142

R + G + B ~ 67%. #97D88E is quite light color.

Portions of RGB colors in percentages

R + G + B =
151 + 216 + 142 = 509 (100%)
R 151 of 509 ~ 29.67%
G 216 of 509 ~ 42.44%
B 142 of 509 ~ 27.9%

%29.67
%42.44
%27.9

CMYK color model

#97D88E color CMYK value is (30,0,34,15).

  • cyan value is 30.09%
  • magenta value is 0.00%
  • yellow value is 34.26%
  • key color value is 15.29%
CMYK:
(30,0,34,15)
C30M0Y34K15 
(30%,0%,34%,15%)
(0.30/0.00/0.34/0.15)	

CMYK percentages

%30.09
%0
%34.26
%15.29

Codes

Color #97D88E in popluar color models

97D88E
RGB151216142
HSL113°48.68%70.20%
HSB/HSV113°34.26%84.71%
CMYK30.09%0.00%34.26%
15.29%

Color #97D88E in popluar number systems.

HEX97D88E
Decimal151216142
Binary100101111101100010001110
Octal227330216

Shades and tints

Shades of #97D88E

#97D88E
(151,216,142)
#8AC582
(138,197,130)
#7DB276
(125,178,118)
#709F6A
(112,159,106)
#638C5E
(99,140,94)
#567952
(86,121,82)
#496646
(73,102,70)
#3C533A
(60,83,58)
#2F402E
(47,64,46)
#222D22
(34,45,34)
#151A16
(21,26,22)
#000000
(0,0,0)

Tints of #97D88E

#97D88E
(151,216,142)
#A0DB98
(160,219,152)
#A9DEA2
(169,222,162)
#B2E1AC
(178,225,172)
#BBE4B6
(187,228,182)
#C4E7C0
(196,231,192)
#CDEACA
(205,234,202)
#D6EDD4
(214,237,212)
#DFF0DE
(223,240,222)
#E8F3E8
(232,243,232)
#F1F6F2
(241,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97D88E color. Also use rgb(151,216,142) instead hex code.

Text Font Color

.myTextColor { color: #97D88E; }

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

This text font color is #97D88E.


Background Color

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

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

This div background color is #97D88E.


Border color

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

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

This div border color is #97D88E.


Opacity

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

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

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

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

This text has shadow with #97D88E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97D88E on black background.


Color preview on white background

This text has color #97D88E on white background.



Black color preview on #97D88E background

This text has black color on #97D88E background.


White color preview on #97D88E background

This text has white color on #97D88E background.