COLOR #98E7E2

HEX: #98E7E2
RGB: (152,231,226)

Color info

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

RGB color model

#98E7E2 color RGB value is (152,231,226).

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

RGB channels and saturation

R 152 of 255 = 60%
G 231 of 255 = 91%
B 226 of 255 = 89%

152
231
226

R + G + B ~ 80%. #98E7E2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
152 + 231 + 226 = 609 (100%)
R 152 of 609 ~ 24.96%
G 231 of 609 ~ 37.93%
B 226 of 609 ~ 37.11%

%24.96
%37.93
%37.11

CMYK color model

#98E7E2 color CMYK value is (34,0,2,9).

  • cyan value is 34.20%
  • magenta value is 0.00%
  • yellow value is 2.16%
  • key color value is 9.41%
CMYK:
(34,0,2,9)
C34M0Y2K9 
(34%,0%,2%,9%)
(0.34/0.00/0.02/0.09)	

CMYK percentages

%34.2
%0
%2.16
%9.41

Codes

Color #98E7E2 in popluar color models

98E7E2
RGB152231226
HSL176°62.20%75.10%
HSB/HSV176°34.20%90.59%
CMYK34.20%0.00%2.16%
9.41%

Color #98E7E2 in popluar number systems.

HEX98E7E2
Decimal152231226
Binary100110001110011111100010
Octal230347342

Shades and tints

Shades of #98E7E2

#98E7E2
(152,231,226)
#8BD2CE
(139,210,206)
#7EBDBA
(126,189,186)
#71A8A6
(113,168,166)
#649392
(100,147,146)
#577E7E
(87,126,126)
#4A696A
(74,105,106)
#3D5456
(61,84,86)
#303F42
(48,63,66)
#232A2E
(35,42,46)
#16151A
(22,21,26)
#000000
(0,0,0)

Tints of #98E7E2

#98E7E2
(152,231,226)
#A1E9E4
(161,233,228)
#AAEBE6
(170,235,230)
#B3EDE8
(179,237,232)
#BCEFEA
(188,239,234)
#C5F1EC
(197,241,236)
#CEF3EE
(206,243,238)
#D7F5F0
(215,245,240)
#E0F7F2
(224,247,242)
#E9F9F4
(233,249,244)
#F2FBF6
(242,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98E7E2; }

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

This text font color is #98E7E2.


Background Color

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

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

This div background color is #98E7E2.


Border color

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

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

This div border color is #98E7E2.


Opacity

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

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

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

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

This text has shadow with #98E7E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98E7E2 on black background.


Color preview on white background

This text has color #98E7E2 on white background.



Black color preview on #98E7E2 background

This text has black color on #98E7E2 background.


White color preview on #98E7E2 background

This text has white color on #98E7E2 background.