COLOR #98E4A8

HEX: #98E4A8
RGB: (152,228,168)

Color info

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

RGB color model

#98E4A8 color RGB value is (152,228,168).

  • red value is 152;
  • green value is 228;
  • blue value is 168.
RGB:
(152,228,168)
(60%,89%,66%)

RGB channels and saturation

R 152 of 255 = 60%
G 228 of 255 = 89%
B 168 of 255 = 66%

152
228
168

R + G + B ~ 72%. #98E4A8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
152 + 228 + 168 = 548 (100%)
R 152 of 548 ~ 27.74%
G 228 of 548 ~ 41.61%
B 168 of 548 ~ 30.66%

%27.74
%41.61
%30.66

CMYK color model

#98E4A8 color CMYK value is (33,0,26,11).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 26.32%
  • key color value is 10.59%
CMYK:
(33,0,26,11)
C33M0Y26K11 
(33%,0%,26%,11%)
(0.33/0.00/0.26/0.11)	

CMYK percentages

%33.33
%0
%26.32
%10.59

Codes

Color #98E4A8 in popluar color models

98E4A8
RGB152228168
HSL133°58.46%74.51%
HSB/HSV133°33.33%89.41%
CMYK33.33%0.00%26.32%
10.59%

Color #98E4A8 in popluar number systems.

HEX98E4A8
Decimal152228168
Binary100110001110010010101000
Octal230344250

Shades and tints

Shades of #98E4A8

#98E4A8
(152,228,168)
#8BD099
(139,208,153)
#7EBC8A
(126,188,138)
#71A87B
(113,168,123)
#64946C
(100,148,108)
#57805D
(87,128,93)
#4A6C4E
(74,108,78)
#3D583F
(61,88,63)
#304430
(48,68,48)
#233021
(35,48,33)
#161C12
(22,28,18)
#000000
(0,0,0)

Tints of #98E4A8

#98E4A8
(152,228,168)
#A1E6AF
(161,230,175)
#AAE8B6
(170,232,182)
#B3EABD
(179,234,189)
#BCECC4
(188,236,196)
#C5EECB
(197,238,203)
#CEF0D2
(206,240,210)
#D7F2D9
(215,242,217)
#E0F4E0
(224,244,224)
#E9F6E7
(233,246,231)
#F2F8EE
(242,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98E4A8 color. Also use rgb(152,228,168) instead hex code.

Text Font Color

.myTextColor { color: #98E4A8; }

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

This text font color is #98E4A8.


Background Color

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

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

This div background color is #98E4A8.


Border color

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

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

This div border color is #98E4A8.


Opacity

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

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

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

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

This text has shadow with #98E4A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98E4A8 on black background.


Color preview on white background

This text has color #98E4A8 on white background.



Black color preview on #98E4A8 background

This text has black color on #98E4A8 background.


White color preview on #98E4A8 background

This text has white color on #98E4A8 background.