COLOR #97A896

HEX: #97A896 RGB: (151,168,150)

Color info

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

RGB color model

#97A896 color RGB value is (151,168,150).

RGB: (151,168,150) (59%, 66%, 59%)

RGB channels and saturation

R 151 of 255 = 59%
G 168 of 255 = 66%
B 150 of 255 = 59%

151
168
150

R + G + B ~ 61%. #97A896 is quite light color.

Portions of RGB colors in percentages

R + G + B = 151 + 168 + 150 = 469 (100%)
R 151 of 469 ~ 32.2%
G 168 of 469 ~ 35.82%
B 150 of 469 ~ 31.98'%

%32.2
%35.82
%31.98

CMYK color model

#97A896 color CMYK value is (10,0,11,34).

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

CMYK: (10,0,11,34)
C10M0Y11K34 (10%, 0%, 11%, 34%)
(0.10 / 0.00 / 0.11 / 0.34)

CMYK percentages

%10.12
%0
%10.71
%34.12

Codes

Color #97A896 in popluar color models

97 A8 96
RGB 151 168 150
HSL 117° 9.38% 62.35%
HSB/HSV 117° 10.71% 65.88%
CMYK 10.12% 0.00% 10.71%
34.12%

Color #97A896 in popluar number systems.

HEX 97 A8 96
Decimal 151 168 150
Binary 10010111 10101000 10010110
Octal 227 250 226

Shades and tints

Shades of #97A896

#97A896
(151,168,150)
#8A9989
(138,153,137)
#7D8A7C
(125,138,124)
#707B6F
(112,123,111)
#636C62
(99,108,98)
#565D55
(86,93,85)
#494E48
(73,78,72)
#3C3F3B
(60,63,59)
#2F302E
(47,48,46)
#222121
(34,33,33)
#151214
(21,18,20)
#000000
(0,0,0)

Tints of #97A896

#97A896
(151,168,150)
#A0AF9F
(160,175,159)
#A9B6A8
(169,182,168)
#B2BDB1
(178,189,177)
#BBC4BA
(187,196,186)
#C4CBC3
(196,203,195)
#CDD2CC
(205,210,204)
#D6D9D5
(214,217,213)
#DFE0DE
(223,224,222)
#E8E7E7
(232,231,231)
#F1EEF0
(241,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97A896; }

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

This text font color is #97A896.

Background Color

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

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

This div background color is #97A896.

Border color

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

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

This div border color is #97A896.

Opacity

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

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

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

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

This text has shadow with #97A896 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #97A896.

Preview

Color preview on black background

This text has color #97A896 on black background.


Color preview on white background

This text has color #97A896 on white background.


Black color preview on #97A896 background

This text has black color on #97A896 background.


White color preview on #97A896 background

This text has white color on #97A896 background.


Related colors

Complementary color

Complementary color for #hex is #685769.


I love getcolorcode.com

Triadic colors

1 #9697A8 and #A89697 with #97A896 are triadic colors.

2 #96A897 and #A89796 with #97A896 are triadic colors.