COLOR #98FFE5

HEX: #98FFE5
RGB: (152,255,229)

Color info

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

RGB color model

#98FFE5 color RGB value is (152,255,229).

  • red value is 152;
  • green value is 255;
  • blue value is 229.
RGB:
(152,255,229)
(60%,100%,90%)

RGB channels and saturation

R 152 of 255 = 60%
G 255 of 255 = 100%
B 229 of 255 = 90%

152
255
229

R + G + B ~ 83%. #98FFE5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
152 + 255 + 229 = 636 (100%)
R 152 of 636 ~ 23.9%
G 255 of 636 ~ 40.09%
B 229 of 636 ~ 36.01%

%23.9
%40.09
%36.01

CMYK color model

#98FFE5 color CMYK value is (40,0,10,0).

  • cyan value is 40.39%
  • magenta value is 0.00%
  • yellow value is 10.20%
  • key color value is 0.00%
CMYK:
(40,0,10,0)
C40M0Y10K0 
(40%,0%,10%,0%)
(0.40/0.00/0.10/0.00)	

CMYK percentages

%40.39
%0
%10.2
%0

Codes

Color #98FFE5 in popluar color models

98FFE5
RGB152255229
HSL165°100.00%79.80%
HSB/HSV165°40.39%100.00%
CMYK40.39%0.00%10.20%
0.00%

Color #98FFE5 in popluar number systems.

HEX98FFE5
Decimal152255229
Binary100110001111111111100101
Octal230377345

Shades and tints

Shades of #98FFE5

#98FFE5
(152,255,229)
#8BE8D1
(139,232,209)
#7ED1BD
(126,209,189)
#71BAA9
(113,186,169)
#64A395
(100,163,149)
#578C81
(87,140,129)
#4A756D
(74,117,109)
#3D5E59
(61,94,89)
#304745
(48,71,69)
#233031
(35,48,49)
#16191D
(22,25,29)
#000000
(0,0,0)

Tints of #98FFE5

#98FFE5
(152,255,229)
#A1FFE7
(161,255,231)
#AAFFE9
(170,255,233)
#B3FFEB
(179,255,235)
#BCFFED
(188,255,237)
#C5FFEF
(197,255,239)
#CEFFF1
(206,255,241)
#D7FFF3
(215,255,243)
#E0FFF5
(224,255,245)
#E9FFF7
(233,255,247)
#F2FFF9
(242,255,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98FFE5 color. Also use rgb(152,255,229) instead hex code.

Text Font Color

.myTextColor { color: #98FFE5; }

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

This text font color is #98FFE5.


Background Color

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

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

This div background color is #98FFE5.


Border color

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

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

This div border color is #98FFE5.


Opacity

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

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

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

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

This text has shadow with #98FFE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98FFE5 on black background.


Color preview on white background

This text has color #98FFE5 on white background.



Black color preview on #98FFE5 background

This text has black color on #98FFE5 background.


White color preview on #98FFE5 background

This text has white color on #98FFE5 background.