COLOR #97B677

HEX: #97B677
RGB: (151,182,119)

Color info

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

RGB color model

#97B677 color RGB value is (151,182,119).

  • red value is 151;
  • green value is 182;
  • blue value is 119.
RGB:
(151,182,119)
(59%,71%,47%)

RGB channels and saturation

R 151 of 255 = 59%
G 182 of 255 = 71%
B 119 of 255 = 47%

151
182
119

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

Portions of RGB colors in percentages

R + G + B =
151 + 182 + 119 = 452 (100%)
R 151 of 452 ~ 33.41%
G 182 of 452 ~ 40.27%
B 119 of 452 ~ 26.33%

%33.41
%40.27
%26.33

CMYK color model

#97B677 color CMYK value is (17,0,35,29).

  • cyan value is 17.03%
  • magenta value is 0.00%
  • yellow value is 34.62%
  • key color value is 28.63%
CMYK:
(17,0,35,29)
C17M0Y35K29 
(17%,0%,35%,29%)
(0.17/0.00/0.35/0.29)	

CMYK percentages

%17.03
%0
%34.62
%28.63

Codes

Color #97B677 in popluar color models

97B677
RGB151182119
HSL90°30.14%59.02%
HSB/HSV90°34.62%71.37%
CMYK17.03%0.00%34.62%
28.63%

Color #97B677 in popluar number systems.

HEX97B677
Decimal151182119
Binary10010111101101101110111
Octal227266167

Shades and tints

Shades of #97B677

#97B677
(151,182,119)
#8AA66D
(138,166,109)
#7D9663
(125,150,99)
#708659
(112,134,89)
#63764F
(99,118,79)
#566645
(86,102,69)
#49563B
(73,86,59)
#3C4631
(60,70,49)
#2F3627
(47,54,39)
#22261D
(34,38,29)
#151613
(21,22,19)
#000000
(0,0,0)

Tints of #97B677

#97B677
(151,182,119)
#A0BC83
(160,188,131)
#A9C28F
(169,194,143)
#B2C89B
(178,200,155)
#BBCEA7
(187,206,167)
#C4D4B3
(196,212,179)
#CDDABF
(205,218,191)
#D6E0CB
(214,224,203)
#DFE6D7
(223,230,215)
#E8ECE3
(232,236,227)
#F1F2EF
(241,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97B677 color. Also use rgb(151,182,119) instead hex code.

Text Font Color

.myTextColor { color: #97B677; }

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

This text font color is #97B677.


Background Color

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

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

This div background color is #97B677.


Border color

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

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

This div border color is #97B677.


Opacity

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

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

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

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

This text has shadow with #97B677 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97B677 on black background.


Color preview on white background

This text has color #97B677 on white background.



Black color preview on #97B677 background

This text has black color on #97B677 background.


White color preview on #97B677 background

This text has white color on #97B677 background.