COLOR #97B995

HEX: #97B995
RGB: (151,185,149)

Color info

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

RGB color model

#97B995 color RGB value is (151,185,149).

  • red value is 151;
  • green value is 185;
  • blue value is 149.
RGB:
(151,185,149)
(59%,73%,58%)

RGB channels and saturation

R 151 of 255 = 59%
G 185 of 255 = 73%
B 149 of 255 = 58%

151
185
149

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

Portions of RGB colors in percentages

R + G + B =
151 + 185 + 149 = 485 (100%)
R 151 of 485 ~ 31.13%
G 185 of 485 ~ 38.14%
B 149 of 485 ~ 30.72%

%31.13
%38.14
%30.72

CMYK color model

#97B995 color CMYK value is (18,0,19,27).

  • cyan value is 18.38%
  • magenta value is 0.00%
  • yellow value is 19.46%
  • key color value is 27.45%
CMYK:
(18,0,19,27)
C18M0Y19K27 
(18%,0%,19%,27%)
(0.18/0.00/0.19/0.27)	

CMYK percentages

%18.38
%0
%19.46
%27.45

Codes

Color #97B995 in popluar color models

97B995
RGB151185149
HSL117°20.45%65.49%
HSB/HSV117°19.46%72.55%
CMYK18.38%0.00%19.46%
27.45%

Color #97B995 in popluar number systems.

HEX97B995
Decimal151185149
Binary100101111011100110010101
Octal227271225

Shades and tints

Shades of #97B995

#97B995
(151,185,149)
#8AA988
(138,169,136)
#7D997B
(125,153,123)
#70896E
(112,137,110)
#637961
(99,121,97)
#566954
(86,105,84)
#495947
(73,89,71)
#3C493A
(60,73,58)
#2F392D
(47,57,45)
#222920
(34,41,32)
#151913
(21,25,19)
#000000
(0,0,0)

Tints of #97B995

#97B995
(151,185,149)
#A0BF9E
(160,191,158)
#A9C5A7
(169,197,167)
#B2CBB0
(178,203,176)
#BBD1B9
(187,209,185)
#C4D7C2
(196,215,194)
#CDDDCB
(205,221,203)
#D6E3D4
(214,227,212)
#DFE9DD
(223,233,221)
#E8EFE6
(232,239,230)
#F1F5EF
(241,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97B995 color. Also use rgb(151,185,149) instead hex code.

Text Font Color

.myTextColor { color: #97B995; }

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

This text font color is #97B995.


Background Color

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

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

This div background color is #97B995.


Border color

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

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

This div border color is #97B995.


Opacity

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

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

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

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

This text has shadow with #97B995 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97B995 on black background.


Color preview on white background

This text has color #97B995 on white background.



Black color preview on #97B995 background

This text has black color on #97B995 background.


White color preview on #97B995 background

This text has white color on #97B995 background.