COLOR #97B675

HEX: #97B675
RGB: (151,182,117)

Color info

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

RGB color model

#97B675 color RGB value is (151,182,117).

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

RGB channels and saturation

R 151 of 255 = 59%
G 182 of 255 = 71%
B 117 of 255 = 46%

151
182
117

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

Portions of RGB colors in percentages

R + G + B =
151 + 182 + 117 = 450 (100%)
R 151 of 450 ~ 33.56%
G 182 of 450 ~ 40.44%
B 117 of 450 ~ 26%

%33.56
%40.44
%26

CMYK color model

#97B675 color CMYK value is (17,0,36,29).

  • cyan value is 17.03%
  • magenta value is 0.00%
  • yellow value is 35.71%
  • key color value is 28.63%
CMYK:
(17,0,36,29)
C17M0Y36K29 
(17%,0%,36%,29%)
(0.17/0.00/0.36/0.29)	

CMYK percentages

%17.03
%0
%35.71
%28.63

Codes

Color #97B675 in popluar color models

97B675
RGB151182117
HSL89°30.81%58.63%
HSB/HSV89°35.71%71.37%
CMYK17.03%0.00%35.71%
28.63%

Color #97B675 in popluar number systems.

HEX97B675
Decimal151182117
Binary10010111101101101110101
Octal227266165

Shades and tints

Shades of #97B675

#97B675
(151,182,117)
#8AA66B
(138,166,107)
#7D9661
(125,150,97)
#708657
(112,134,87)
#63764D
(99,118,77)
#566643
(86,102,67)
#495639
(73,86,57)
#3C462F
(60,70,47)
#2F3625
(47,54,37)
#22261B
(34,38,27)
#151611
(21,22,17)
#000000
(0,0,0)

Tints of #97B675

#97B675
(151,182,117)
#A0BC81
(160,188,129)
#A9C28D
(169,194,141)
#B2C899
(178,200,153)
#BBCEA5
(187,206,165)
#C4D4B1
(196,212,177)
#CDDABD
(205,218,189)
#D6E0C9
(214,224,201)
#DFE6D5
(223,230,213)
#E8ECE1
(232,236,225)
#F1F2ED
(241,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97B675; }

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

This text font color is #97B675.


Background Color

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

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

This div background color is #97B675.


Border color

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

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

This div border color is #97B675.


Opacity

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

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

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

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

This text has shadow with #97B675 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97B675 on black background.


Color preview on white background

This text has color #97B675 on white background.



Black color preview on #97B675 background

This text has black color on #97B675 background.


White color preview on #97B675 background

This text has white color on #97B675 background.