COLOR #97BE8E

HEX: #97BE8E
RGB: (151,190,142)

Color info

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

RGB color model

#97BE8E color RGB value is (151,190,142).

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

RGB channels and saturation

R 151 of 255 = 59%
G 190 of 255 = 75%
B 142 of 255 = 56%

151
190
142

R + G + B ~ 63%. #97BE8E is quite light color.

Portions of RGB colors in percentages

R + G + B =
151 + 190 + 142 = 483 (100%)
R 151 of 483 ~ 31.26%
G 190 of 483 ~ 39.34%
B 142 of 483 ~ 29.4%

%31.26
%39.34
%29.4

CMYK color model

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

  • cyan value is 20.53%
  • magenta value is 0.00%
  • yellow value is 25.26%
  • key color value is 25.49%
CMYK:
(21,0,25,25)
C21M0Y25K25 
(21%,0%,25%,25%)
(0.21/0.00/0.25/0.25)	

CMYK percentages

%20.53
%0
%25.26
%25.49

Codes

Color #97BE8E in popluar color models

97BE8E
RGB151190142
HSL109°26.97%65.10%
HSB/HSV109°25.26%74.51%
CMYK20.53%0.00%25.26%
25.49%

Color #97BE8E in popluar number systems.

HEX97BE8E
Decimal151190142
Binary100101111011111010001110
Octal227276216

Shades and tints

Shades of #97BE8E

#97BE8E
(151,190,142)
#8AAD82
(138,173,130)
#7D9C76
(125,156,118)
#708B6A
(112,139,106)
#637A5E
(99,122,94)
#566952
(86,105,82)
#495846
(73,88,70)
#3C473A
(60,71,58)
#2F362E
(47,54,46)
#222522
(34,37,34)
#151416
(21,20,22)
#000000
(0,0,0)

Tints of #97BE8E

#97BE8E
(151,190,142)
#A0C398
(160,195,152)
#A9C8A2
(169,200,162)
#B2CDAC
(178,205,172)
#BBD2B6
(187,210,182)
#C4D7C0
(196,215,192)
#CDDCCA
(205,220,202)
#D6E1D4
(214,225,212)
#DFE6DE
(223,230,222)
#E8EBE8
(232,235,232)
#F1F0F2
(241,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97BE8E; }

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

This text font color is #97BE8E.


Background Color

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

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

This div background color is #97BE8E.


Border color

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

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

This div border color is #97BE8E.


Opacity

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

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

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

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

This text has shadow with #97BE8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97BE8E on black background.


Color preview on white background

This text has color #97BE8E on white background.



Black color preview on #97BE8E background

This text has black color on #97BE8E background.


White color preview on #97BE8E background

This text has white color on #97BE8E background.