COLOR #98E89E

HEX: #98E89E
RGB: (152,232,158)

Color info

#98E89E contains mainly green color. Web safe color of #98E89E is #99FF99 (or #9F9).

RGB color model

#98E89E color RGB value is (152,232,158).

  • red value is 152;
  • green value is 232;
  • blue value is 158.
RGB:
(152,232,158)
(60%,91%,62%)

RGB channels and saturation

R 152 of 255 = 60%
G 232 of 255 = 91%
B 158 of 255 = 62%

152
232
158

R + G + B ~ 71%. #98E89E is quite light color.

Portions of RGB colors in percentages

R + G + B =
152 + 232 + 158 = 542 (100%)
R 152 of 542 ~ 28.04%
G 232 of 542 ~ 42.8%
B 158 of 542 ~ 29.15%

%28.04
%42.8
%29.15

CMYK color model

#98E89E color CMYK value is (34,0,32,9).

  • cyan value is 34.48%
  • magenta value is 0.00%
  • yellow value is 31.90%
  • key color value is 9.02%
CMYK:
(34,0,32,9)
C34M0Y32K9 
(34%,0%,32%,9%)
(0.34/0.00/0.32/0.09)	

CMYK percentages

%34.48
%0
%31.9
%9.02

Codes

Color #98E89E in popluar color models

98E89E
RGB152232158
HSL125°63.49%75.29%
HSB/HSV125°34.48%90.98%
CMYK34.48%0.00%31.90%
9.02%

Color #98E89E in popluar number systems.

HEX98E89E
Decimal152232158
Binary100110001110100010011110
Octal230350236

Shades and tints

Shades of #98E89E

#98E89E
(152,232,158)
#8BD390
(139,211,144)
#7EBE82
(126,190,130)
#71A974
(113,169,116)
#649466
(100,148,102)
#577F58
(87,127,88)
#4A6A4A
(74,106,74)
#3D553C
(61,85,60)
#30402E
(48,64,46)
#232B20
(35,43,32)
#161612
(22,22,18)
#000000
(0,0,0)

Tints of #98E89E

#98E89E
(152,232,158)
#A1EAA6
(161,234,166)
#AAECAE
(170,236,174)
#B3EEB6
(179,238,182)
#BCF0BE
(188,240,190)
#C5F2C6
(197,242,198)
#CEF4CE
(206,244,206)
#D7F6D6
(215,246,214)
#E0F8DE
(224,248,222)
#E9FAE6
(233,250,230)
#F2FCEE
(242,252,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98E89E color. Also use rgb(152,232,158) instead hex code.

Text Font Color

.myTextColor { color: #98E89E; }

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

This text font color is #98E89E.


Background Color

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

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

This div background color is #98E89E.


Border color

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

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

This div border color is #98E89E.


Opacity

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

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

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

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

This text has shadow with #98E89E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98E89E on black background.


Color preview on white background

This text has color #98E89E on white background.



Black color preview on #98E89E background

This text has black color on #98E89E background.


White color preview on #98E89E background

This text has white color on #98E89E background.