COLOR #97A88B

HEX: #97A88B RGB: (151,168,139)

Color info

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

RGB color model

#97A88B color RGB value is (151,168,139).

RGB: (151,168,139) (59%, 66%, 55%)

RGB channels and saturation

R 151 of 255 = 59%
G 168 of 255 = 66%
B 139 of 255 = 55%

151
168
139

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

Portions of RGB colors in percentages

R + G + B = 151 + 168 + 139 = 458 (100%)
R 151 of 458 ~ 32.97%
G 168 of 458 ~ 36.68%
B 139 of 458 ~ 30.35'%

%32.97
%36.68
%30.35

CMYK color model

#97A88B color CMYK value is (10,0,17,34).

  • cyan value is 10.12%
  • magenta value is 0.00%
  • yellow value is 17.26%
  • key color value is 34.12%

CMYK: (10,0,17,34)
C10M0Y17K34 (10%, 0%, 17%, 34%)
(0.10 / 0.00 / 0.17 / 0.34)

CMYK percentages

%10.12
%0
%17.26
%34.12

Codes

Color #97A88B in popluar color models

97 A8 8B
RGB 151 168 139
HSL 95° 14.29% 60.20%
HSB/HSV 95° 17.26% 65.88%
CMYK 10.12% 0.00% 17.26%
34.12%

Color #97A88B in popluar number systems.

HEX 97 A8 8B
Decimal 151 168 139
Binary 10010111 10101000 10001011
Octal 227 250 213

Shades and tints

Shades of #97A88B

#97A88B
(151,168,139)
#8A997F
(138,153,127)
#7D8A73
(125,138,115)
#707B67
(112,123,103)
#636C5B
(99,108,91)
#565D4F
(86,93,79)
#494E43
(73,78,67)
#3C3F37
(60,63,55)
#2F302B
(47,48,43)
#22211F
(34,33,31)
#151213
(21,18,19)
#000000
(0,0,0)

Tints of #97A88B

#97A88B
(151,168,139)
#A0AF95
(160,175,149)
#A9B69F
(169,182,159)
#B2BDA9
(178,189,169)
#BBC4B3
(187,196,179)
#C4CBBD
(196,203,189)
#CDD2C7
(205,210,199)
#D6D9D1
(214,217,209)
#DFE0DB
(223,224,219)
#E8E7E5
(232,231,229)
#F1EEEF
(241,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97A88B; }

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

This text font color is #97A88B.

Background Color

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

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

This div background color is #97A88B.

Border color

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

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

This div border color is #97A88B.

Opacity

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

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

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

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

This text has shadow with #97A88B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #97A88B.

Preview

Color preview on black background

This text has color #97A88B on black background.


Color preview on white background

This text has color #97A88B on white background.


Black color preview on #97A88B background

This text has black color on #97A88B background.


White color preview on #97A88B background

This text has white color on #97A88B background.


Related colors

Complementary color

Complementary color for #hex is #685774.


I love getcolorcode.com

Triadic colors

1 #8B97A8 and #A88B97 with #97A88B are triadic colors.

2 #8BA897 and #A8978B with #97A88B are triadic colors.