COLOR #98C096

HEX: #98C096
RGB: (152,192,150)

Color info

#98C096 contains red, green and blue colors in about the same proportion. Web safe color of #98C096 is #99CC99 (or #9C9).

RGB color model

#98C096 color RGB value is (152,192,150).

  • red value is 152;
  • green value is 192;
  • blue value is 150.
RGB:
(152,192,150)
(60%,75%,59%)

RGB channels and saturation

R 152 of 255 = 60%
G 192 of 255 = 75%
B 150 of 255 = 59%

152
192
150

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

Portions of RGB colors in percentages

R + G + B =
152 + 192 + 150 = 494 (100%)
R 152 of 494 ~ 30.77%
G 192 of 494 ~ 38.87%
B 150 of 494 ~ 30.36%

%30.77
%38.87
%30.36

CMYK color model

#98C096 color CMYK value is (21,0,22,25).

  • cyan value is 20.83%
  • magenta value is 0.00%
  • yellow value is 21.88%
  • key color value is 24.71%
CMYK:
(21,0,22,25)
C21M0Y22K25 
(21%,0%,22%,25%)
(0.21/0.00/0.22/0.25)	

CMYK percentages

%20.83
%0
%21.88
%24.71

Codes

Color #98C096 in popluar color models

98C096
RGB152192150
HSL117°25.00%67.06%
HSB/HSV117°21.88%75.29%
CMYK20.83%0.00%21.88%
24.71%

Color #98C096 in popluar number systems.

HEX98C096
Decimal152192150
Binary100110001100000010010110
Octal230300226

Shades and tints

Shades of #98C096

#98C096
(152,192,150)
#8BAF89
(139,175,137)
#7E9E7C
(126,158,124)
#718D6F
(113,141,111)
#647C62
(100,124,98)
#576B55
(87,107,85)
#4A5A48
(74,90,72)
#3D493B
(61,73,59)
#30382E
(48,56,46)
#232721
(35,39,33)
#161614
(22,22,20)
#000000
(0,0,0)

Tints of #98C096

#98C096
(152,192,150)
#A1C59F
(161,197,159)
#AACAA8
(170,202,168)
#B3CFB1
(179,207,177)
#BCD4BA
(188,212,186)
#C5D9C3
(197,217,195)
#CEDECC
(206,222,204)
#D7E3D5
(215,227,213)
#E0E8DE
(224,232,222)
#E9EDE7
(233,237,231)
#F2F2F0
(242,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98C096 color. Also use rgb(152,192,150) instead hex code.

Text Font Color

.myTextColor { color: #98C096; }

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

This text font color is #98C096.


Background Color

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

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

This div background color is #98C096.


Border color

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

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

This div border color is #98C096.


Opacity

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

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

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

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

This text has shadow with #98C096 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98C096 on black background.


Color preview on white background

This text has color #98C096 on white background.



Black color preview on #98C096 background

This text has black color on #98C096 background.


White color preview on #98C096 background

This text has white color on #98C096 background.