COLOR #97D4AA

HEX: #97D4AA RGB: (151,212,170)

Color info

#97D4AA contains mainly green and blue colors. Web safe color of #97D4AA is #99CC99 (or #9C9).

RGB color model

#97D4AA color RGB value is (151,212,170).

RGB: (151,212,170) (59%, 83%, 67%)

RGB channels and saturation

R 151 of 255 = 59%
G 212 of 255 = 83%
B 170 of 255 = 67%

151
212
170

R + G + B ~ 70%. #97D4AA is quite light color.

Portions of RGB colors in percentages

R + G + B = 151 + 212 + 170 = 533 (100%)
R 151 of 533 ~ 28.33%
G 212 of 533 ~ 39.77%
B 170 of 533 ~ 31.89'%

%28.33
%39.77
%31.89

CMYK color model

#97D4AA color CMYK value is (29,0,20,17).

  • cyan value is 28.77%
  • magenta value is 0.00%
  • yellow value is 19.81%
  • key color value is 16.86%

CMYK: (29,0,20,17)
C29M0Y20K17 (29%, 0%, 20%, 17%)
(0.29 / 0.00 / 0.20 / 0.17)

CMYK percentages

%28.77
%0
%19.81
%16.86

Codes

Color #97D4AA in popluar color models

97 D4 AA
RGB 151 212 170
HSL 139° 41.50% 71.18%
HSB/HSV 139° 28.77% 83.14%
CMYK 28.77% 0.00% 19.81%
16.86%

Color #97D4AA in popluar number systems.

HEX 97 D4 AA
Decimal 151 212 170
Binary 10010111 11010100 10101010
Octal 227 324 252

Shades and tints

Shades of #97D4AA

#97D4AA
(151,212,170)
#8AC19B
(138,193,155)
#7DAE8C
(125,174,140)
#709B7D
(112,155,125)
#63886E
(99,136,110)
#56755F
(86,117,95)
#496250
(73,98,80)
#3C4F41
(60,79,65)
#2F3C32
(47,60,50)
#222923
(34,41,35)
#151614
(21,22,20)
#000000
(0,0,0)

Tints of #97D4AA

#97D4AA
(151,212,170)
#A0D7B1
(160,215,177)
#A9DAB8
(169,218,184)
#B2DDBF
(178,221,191)
#BBE0C6
(187,224,198)
#C4E3CD
(196,227,205)
#CDE6D4
(205,230,212)
#D6E9DB
(214,233,219)
#DFECE2
(223,236,226)
#E8EFE9
(232,239,233)
#F1F2F0
(241,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97D4AA color. Also use rgb(151,212,170) instead hex code.

Text Font Color

.myTextColor { color: #97D4AA; }

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

This text font color is #97D4AA.

Background Color

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

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

This div background color is #97D4AA.

Border color

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

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

This div border color is #97D4AA.

Opacity

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

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

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

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

This text has shadow with #97D4AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #97D4AA.

Preview

Color preview on black background

This text has color #97D4AA on black background.


Color preview on white background

This text has color #97D4AA on white background.


Black color preview on #97D4AA background

This text has black color on #97D4AA background.


White color preview on #97D4AA background

This text has white color on #97D4AA background.


Related colors

Complementary color

Complementary color for #hex is #682B55.


I love getcolorcode.com

Triadic colors

1 #AA97D4 and #D4AA97 with #97D4AA are triadic colors.

2 #AAD497 and #D497AA with #97D4AA are triadic colors.