COLOR #97AB7D

HEX: #97AB7D RGB: (151,171,125)

Color info

#97AB7D contains red, green and blue colors in about the same proportion. Web safe color of #97AB7D is #999966 (or #996).

RGB color model

#97AB7D color RGB value is (151,171,125).

RGB: (151,171,125) (59%, 67%, 49%)

RGB channels and saturation

R 151 of 255 = 59%
G 171 of 255 = 67%
B 125 of 255 = 49%

151
171
125

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

Portions of RGB colors in percentages

R + G + B = 151 + 171 + 125 = 447 (100%)
R 151 of 447 ~ 33.78%
G 171 of 447 ~ 38.26%
B 125 of 447 ~ 27.96'%

%33.78
%38.26
%27.96

CMYK color model

#97AB7D color CMYK value is (12,0,27,33).

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

CMYK: (12,0,27,33)
C12M0Y27K33 (12%, 0%, 27%, 33%)
(0.12 / 0.00 / 0.27 / 0.33)

CMYK percentages

%11.7
%0
%26.9
%32.94

Codes

Color #97AB7D in popluar color models

97 AB 7D
RGB 151 171 125
HSL 86° 21.50% 58.04%
HSB/HSV 86° 26.90% 67.06%
CMYK 11.70% 0.00% 26.90%
32.94%

Color #97AB7D in popluar number systems.

HEX 97 AB 7D
Decimal 151 171 125
Binary 10010111 10101011 1111101
Octal 227 253 175

Shades and tints

Shades of #97AB7D

#97AB7D
(151,171,125)
#8A9C72
(138,156,114)
#7D8D67
(125,141,103)
#707E5C
(112,126,92)
#636F51
(99,111,81)
#566046
(86,96,70)
#49513B
(73,81,59)
#3C4230
(60,66,48)
#2F3325
(47,51,37)
#22241A
(34,36,26)
#15150F
(21,21,15)
#000000
(0,0,0)

Tints of #97AB7D

#97AB7D
(151,171,125)
#A0B288
(160,178,136)
#A9B993
(169,185,147)
#B2C09E
(178,192,158)
#BBC7A9
(187,199,169)
#C4CEB4
(196,206,180)
#CDD5BF
(205,213,191)
#D6DCCA
(214,220,202)
#DFE3D5
(223,227,213)
#E8EAE0
(232,234,224)
#F1F1EB
(241,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97AB7D; }

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

This text font color is #97AB7D.

Background Color

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

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

This div background color is #97AB7D.

Border color

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

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

This div border color is #97AB7D.

Opacity

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

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

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

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

This text has shadow with #97AB7D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #97AB7D.

Preview

Color preview on black background

This text has color #97AB7D on black background.


Color preview on white background

This text has color #97AB7D on white background.


Black color preview on #97AB7D background

This text has black color on #97AB7D background.


White color preview on #97AB7D background

This text has white color on #97AB7D background.


Related colors

Complementary color

Complementary color for #hex is #685482.


I love getcolorcode.com

Triadic colors

1 #7D97AB and #AB7D97 with #97AB7D are triadic colors.

2 #7DAB97 and #AB977D with #97AB7D are triadic colors.