COLOR #97D898

HEX: #97D898 RGB: (151,216,152)

Color info

#97D898 contains mainly green color. Web safe color of #97D898 is #99CC99 (or #9C9).

RGB color model

#97D898 color RGB value is (151,216,152).

RGB: (151,216,152) (59%, 85%, 60%)

RGB channels and saturation

R 151 of 255 = 59%
G 216 of 255 = 85%
B 152 of 255 = 60%

151
216
152

R + G + B ~ 68%. #97D898 is quite light color.

Portions of RGB colors in percentages

R + G + B = 151 + 216 + 152 = 519 (100%)
R 151 of 519 ~ 29.09%
G 216 of 519 ~ 41.62%
B 152 of 519 ~ 29.29'%

%29.09
%41.62
%29.29

CMYK color model

#97D898 color CMYK value is (30,0,30,15).

  • cyan value is 30.09%
  • magenta value is 0.00%
  • yellow value is 29.63%
  • key color value is 15.29%
CMYK: (30,0,30,15) C30M0Y30K15 (30%,0%,30%,15%) (0.30/0.00/0.30/0.15) 

CMYK percentages

%30.09
%0
%29.63
%15.29

Codes

Color #97D898 in popluar color models

97 D8 98
RGB 151 216 152
HSL 121° 45.45% 71.96%
HSB/HSV 121° 30.09% 84.71%
CMYK 30.09% 0.00% 29.63%
15.29%

Color #97D898 in popluar number systems.

HEX 97 D8 98
Decimal 151 216 152
Binary 10010111 11011000 10011000
Octal 227 330 230

Shades and tints

Shades of #97D898

#97D898
(151,216,152)
#8AC58B
(138,197,139)
#7DB27E
(125,178,126)
#709F71
(112,159,113)
#638C64
(99,140,100)
#567957
(86,121,87)
#49664A
(73,102,74)
#3C533D
(60,83,61)
#2F4030
(47,64,48)
#222D23
(34,45,35)
#151A16
(21,26,22)
#000000
(0,0,0)

Tints of #97D898

#97D898
(151,216,152)
#A0DBA1
(160,219,161)
#A9DEAA
(169,222,170)
#B2E1B3
(178,225,179)
#BBE4BC
(187,228,188)
#C4E7C5
(196,231,197)
#CDEACE
(205,234,206)
#D6EDD7
(214,237,215)
#DFF0E0
(223,240,224)
#E8F3E9
(232,243,233)
#F1F6F2
(241,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97D898 color. Also use rgb(151,216,152) instead hex code.

Text Font Color

.myTextColor { color: #97D898; }

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

This text font color is #97D898.

Background Color

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

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

This div background color is #97D898.

Border color

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

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

This div border color is #97D898.

Opacity

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

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

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

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

This text has shadow with #97D898 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #97D898.

Preview

Color preview on black background

This text has color #97D898 on black background.


Color preview on white background

This text has color #97D898 on white background.


Black color preview on #97D898 background

This text has black color on #97D898 background.


White color preview on #97D898 background

This text has white color on #97D898 background.


Related colors

Complementary color

Complementary color for #hex is #682767.


I love getcolorcode.com

Triadic colors

1 #9897D8 and #D89897 with #97D898 are triadic colors.

2 #98D897 and #D89798 with #97D898 are triadic colors.