COLOR #98EDA4

HEX: #98EDA4
RGB: (152,237,164)

Color info

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

RGB color model

#98EDA4 color RGB value is (152,237,164).

  • red value is 152;
  • green value is 237;
  • blue value is 164.
RGB:
(152,237,164)
(60%,93%,64%)

RGB channels and saturation

R 152 of 255 = 60%
G 237 of 255 = 93%
B 164 of 255 = 64%

152
237
164

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

Portions of RGB colors in percentages

R + G + B =
152 + 237 + 164 = 553 (100%)
R 152 of 553 ~ 27.49%
G 237 of 553 ~ 42.86%
B 164 of 553 ~ 29.66%

%27.49
%42.86
%29.66

CMYK color model

#98EDA4 color CMYK value is (36,0,31,7).

  • cyan value is 35.86%
  • magenta value is 0.00%
  • yellow value is 30.80%
  • key color value is 7.06%
CMYK:
(36,0,31,7)
C36M0Y31K7 
(36%,0%,31%,7%)
(0.36/0.00/0.31/0.07)	

CMYK percentages

%35.86
%0
%30.8
%7.06

Codes

Color #98EDA4 in popluar color models

98EDA4
RGB152237164
HSL128°70.25%76.27%
HSB/HSV128°35.86%92.94%
CMYK35.86%0.00%30.80%
7.06%

Color #98EDA4 in popluar number systems.

HEX98EDA4
Decimal152237164
Binary100110001110110110100100
Octal230355244

Shades and tints

Shades of #98EDA4

#98EDA4
(152,237,164)
#8BD896
(139,216,150)
#7EC388
(126,195,136)
#71AE7A
(113,174,122)
#64996C
(100,153,108)
#57845E
(87,132,94)
#4A6F50
(74,111,80)
#3D5A42
(61,90,66)
#304534
(48,69,52)
#233026
(35,48,38)
#161B18
(22,27,24)
#000000
(0,0,0)

Tints of #98EDA4

#98EDA4
(152,237,164)
#A1EEAC
(161,238,172)
#AAEFB4
(170,239,180)
#B3F0BC
(179,240,188)
#BCF1C4
(188,241,196)
#C5F2CC
(197,242,204)
#CEF3D4
(206,243,212)
#D7F4DC
(215,244,220)
#E0F5E4
(224,245,228)
#E9F6EC
(233,246,236)
#F2F7F4
(242,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98EDA4 color. Also use rgb(152,237,164) instead hex code.

Text Font Color

.myTextColor { color: #98EDA4; }

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

This text font color is #98EDA4.


Background Color

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

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

This div background color is #98EDA4.


Border color

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

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

This div border color is #98EDA4.


Opacity

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

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

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

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

This text has shadow with #98EDA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98EDA4 on black background.


Color preview on white background

This text has color #98EDA4 on white background.



Black color preview on #98EDA4 background

This text has black color on #98EDA4 background.


White color preview on #98EDA4 background

This text has white color on #98EDA4 background.