COLOR #97D082

HEX: #97D082 RGB: (151,208,130)

Color info

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

RGB color model

#97D082 color RGB value is (151,208,130).

RGB: (151,208,130) (59%, 82%, 51%)

RGB channels and saturation

R 151 of 255 = 59%
G 208 of 255 = 82%
B 130 of 255 = 51%

151
208
130

R + G + B ~ 64%. #97D082 is quite light color.

Portions of RGB colors in percentages

R + G + B = 151 + 208 + 130 = 489 (100%)
R 151 of 489 ~ 30.88%
G 208 of 489 ~ 42.54%
B 130 of 489 ~ 26.58'%

%30.88
%42.54
%26.58

CMYK color model

#97D082 color CMYK value is (27,0,38,18).

  • cyan value is 27.40%
  • magenta value is 0.00%
  • yellow value is 37.50%
  • key color value is 18.43%

CMYK: (27,0,38,18)
C27M0Y38K18 (27%, 0%, 38%, 18%)
(0.27 / 0.00 / 0.38 / 0.18)

CMYK percentages

%27.4
%0
%37.5
%18.43

Codes

Color #97D082 in popluar color models

97 D0 82
RGB 151 208 130
HSL 104° 45.35% 66.27%
HSB/HSV 104° 37.50% 81.57%
CMYK 27.40% 0.00% 37.50%
18.43%

Color #97D082 in popluar number systems.

HEX 97 D0 82
Decimal 151 208 130
Binary 10010111 11010000 10000010
Octal 227 320 202

Shades and tints

Shades of #97D082

#97D082
(151,208,130)
#8ABE77
(138,190,119)
#7DAC6C
(125,172,108)
#709A61
(112,154,97)
#638856
(99,136,86)
#56764B
(86,118,75)
#496440
(73,100,64)
#3C5235
(60,82,53)
#2F402A
(47,64,42)
#222E1F
(34,46,31)
#151C14
(21,28,20)
#000000
(0,0,0)

Tints of #97D082

#97D082
(151,208,130)
#A0D48D
(160,212,141)
#A9D898
(169,216,152)
#B2DCA3
(178,220,163)
#BBE0AE
(187,224,174)
#C4E4B9
(196,228,185)
#CDE8C4
(205,232,196)
#D6ECCF
(214,236,207)
#DFF0DA
(223,240,218)
#E8F4E5
(232,244,229)
#F1F8F0
(241,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97D082 color. Also use rgb(151,208,130) instead hex code.

Text Font Color

.myTextColor { color: #97D082; }

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

This text font color is #97D082.

Background Color

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

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

This div background color is #97D082.

Border color

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

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

This div border color is #97D082.

Opacity

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

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

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

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

This text has shadow with #97D082 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #97D082.

Preview

Color preview on black background

This text has color #97D082 on black background.


Color preview on white background

This text has color #97D082 on white background.


Black color preview on #97D082 background

This text has black color on #97D082 background.


White color preview on #97D082 background

This text has white color on #97D082 background.


Related colors

Complementary color

Complementary color for #hex is #682F7D.


I love getcolorcode.com

Triadic colors

1 #8297D0 and #D08297 with #97D082 are triadic colors.

2 #82D097 and #D09782 with #97D082 are triadic colors.