COLOR #97A78F

HEX: #97A78F
RGB: (151,167,143)

Color info

#97A78F contains red, green and blue colors in about the same proportion. Web safe color of #97A78F is #999999 (or #999).

RGB color model

#97A78F color RGB value is (151,167,143).

  • red value is 151;
  • green value is 167;
  • blue value is 143.
RGB:
(151,167,143)
(59%,65%,56%)

RGB channels and saturation

R 151 of 255 = 59%
G 167 of 255 = 65%
B 143 of 255 = 56%

151
167
143

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

Portions of RGB colors in percentages

R + G + B =
151 + 167 + 143 = 461 (100%)
R 151 of 461 ~ 32.75%
G 167 of 461 ~ 36.23%
B 143 of 461 ~ 31.02%

%32.75
%36.23
%31.02

CMYK color model

#97A78F color CMYK value is (10,0,14,35).

  • cyan value is 9.58%
  • magenta value is 0.00%
  • yellow value is 14.37%
  • key color value is 34.51%
CMYK:
(10,0,14,35)
C10M0Y14K35 
(10%,0%,14%,35%)
(0.10/0.00/0.14/0.35)	

CMYK percentages

%9.58
%0
%14.37
%34.51

Codes

Color #97A78F in popluar color models

97A78F
RGB151167143
HSL100°12.00%60.78%
HSB/HSV100°14.37%65.49%
CMYK9.58%0.00%14.37%
34.51%

Color #97A78F in popluar number systems.

HEX97A78F
Decimal151167143
Binary100101111010011110001111
Octal227247217

Shades and tints

Shades of #97A78F

#97A78F
(151,167,143)
#8A9882
(138,152,130)
#7D8975
(125,137,117)
#707A68
(112,122,104)
#636B5B
(99,107,91)
#565C4E
(86,92,78)
#494D41
(73,77,65)
#3C3E34
(60,62,52)
#2F2F27
(47,47,39)
#22201A
(34,32,26)
#15110D
(21,17,13)
#000000
(0,0,0)

Tints of #97A78F

#97A78F
(151,167,143)
#A0AF99
(160,175,153)
#A9B7A3
(169,183,163)
#B2BFAD
(178,191,173)
#BBC7B7
(187,199,183)
#C4CFC1
(196,207,193)
#CDD7CB
(205,215,203)
#D6DFD5
(214,223,213)
#DFE7DF
(223,231,223)
#E8EFE9
(232,239,233)
#F1F7F3
(241,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97A78F color. Also use rgb(151,167,143) instead hex code.

Text Font Color

.myTextColor { color: #97A78F; }

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

This text font color is #97A78F.


Background Color

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

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

This div background color is #97A78F.


Border color

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

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

This div border color is #97A78F.


Opacity

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

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

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

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

This text has shadow with #97A78F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97A78F on black background.


Color preview on white background

This text has color #97A78F on white background.



Black color preview on #97A78F background

This text has black color on #97A78F background.


White color preview on #97A78F background

This text has white color on #97A78F background.