COLOR #98E2C8

HEX: #98E2C8
RGB: (152,226,200)

Color info

#98E2C8 contains mainly green and blue colors. Web safe color of #98E2C8 is #99CCCC (or #9CC).

RGB color model

#98E2C8 color RGB value is (152,226,200).

  • red value is 152;
  • green value is 226;
  • blue value is 200.
RGB:
(152,226,200)
(60%,89%,78%)

RGB channels and saturation

R 152 of 255 = 60%
G 226 of 255 = 89%
B 200 of 255 = 78%

152
226
200

R + G + B ~ 76%. #98E2C8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
152 + 226 + 200 = 578 (100%)
R 152 of 578 ~ 26.3%
G 226 of 578 ~ 39.1%
B 200 of 578 ~ 34.6%

%26.3
%39.1
%34.6

CMYK color model

#98E2C8 color CMYK value is (33,0,12,11).

  • cyan value is 32.74%
  • magenta value is 0.00%
  • yellow value is 11.50%
  • key color value is 11.37%
CMYK:
(33,0,12,11)
C33M0Y12K11 
(33%,0%,12%,11%)
(0.33/0.00/0.12/0.11)	

CMYK percentages

%32.74
%0
%11.5
%11.37

Codes

Color #98E2C8 in popluar color models

98E2C8
RGB152226200
HSL159°56.06%74.12%
HSB/HSV159°32.74%88.63%
CMYK32.74%0.00%11.50%
11.37%

Color #98E2C8 in popluar number systems.

HEX98E2C8
Decimal152226200
Binary100110001110001011001000
Octal230342310

Shades and tints

Shades of #98E2C8

#98E2C8
(152,226,200)
#8BCEB6
(139,206,182)
#7EBAA4
(126,186,164)
#71A692
(113,166,146)
#649280
(100,146,128)
#577E6E
(87,126,110)
#4A6A5C
(74,106,92)
#3D564A
(61,86,74)
#304238
(48,66,56)
#232E26
(35,46,38)
#161A14
(22,26,20)
#000000
(0,0,0)

Tints of #98E2C8

#98E2C8
(152,226,200)
#A1E4CD
(161,228,205)
#AAE6D2
(170,230,210)
#B3E8D7
(179,232,215)
#BCEADC
(188,234,220)
#C5ECE1
(197,236,225)
#CEEEE6
(206,238,230)
#D7F0EB
(215,240,235)
#E0F2F0
(224,242,240)
#E9F4F5
(233,244,245)
#F2F6FA
(242,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98E2C8 color. Also use rgb(152,226,200) instead hex code.

Text Font Color

.myTextColor { color: #98E2C8; }

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

This text font color is #98E2C8.


Background Color

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

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

This div background color is #98E2C8.


Border color

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

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

This div border color is #98E2C8.


Opacity

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

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

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

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

This text has shadow with #98E2C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98E2C8 on black background.


Color preview on white background

This text has color #98E2C8 on white background.



Black color preview on #98E2C8 background

This text has black color on #98E2C8 background.


White color preview on #98E2C8 background

This text has white color on #98E2C8 background.