COLOR #97BB8F

HEX: #97BB8F
RGB: (151,187,143)

Color info

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

RGB color model

#97BB8F color RGB value is (151,187,143).

  • red value is 151;
  • green value is 187;
  • blue value is 143.
RGB:
(151,187,143)
(59%,73%,56%)

RGB channels and saturation

R 151 of 255 = 59%
G 187 of 255 = 73%
B 143 of 255 = 56%

151
187
143

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

Portions of RGB colors in percentages

R + G + B =
151 + 187 + 143 = 481 (100%)
R 151 of 481 ~ 31.39%
G 187 of 481 ~ 38.88%
B 143 of 481 ~ 29.73%

%31.39
%38.88
%29.73

CMYK color model

#97BB8F color CMYK value is (19,0,24,27).

  • cyan value is 19.25%
  • magenta value is 0.00%
  • yellow value is 23.53%
  • key color value is 26.67%
CMYK:
(19,0,24,27)
C19M0Y24K27 
(19%,0%,24%,27%)
(0.19/0.00/0.24/0.27)	

CMYK percentages

%19.25
%0
%23.53
%26.67

Codes

Color #97BB8F in popluar color models

97BB8F
RGB151187143
HSL109°24.44%64.71%
HSB/HSV109°23.53%73.33%
CMYK19.25%0.00%23.53%
26.67%

Color #97BB8F in popluar number systems.

HEX97BB8F
Decimal151187143
Binary100101111011101110001111
Octal227273217

Shades and tints

Shades of #97BB8F

#97BB8F
(151,187,143)
#8AAA82
(138,170,130)
#7D9975
(125,153,117)
#708868
(112,136,104)
#63775B
(99,119,91)
#56664E
(86,102,78)
#495541
(73,85,65)
#3C4434
(60,68,52)
#2F3327
(47,51,39)
#22221A
(34,34,26)
#15110D
(21,17,13)
#000000
(0,0,0)

Tints of #97BB8F

#97BB8F
(151,187,143)
#A0C199
(160,193,153)
#A9C7A3
(169,199,163)
#B2CDAD
(178,205,173)
#BBD3B7
(187,211,183)
#C4D9C1
(196,217,193)
#CDDFCB
(205,223,203)
#D6E5D5
(214,229,213)
#DFEBDF
(223,235,223)
#E8F1E9
(232,241,233)
#F1F7F3
(241,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97BB8F color. Also use rgb(151,187,143) instead hex code.

Text Font Color

.myTextColor { color: #97BB8F; }

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

This text font color is #97BB8F.


Background Color

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

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

This div background color is #97BB8F.


Border color

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

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

This div border color is #97BB8F.


Opacity

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

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

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

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

This text has shadow with #97BB8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97BB8F on black background.


Color preview on white background

This text has color #97BB8F on white background.



Black color preview on #97BB8F background

This text has black color on #97BB8F background.


White color preview on #97BB8F background

This text has white color on #97BB8F background.