COLOR #97BF9E

HEX: #97BF9E
RGB: (151,191,158)

Color info

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

RGB color model

#97BF9E color RGB value is (151,191,158).

  • red value is 151;
  • green value is 191;
  • blue value is 158.
RGB:
(151,191,158)
(59%,75%,62%)

RGB channels and saturation

R 151 of 255 = 59%
G 191 of 255 = 75%
B 158 of 255 = 62%

151
191
158

R + G + B ~ 65%. #97BF9E is quite light color.

Portions of RGB colors in percentages

R + G + B =
151 + 191 + 158 = 500 (100%)
R 151 of 500 ~ 30.2%
G 191 of 500 ~ 38.2%
B 158 of 500 ~ 31.6%

%30.2
%38.2
%31.6

CMYK color model

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

  • cyan value is 20.94%
  • magenta value is 0.00%
  • yellow value is 17.28%
  • key color value is 25.10%
CMYK:
(21,0,17,25)
C21M0Y17K25 
(21%,0%,17%,25%)
(0.21/0.00/0.17/0.25)	

CMYK percentages

%20.94
%0
%17.28
%25.1

Codes

Color #97BF9E in popluar color models

97BF9E
RGB151191158
HSL131°23.81%67.06%
HSB/HSV131°20.94%74.90%
CMYK20.94%0.00%17.28%
25.10%

Color #97BF9E in popluar number systems.

HEX97BF9E
Decimal151191158
Binary100101111011111110011110
Octal227277236

Shades and tints

Shades of #97BF9E

#97BF9E
(151,191,158)
#8AAE90
(138,174,144)
#7D9D82
(125,157,130)
#708C74
(112,140,116)
#637B66
(99,123,102)
#566A58
(86,106,88)
#49594A
(73,89,74)
#3C483C
(60,72,60)
#2F372E
(47,55,46)
#222620
(34,38,32)
#151512
(21,21,18)
#000000
(0,0,0)

Tints of #97BF9E

#97BF9E
(151,191,158)
#A0C4A6
(160,196,166)
#A9C9AE
(169,201,174)
#B2CEB6
(178,206,182)
#BBD3BE
(187,211,190)
#C4D8C6
(196,216,198)
#CDDDCE
(205,221,206)
#D6E2D6
(214,226,214)
#DFE7DE
(223,231,222)
#E8ECE6
(232,236,230)
#F1F1EE
(241,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97BF9E color. Also use rgb(151,191,158) instead hex code.

Text Font Color

.myTextColor { color: #97BF9E; }

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

This text font color is #97BF9E.


Background Color

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

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

This div background color is #97BF9E.


Border color

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

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

This div border color is #97BF9E.


Opacity

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

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

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

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

This text has shadow with #97BF9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97BF9E on black background.


Color preview on white background

This text has color #97BF9E on white background.



Black color preview on #97BF9E background

This text has black color on #97BF9E background.


White color preview on #97BF9E background

This text has white color on #97BF9E background.