COLOR #97A88E

HEX: #97A88E RGB: (151,168,142)

Color info

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

RGB color model

#97A88E color RGB value is (151,168,142).

RGB: (151,168,142) (59%, 66%, 56%)

RGB channels and saturation

R 151 of 255 = 59%
G 168 of 255 = 66%
B 142 of 255 = 56%

151
168
142

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

Portions of RGB colors in percentages

R + G + B = 151 + 168 + 142 = 461 (100%)
R 151 of 461 ~ 32.75%
G 168 of 461 ~ 36.44%
B 142 of 461 ~ 30.8'%

%32.75
%36.44
%30.8

CMYK color model

#97A88E color CMYK value is (10,0,15,34).

  • cyan value is 10.12%
  • magenta value is 0.00%
  • yellow value is 15.48%
  • key color value is 34.12%
CMYK: (10,0,15,34) C10M0Y15K34 (10%,0%,15%,34%) (0.10/0.00/0.15/0.34) 

CMYK percentages

%10.12
%0
%15.48
%34.12

Codes

Color #97A88E in popluar color models

97 A8 8E
RGB 151 168 142
HSL 99° 13.00% 60.78%
HSB/HSV 99° 15.48% 65.88%
CMYK 10.12% 0.00% 15.48%
34.12%

Color #97A88E in popluar number systems.

HEX 97 A8 8E
Decimal 151 168 142
Binary 10010111 10101000 10001110
Octal 227 250 216

Shades and tints

Shades of #97A88E

#97A88E
(151,168,142)
#8A9982
(138,153,130)
#7D8A76
(125,138,118)
#707B6A
(112,123,106)
#636C5E
(99,108,94)
#565D52
(86,93,82)
#494E46
(73,78,70)
#3C3F3A
(60,63,58)
#2F302E
(47,48,46)
#222122
(34,33,34)
#151216
(21,18,22)
#000000
(0,0,0)

Tints of #97A88E

#97A88E
(151,168,142)
#A0AF98
(160,175,152)
#A9B6A2
(169,182,162)
#B2BDAC
(178,189,172)
#BBC4B6
(187,196,182)
#C4CBC0
(196,203,192)
#CDD2CA
(205,210,202)
#D6D9D4
(214,217,212)
#DFE0DE
(223,224,222)
#E8E7E8
(232,231,232)
#F1EEF2
(241,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97A88E; }

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

This text font color is #97A88E.

Background Color

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

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

This div background color is #97A88E.

Border color

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

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

This div border color is #97A88E.

Opacity

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

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

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

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

This text has shadow with #97A88E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #97A88E.

Preview

Color preview on black background

This text has color #97A88E on black background.


Color preview on white background

This text has color #97A88E on white background.


Black color preview on #97A88E background

This text has black color on #97A88E background.


White color preview on #97A88E background

This text has white color on #97A88E background.


Related colors

Complementary color

Complementary color for #hex is #685771.


I love getcolorcode.com

Triadic colors

1 #8E97A8 and #A88E97 with #97A88E are triadic colors.

2 #8EA897 and #A8978E with #97A88E are triadic colors.