COLOR #98E99E

HEX: #98E99E RGB: (152,233,158)

Color info

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

RGB color model

#98E99E color RGB value is (152,233,158).

RGB: (152,233,158) (60%, 91%, 62%)

RGB channels and saturation

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

152
233
158

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

Portions of RGB colors in percentages

R + G + B = 152 + 233 + 158 = 543 (100%)
R 152 of 543 ~ 27.99%
G 233 of 543 ~ 42.91%
B 158 of 543 ~ 29.1'%

%27.99
%42.91
%29.1

CMYK color model

#98E99E color CMYK value is (35,0,32,9).

  • cyan value is 34.76%
  • magenta value is 0.00%
  • yellow value is 32.19%
  • key color value is 8.63%

CMYK: (35,0,32,9)
C35M0Y32K9 (35%, 0%, 32%, 9%)
(0.35 / 0.00 / 0.32 / 0.09)

CMYK percentages

%34.76
%0
%32.19
%8.63

Codes

Color #98E99E in popluar color models

98 E9 9E
RGB 152 233 158
HSL 124° 64.80% 75.49%
HSB/HSV 124° 34.76% 91.37%
CMYK 34.76% 0.00% 32.19%
8.63%

Color #98E99E in popluar number systems.

HEX 98 E9 9E
Decimal 152 233 158
Binary 10011000 11101001 10011110
Octal 230 351 236

Shades and tints

Shades of #98E99E

#98E99E
(152,233,158)
#8BD490
(139,212,144)
#7EBF82
(126,191,130)
#71AA74
(113,170,116)
#649566
(100,149,102)
#578058
(87,128,88)
#4A6B4A
(74,107,74)
#3D563C
(61,86,60)
#30412E
(48,65,46)
#232C20
(35,44,32)
#161712
(22,23,18)
#000000
(0,0,0)

Tints of #98E99E

#98E99E
(152,233,158)
#A1EBA6
(161,235,166)
#AAEDAE
(170,237,174)
#B3EFB6
(179,239,182)
#BCF1BE
(188,241,190)
#C5F3C6
(197,243,198)
#CEF5CE
(206,245,206)
#D7F7D6
(215,247,214)
#E0F9DE
(224,249,222)
#E9FBE6
(233,251,230)
#F2FDEE
(242,253,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98E99E; }

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

This text font color is #98E99E.

Background Color

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

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

This div background color is #98E99E.

Border color

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

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

This div border color is #98E99E.

Opacity

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

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

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

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

This text has shadow with #98E99E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #98E99E.

Preview

Color preview on black background

This text has color #98E99E on black background.


Color preview on white background

This text has color #98E99E on white background.


Black color preview on #98E99E background

This text has black color on #98E99E background.


White color preview on #98E99E background

This text has white color on #98E99E background.


Related colors

Complementary color

Complementary color for #hex is #671661.


I love getcolorcode.com

Triadic colors

1 #9E98E9 and #E99E98 with #98E99E are triadic colors.

2 #9EE998 and #E9989E with #98E99E are triadic colors.