COLOR #98EED4

HEX: #98EED4
RGB: (152,238,212)

Color info

#98EED4 contains mainly green and blue colors. Web safe color of #98EED4 is #99FFCC (or #9FC).

RGB color model

#98EED4 color RGB value is (152,238,212).

  • red value is 152;
  • green value is 238;
  • blue value is 212.
RGB:
(152,238,212)
(60%,93%,83%)

RGB channels and saturation

R 152 of 255 = 60%
G 238 of 255 = 93%
B 212 of 255 = 83%

152
238
212

R + G + B ~ 79%. #98EED4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
152 + 238 + 212 = 602 (100%)
R 152 of 602 ~ 25.25%
G 238 of 602 ~ 39.53%
B 212 of 602 ~ 35.22%

%25.25
%39.53
%35.22

CMYK color model

#98EED4 color CMYK value is (36,0,11,7).

  • cyan value is 36.13%
  • magenta value is 0.00%
  • yellow value is 10.92%
  • key color value is 6.67%
CMYK:
(36,0,11,7)
C36M0Y11K7 
(36%,0%,11%,7%)
(0.36/0.00/0.11/0.07)	

CMYK percentages

%36.13
%0
%10.92
%6.67

Codes

Color #98EED4 in popluar color models

98EED4
RGB152238212
HSL162°71.67%76.47%
HSB/HSV162°36.13%93.33%
CMYK36.13%0.00%10.92%
6.67%

Color #98EED4 in popluar number systems.

HEX98EED4
Decimal152238212
Binary100110001110111011010100
Octal230356324

Shades and tints

Shades of #98EED4

#98EED4
(152,238,212)
#8BD9C1
(139,217,193)
#7EC4AE
(126,196,174)
#71AF9B
(113,175,155)
#649A88
(100,154,136)
#578575
(87,133,117)
#4A7062
(74,112,98)
#3D5B4F
(61,91,79)
#30463C
(48,70,60)
#233129
(35,49,41)
#161C16
(22,28,22)
#000000
(0,0,0)

Tints of #98EED4

#98EED4
(152,238,212)
#A1EFD7
(161,239,215)
#AAF0DA
(170,240,218)
#B3F1DD
(179,241,221)
#BCF2E0
(188,242,224)
#C5F3E3
(197,243,227)
#CEF4E6
(206,244,230)
#D7F5E9
(215,245,233)
#E0F6EC
(224,246,236)
#E9F7EF
(233,247,239)
#F2F8F2
(242,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98EED4 color. Also use rgb(152,238,212) instead hex code.

Text Font Color

.myTextColor { color: #98EED4; }

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

This text font color is #98EED4.


Background Color

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

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

This div background color is #98EED4.


Border color

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

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

This div border color is #98EED4.


Opacity

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

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

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

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

This text has shadow with #98EED4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98EED4 on black background.


Color preview on white background

This text has color #98EED4 on white background.



Black color preview on #98EED4 background

This text has black color on #98EED4 background.


White color preview on #98EED4 background

This text has white color on #98EED4 background.