COLOR #98C182

HEX: #98C182
RGB: (152,193,130)

Color info

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

RGB color model

#98C182 color RGB value is (152,193,130).

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

RGB channels and saturation

R 152 of 255 = 60%
G 193 of 255 = 76%
B 130 of 255 = 51%

152
193
130

R + G + B ~ 62%. #98C182 is quite light color.

Portions of RGB colors in percentages

R + G + B =
152 + 193 + 130 = 475 (100%)
R 152 of 475 ~ 32%
G 193 of 475 ~ 40.63%
B 130 of 475 ~ 27.37%

%32
%40.63
%27.37

CMYK color model

#98C182 color CMYK value is (21,0,33,24).

  • cyan value is 21.24%
  • magenta value is 0.00%
  • yellow value is 32.64%
  • key color value is 24.31%
CMYK:
(21,0,33,24)
C21M0Y33K24 
(21%,0%,33%,24%)
(0.21/0.00/0.33/0.24)	

CMYK percentages

%21.24
%0
%32.64
%24.31

Codes

Color #98C182 in popluar color models

98C182
RGB152193130
HSL99°33.69%63.33%
HSB/HSV99°32.64%75.69%
CMYK21.24%0.00%32.64%
24.31%

Color #98C182 in popluar number systems.

HEX98C182
Decimal152193130
Binary100110001100000110000010
Octal230301202

Shades and tints

Shades of #98C182

#98C182
(152,193,130)
#8BB077
(139,176,119)
#7E9F6C
(126,159,108)
#718E61
(113,142,97)
#647D56
(100,125,86)
#576C4B
(87,108,75)
#4A5B40
(74,91,64)
#3D4A35
(61,74,53)
#30392A
(48,57,42)
#23281F
(35,40,31)
#161714
(22,23,20)
#000000
(0,0,0)

Tints of #98C182

#98C182
(152,193,130)
#A1C68D
(161,198,141)
#AACB98
(170,203,152)
#B3D0A3
(179,208,163)
#BCD5AE
(188,213,174)
#C5DAB9
(197,218,185)
#CEDFC4
(206,223,196)
#D7E4CF
(215,228,207)
#E0E9DA
(224,233,218)
#E9EEE5
(233,238,229)
#F2F3F0
(242,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98C182; }

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

This text font color is #98C182.


Background Color

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

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

This div background color is #98C182.


Border color

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

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

This div border color is #98C182.


Opacity

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

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

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

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

This text has shadow with #98C182 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98C182 on black background.


Color preview on white background

This text has color #98C182 on white background.



Black color preview on #98C182 background

This text has black color on #98C182 background.


White color preview on #98C182 background

This text has white color on #98C182 background.