COLOR #97AD6E

HEX: #97AD6E RGB: (151,173,110)

Color info

#97AD6E contains mainly red and green colors. Web safe color of #97AD6E is #999966 (or #996).

RGB color model

#97AD6E color RGB value is (151,173,110).

RGB: (151,173,110) (59%, 68%, 43%)

RGB channels and saturation

R 151 of 255 = 59%
G 173 of 255 = 68%
B 110 of 255 = 43%

151
173
110

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

Portions of RGB colors in percentages

R + G + B = 151 + 173 + 110 = 434 (100%)
R 151 of 434 ~ 34.79%
G 173 of 434 ~ 39.86%
B 110 of 434 ~ 25.35'%

%34.79
%39.86
%25.35

CMYK color model

#97AD6E color CMYK value is (13,0,36,32).

  • cyan value is 12.72%
  • magenta value is 0.00%
  • yellow value is 36.42%
  • key color value is 32.16%
CMYK: (13,0,36,32) C13M0Y36K32 (13%,0%,36%,32%) (0.13/0.00/0.36/0.32) 

CMYK percentages

%12.72
%0
%36.42
%32.16

Codes

Color #97AD6E in popluar color models

97 AD 6E
RGB 151 173 110
HSL 81° 27.75% 55.49%
HSB/HSV 81° 36.42% 67.84%
CMYK 12.72% 0.00% 36.42%
32.16%

Color #97AD6E in popluar number systems.

HEX 97 AD 6E
Decimal 151 173 110
Binary 10010111 10101101 1101110
Octal 227 255 156

Shades and tints

Shades of #97AD6E

#97AD6E
(151,173,110)
#8A9E64
(138,158,100)
#7D8F5A
(125,143,90)
#708050
(112,128,80)
#637146
(99,113,70)
#56623C
(86,98,60)
#495332
(73,83,50)
#3C4428
(60,68,40)
#2F351E
(47,53,30)
#222614
(34,38,20)
#15170A
(21,23,10)
#000000
(0,0,0)

Tints of #97AD6E

#97AD6E
(151,173,110)
#A0B47B
(160,180,123)
#A9BB88
(169,187,136)
#B2C295
(178,194,149)
#BBC9A2
(187,201,162)
#C4D0AF
(196,208,175)
#CDD7BC
(205,215,188)
#D6DEC9
(214,222,201)
#DFE5D6
(223,229,214)
#E8ECE3
(232,236,227)
#F1F3F0
(241,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97AD6E color. Also use rgb(151,173,110) instead hex code.

Text Font Color

.myTextColor { color: #97AD6E; }

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

This text font color is #97AD6E.

Background Color

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

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

This div background color is #97AD6E.

Border color

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

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

This div border color is #97AD6E.

Opacity

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

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

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

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

This text has shadow with #97AD6E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #97AD6E.

Preview

Color preview on black background

This text has color #97AD6E on black background.


Color preview on white background

This text has color #97AD6E on white background.


Black color preview on #97AD6E background

This text has black color on #97AD6E background.


White color preview on #97AD6E background

This text has white color on #97AD6E background.


Related colors

Complementary color

Complementary color for #hex is #685291.


I love getcolorcode.com

Triadic colors

1 #6E97AD and #AD6E97 with #97AD6E are triadic colors.

2 #6EAD97 and #AD976E with #97AD6E are triadic colors.