COLOR #97B86B

HEX: #97B86B
RGB: (151,184,107)

Color info

#97B86B contains mainly red and green colors. Web safe color of #97B86B is #99CC66 (or #9C6).

RGB color model

#97B86B color RGB value is (151,184,107).

  • red value is 151;
  • green value is 184;
  • blue value is 107.
RGB:
(151,184,107)
(59%,72%,42%)

RGB channels and saturation

R 151 of 255 = 59%
G 184 of 255 = 72%
B 107 of 255 = 42%

151
184
107

R + G + B ~ 58%. #97B86B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
151 + 184 + 107 = 442 (100%)
R 151 of 442 ~ 34.16%
G 184 of 442 ~ 41.63%
B 107 of 442 ~ 24.21%

%34.16
%41.63
%24.21

CMYK color model

#97B86B color CMYK value is (18,0,42,28).

  • cyan value is 17.93%
  • magenta value is 0.00%
  • yellow value is 41.85%
  • key color value is 27.84%
CMYK:
(18,0,42,28)
C18M0Y42K28 
(18%,0%,42%,28%)
(0.18/0.00/0.42/0.28)	

CMYK percentages

%17.93
%0
%41.85
%27.84

Codes

Color #97B86B in popluar color models

97B86B
RGB151184107
HSL86°35.16%57.06%
HSB/HSV86°41.85%72.16%
CMYK17.93%0.00%41.85%
27.84%

Color #97B86B in popluar number systems.

HEX97B86B
Decimal151184107
Binary10010111101110001101011
Octal227270153

Shades and tints

Shades of #97B86B

#97B86B
(151,184,107)
#8AA862
(138,168,98)
#7D9859
(125,152,89)
#708850
(112,136,80)
#637847
(99,120,71)
#56683E
(86,104,62)
#495835
(73,88,53)
#3C482C
(60,72,44)
#2F3823
(47,56,35)
#22281A
(34,40,26)
#151811
(21,24,17)
#000000
(0,0,0)

Tints of #97B86B

#97B86B
(151,184,107)
#A0BE78
(160,190,120)
#A9C485
(169,196,133)
#B2CA92
(178,202,146)
#BBD09F
(187,208,159)
#C4D6AC
(196,214,172)
#CDDCB9
(205,220,185)
#D6E2C6
(214,226,198)
#DFE8D3
(223,232,211)
#E8EEE0
(232,238,224)
#F1F4ED
(241,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97B86B color. Also use rgb(151,184,107) instead hex code.

Text Font Color

.myTextColor { color: #97B86B; }

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

This text font color is #97B86B.


Background Color

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

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

This div background color is #97B86B.


Border color

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

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

This div border color is #97B86B.


Opacity

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

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

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

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

This text has shadow with #97B86B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97B86B on black background.


Color preview on white background

This text has color #97B86B on white background.



Black color preview on #97B86B background

This text has black color on #97B86B background.


White color preview on #97B86B background

This text has white color on #97B86B background.