COLOR #97A78E

HEX: #97A78E
RGB: (151,167,142)

Color info

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

RGB color model

#97A78E color RGB value is (151,167,142).

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

RGB channels and saturation

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

151
167
142

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

Portions of RGB colors in percentages

R + G + B =
151 + 167 + 142 = 460 (100%)
R 151 of 460 ~ 32.83%
G 167 of 460 ~ 36.3%
B 142 of 460 ~ 30.87%

%32.83
%36.3
%30.87

CMYK color model

#97A78E color CMYK value is (10,0,15,35).

  • cyan value is 9.58%
  • magenta value is 0.00%
  • yellow value is 14.97%
  • key color value is 34.51%
CMYK:
(10,0,15,35)
C10M0Y15K35 
(10%,0%,15%,35%)
(0.10/0.00/0.15/0.35)	

CMYK percentages

%9.58
%0
%14.97
%34.51

Codes

Color #97A78E in popluar color models

97A78E
RGB151167142
HSL98°12.44%60.59%
HSB/HSV98°14.97%65.49%
CMYK9.58%0.00%14.97%
34.51%

Color #97A78E in popluar number systems.

HEX97A78E
Decimal151167142
Binary100101111010011110001110
Octal227247216

Shades and tints

Shades of #97A78E

#97A78E
(151,167,142)
#8A9882
(138,152,130)
#7D8976
(125,137,118)
#707A6A
(112,122,106)
#636B5E
(99,107,94)
#565C52
(86,92,82)
#494D46
(73,77,70)
#3C3E3A
(60,62,58)
#2F2F2E
(47,47,46)
#222022
(34,32,34)
#151116
(21,17,22)
#000000
(0,0,0)

Tints of #97A78E

#97A78E
(151,167,142)
#A0AF98
(160,175,152)
#A9B7A2
(169,183,162)
#B2BFAC
(178,191,172)
#BBC7B6
(187,199,182)
#C4CFC0
(196,207,192)
#CDD7CA
(205,215,202)
#D6DFD4
(214,223,212)
#DFE7DE
(223,231,222)
#E8EFE8
(232,239,232)
#F1F7F2
(241,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97A78E; }

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

This text font color is #97A78E.


Background Color

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

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

This div background color is #97A78E.


Border color

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

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

This div border color is #97A78E.


Opacity

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

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

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

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

This text has shadow with #97A78E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97A78E on black background.


Color preview on white background

This text has color #97A78E on white background.



Black color preview on #97A78E background

This text has black color on #97A78E background.


White color preview on #97A78E background

This text has white color on #97A78E background.