COLOR #98D682

HEX: #98D682
RGB: (152,214,130)

Color info

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

RGB color model

#98D682 color RGB value is (152,214,130).

  • red value is 152;
  • green value is 214;
  • blue value is 130.
RGB:
(152,214,130)
(60%,84%,51%)

RGB channels and saturation

R 152 of 255 = 60%
G 214 of 255 = 84%
B 130 of 255 = 51%

152
214
130

R + G + B ~ 65%. #98D682 is quite light color.

Portions of RGB colors in percentages

R + G + B =
152 + 214 + 130 = 496 (100%)
R 152 of 496 ~ 30.65%
G 214 of 496 ~ 43.15%
B 130 of 496 ~ 26.21%

%30.65
%43.15
%26.21

CMYK color model

#98D682 color CMYK value is (29,0,39,16).

  • cyan value is 28.97%
  • magenta value is 0.00%
  • yellow value is 39.25%
  • key color value is 16.08%
CMYK:
(29,0,39,16)
C29M0Y39K16 
(29%,0%,39%,16%)
(0.29/0.00/0.39/0.16)	

CMYK percentages

%28.97
%0
%39.25
%16.08

Codes

Color #98D682 in popluar color models

98D682
RGB152214130
HSL104°50.60%67.45%
HSB/HSV104°39.25%83.92%
CMYK28.97%0.00%39.25%
16.08%

Color #98D682 in popluar number systems.

HEX98D682
Decimal152214130
Binary100110001101011010000010
Octal230326202

Shades and tints

Shades of #98D682

#98D682
(152,214,130)
#8BC377
(139,195,119)
#7EB06C
(126,176,108)
#719D61
(113,157,97)
#648A56
(100,138,86)
#57774B
(87,119,75)
#4A6440
(74,100,64)
#3D5135
(61,81,53)
#303E2A
(48,62,42)
#232B1F
(35,43,31)
#161814
(22,24,20)
#000000
(0,0,0)

Tints of #98D682

#98D682
(152,214,130)
#A1D98D
(161,217,141)
#AADC98
(170,220,152)
#B3DFA3
(179,223,163)
#BCE2AE
(188,226,174)
#C5E5B9
(197,229,185)
#CEE8C4
(206,232,196)
#D7EBCF
(215,235,207)
#E0EEDA
(224,238,218)
#E9F1E5
(233,241,229)
#F2F4F0
(242,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98D682 color. Also use rgb(152,214,130) instead hex code.

Text Font Color

.myTextColor { color: #98D682; }

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

This text font color is #98D682.


Background Color

.myBgColor { background-color: #98D682; }

<div style="background-color:#98D682">Inner text</div>

This div background color is #98D682.


Border color

.myBorderColor { border: 1px solid #98D682; }

<div style="border:3px solid #98D682">Div</div>

This div border color is #98D682.


Opacity

.myOpacity80 { color: #98D682; opacity: 0.8; }

<p style="color:#98D682;opacity:0.8;">80%</p>

Text with #98D682 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 #98D682;}

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

This text has shadow with #98D682 color.

.textShadow {text-shadow: 3px 3px 1px #98D682, 3px 3px 1px red;}

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

This text has shadow with #98D682 primary color and red secondary color.


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

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

This text has shadow with #98D682 and red colors in old Internet Explorer.


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #98D682;
-webkit-box-shadow: 1px 1px 3px 2px #98D682;
box-shadow:1px 1px 3px 2px #98D682;">
Div content here</div>
This div box has shadow with color #98D682.

Preview

Color preview on black background

This text has color #98D682 on black background.


Color preview on white background

This text has color #98D682 on white background.



Black color preview on #98D682 background

This text has black color on #98D682 background.


White color preview on #98D682 background

This text has white color on #98D682 background.