COLOR #97B865

HEX: #97B865
RGB: (151,184,101)

Color info

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

RGB color model

#97B865 color RGB value is (151,184,101).

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

RGB channels and saturation

R 151 of 255 = 59%
G 184 of 255 = 72%
B 101 of 255 = 40%

151
184
101

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

Portions of RGB colors in percentages

R + G + B =
151 + 184 + 101 = 436 (100%)
R 151 of 436 ~ 34.63%
G 184 of 436 ~ 42.2%
B 101 of 436 ~ 23.17%

%34.63
%42.2
%23.17

CMYK color model

#97B865 color CMYK value is (18,0,45,28).

  • cyan value is 17.93%
  • magenta value is 0.00%
  • yellow value is 45.11%
  • key color value is 27.84%
CMYK:
(18,0,45,28)
C18M0Y45K28 
(18%,0%,45%,28%)
(0.18/0.00/0.45/0.28)	

CMYK percentages

%17.93
%0
%45.11
%27.84

Codes

Color #97B865 in popluar color models

97B865
RGB151184101
HSL84°36.89%55.88%
HSB/HSV84°45.11%72.16%
CMYK17.93%0.00%45.11%
27.84%

Color #97B865 in popluar number systems.

HEX97B865
Decimal151184101
Binary10010111101110001100101
Octal227270145

Shades and tints

Shades of #97B865

#97B865
(151,184,101)
#8AA85C
(138,168,92)
#7D9853
(125,152,83)
#70884A
(112,136,74)
#637841
(99,120,65)
#566838
(86,104,56)
#49582F
(73,88,47)
#3C4826
(60,72,38)
#2F381D
(47,56,29)
#222814
(34,40,20)
#15180B
(21,24,11)
#000000
(0,0,0)

Tints of #97B865

#97B865
(151,184,101)
#A0BE73
(160,190,115)
#A9C481
(169,196,129)
#B2CA8F
(178,202,143)
#BBD09D
(187,208,157)
#C4D6AB
(196,214,171)
#CDDCB9
(205,220,185)
#D6E2C7
(214,226,199)
#DFE8D5
(223,232,213)
#E8EEE3
(232,238,227)
#F1F4F1
(241,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97B865; }

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

This text font color is #97B865.


Background Color

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

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

This div background color is #97B865.


Border color

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

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

This div border color is #97B865.


Opacity

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

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

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

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

This text has shadow with #97B865 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97B865 on black background.


Color preview on white background

This text has color #97B865 on white background.



Black color preview on #97B865 background

This text has black color on #97B865 background.


White color preview on #97B865 background

This text has white color on #97B865 background.