COLOR #97A781

HEX: #97A781 RGB: (151,167,129)

Color info

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

RGB color model

#97A781 color RGB value is (151,167,129).

RGB: (151,167,129) (59%, 65%, 51%)

RGB channels and saturation

R 151 of 255 = 59%
G 167 of 255 = 65%
B 129 of 255 = 51%

151
167
129

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

Portions of RGB colors in percentages

R + G + B = 151 + 167 + 129 = 447 (100%)
R 151 of 447 ~ 33.78%
G 167 of 447 ~ 37.36%
B 129 of 447 ~ 28.86'%

%33.78
%37.36
%28.86

CMYK color model

#97A781 color CMYK value is (10,0,23,35).

  • cyan value is 9.58%
  • magenta value is 0.00%
  • yellow value is 22.75%
  • key color value is 34.51%

CMYK: (10,0,23,35)
C10M0Y23K35 (10%, 0%, 23%, 35%)
(0.10 / 0.00 / 0.23 / 0.35)

CMYK percentages

%9.58
%0
%22.75
%34.51

Codes

Color #97A781 in popluar color models

97 A7 81
RGB 151 167 129
HSL 85° 17.76% 58.04%
HSB/HSV 85° 22.75% 65.49%
CMYK 9.58% 0.00% 22.75%
34.51%

Color #97A781 in popluar number systems.

HEX 97 A7 81
Decimal 151 167 129
Binary 10010111 10100111 10000001
Octal 227 247 201

Shades and tints

Shades of #97A781

#97A781
(151,167,129)
#8A9876
(138,152,118)
#7D896B
(125,137,107)
#707A60
(112,122,96)
#636B55
(99,107,85)
#565C4A
(86,92,74)
#494D3F
(73,77,63)
#3C3E34
(60,62,52)
#2F2F29
(47,47,41)
#22201E
(34,32,30)
#151113
(21,17,19)
#000000
(0,0,0)

Tints of #97A781

#97A781
(151,167,129)
#A0AF8C
(160,175,140)
#A9B797
(169,183,151)
#B2BFA2
(178,191,162)
#BBC7AD
(187,199,173)
#C4CFB8
(196,207,184)
#CDD7C3
(205,215,195)
#D6DFCE
(214,223,206)
#DFE7D9
(223,231,217)
#E8EFE4
(232,239,228)
#F1F7EF
(241,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97A781 color. Also use rgb(151,167,129) instead hex code.

Text Font Color

.myTextColor { color: #97A781; }

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

This text font color is #97A781.

Background Color

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

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

This div background color is #97A781.

Border color

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

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

This div border color is #97A781.

Opacity

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

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

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

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

This text has shadow with #97A781 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #97A781.

Preview

Color preview on black background

This text has color #97A781 on black background.


Color preview on white background

This text has color #97A781 on white background.


Black color preview on #97A781 background

This text has black color on #97A781 background.


White color preview on #97A781 background

This text has white color on #97A781 background.


Related colors

Complementary color

Complementary color for #hex is #68587E.


I love getcolorcode.com

Triadic colors

1 #8197A7 and #A78197 with #97A781 are triadic colors.

2 #81A797 and #A79781 with #97A781 are triadic colors.