COLOR #97BD6C

HEX: #97BD6C
RGB: (151,189,108)

Color info

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

RGB color model

#97BD6C color RGB value is (151,189,108).

  • red value is 151;
  • green value is 189;
  • blue value is 108.
RGB:
(151,189,108)
(59%,74%,42%)

RGB channels and saturation

R 151 of 255 = 59%
G 189 of 255 = 74%
B 108 of 255 = 42%

151
189
108

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

Portions of RGB colors in percentages

R + G + B =
151 + 189 + 108 = 448 (100%)
R 151 of 448 ~ 33.71%
G 189 of 448 ~ 42.19%
B 108 of 448 ~ 24.11%

%33.71
%42.19
%24.11

CMYK color model

#97BD6C color CMYK value is (20,0,43,26).

  • cyan value is 20.11%
  • magenta value is 0.00%
  • yellow value is 42.86%
  • key color value is 25.88%
CMYK:
(20,0,43,26)
C20M0Y43K26 
(20%,0%,43%,26%)
(0.20/0.00/0.43/0.26)	

CMYK percentages

%20.11
%0
%42.86
%25.88

Codes

Color #97BD6C in popluar color models

97BD6C
RGB151189108
HSL88°38.03%58.24%
HSB/HSV88°42.86%74.12%
CMYK20.11%0.00%42.86%
25.88%

Color #97BD6C in popluar number systems.

HEX97BD6C
Decimal151189108
Binary10010111101111011101100
Octal227275154

Shades and tints

Shades of #97BD6C

#97BD6C
(151,189,108)
#8AAC63
(138,172,99)
#7D9B5A
(125,155,90)
#708A51
(112,138,81)
#637948
(99,121,72)
#56683F
(86,104,63)
#495736
(73,87,54)
#3C462D
(60,70,45)
#2F3524
(47,53,36)
#22241B
(34,36,27)
#151312
(21,19,18)
#000000
(0,0,0)

Tints of #97BD6C

#97BD6C
(151,189,108)
#A0C379
(160,195,121)
#A9C986
(169,201,134)
#B2CF93
(178,207,147)
#BBD5A0
(187,213,160)
#C4DBAD
(196,219,173)
#CDE1BA
(205,225,186)
#D6E7C7
(214,231,199)
#DFEDD4
(223,237,212)
#E8F3E1
(232,243,225)
#F1F9EE
(241,249,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97BD6C color. Also use rgb(151,189,108) instead hex code.

Text Font Color

.myTextColor { color: #97BD6C; }

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

This text font color is #97BD6C.


Background Color

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

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

This div background color is #97BD6C.


Border color

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

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

This div border color is #97BD6C.


Opacity

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

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

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

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

This text has shadow with #97BD6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97BD6C on black background.


Color preview on white background

This text has color #97BD6C on white background.



Black color preview on #97BD6C background

This text has black color on #97BD6C background.


White color preview on #97BD6C background

This text has white color on #97BD6C background.