COLOR #97AB87

HEX: #97AB87 RGB: (151,171,135)

Color info

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

RGB color model

#97AB87 color RGB value is (151,171,135).

RGB: (151,171,135) (59%, 67%, 53%)

RGB channels and saturation

R 151 of 255 = 59%
G 171 of 255 = 67%
B 135 of 255 = 53%

151
171
135

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

Portions of RGB colors in percentages

R + G + B = 151 + 171 + 135 = 457 (100%)
R 151 of 457 ~ 33.04%
G 171 of 457 ~ 37.42%
B 135 of 457 ~ 29.54'%

%33.04
%37.42
%29.54

CMYK color model

#97AB87 color CMYK value is (12,0,21,33).

  • cyan value is 11.70%
  • magenta value is 0.00%
  • yellow value is 21.05%
  • key color value is 32.94%

CMYK: (12,0,21,33)
C12M0Y21K33 (12%, 0%, 21%, 33%)
(0.12 / 0.00 / 0.21 / 0.33)

CMYK percentages

%11.7
%0
%21.05
%32.94

Codes

Color #97AB87 in popluar color models

97 AB 87
RGB 151 171 135
HSL 93° 17.65% 60.00%
HSB/HSV 93° 21.05% 67.06%
CMYK 11.70% 0.00% 21.05%
32.94%

Color #97AB87 in popluar number systems.

HEX 97 AB 87
Decimal 151 171 135
Binary 10010111 10101011 10000111
Octal 227 253 207

Shades and tints

Shades of #97AB87

#97AB87
(151,171,135)
#8A9C7B
(138,156,123)
#7D8D6F
(125,141,111)
#707E63
(112,126,99)
#636F57
(99,111,87)
#56604B
(86,96,75)
#49513F
(73,81,63)
#3C4233
(60,66,51)
#2F3327
(47,51,39)
#22241B
(34,36,27)
#15150F
(21,21,15)
#000000
(0,0,0)

Tints of #97AB87

#97AB87
(151,171,135)
#A0B291
(160,178,145)
#A9B99B
(169,185,155)
#B2C0A5
(178,192,165)
#BBC7AF
(187,199,175)
#C4CEB9
(196,206,185)
#CDD5C3
(205,213,195)
#D6DCCD
(214,220,205)
#DFE3D7
(223,227,215)
#E8EAE1
(232,234,225)
#F1F1EB
(241,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97AB87 color. Also use rgb(151,171,135) instead hex code.

Text Font Color

.myTextColor { color: #97AB87; }

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

This text font color is #97AB87.

Background Color

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

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

This div background color is #97AB87.

Border color

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

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

This div border color is #97AB87.

Opacity

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

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

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

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

This text has shadow with #97AB87 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #97AB87.

Preview

Color preview on black background

This text has color #97AB87 on black background.


Color preview on white background

This text has color #97AB87 on white background.


Black color preview on #97AB87 background

This text has black color on #97AB87 background.


White color preview on #97AB87 background

This text has white color on #97AB87 background.


Related colors

Complementary color

Complementary color for #hex is #685478.


I love getcolorcode.com

Triadic colors

1 #8797AB and #AB8797 with #97AB87 are triadic colors.

2 #87AB97 and #AB9787 with #97AB87 are triadic colors.