COLOR #98E9C6

HEX: #98E9C6
RGB: (152,233,198)

Color info

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

RGB color model

#98E9C6 color RGB value is (152,233,198).

  • red value is 152;
  • green value is 233;
  • blue value is 198.
RGB:
(152,233,198)
(60%,91%,78%)

RGB channels and saturation

R 152 of 255 = 60%
G 233 of 255 = 91%
B 198 of 255 = 78%

152
233
198

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

Portions of RGB colors in percentages

R + G + B =
152 + 233 + 198 = 583 (100%)
R 152 of 583 ~ 26.07%
G 233 of 583 ~ 39.97%
B 198 of 583 ~ 33.96%

%26.07
%39.97
%33.96

CMYK color model

#98E9C6 color CMYK value is (35,0,15,9).

  • cyan value is 34.76%
  • magenta value is 0.00%
  • yellow value is 15.02%
  • key color value is 8.63%
CMYK:
(35,0,15,9)
C35M0Y15K9 
(35%,0%,15%,9%)
(0.35/0.00/0.15/0.09)	

CMYK percentages

%34.76
%0
%15.02
%8.63

Codes

Color #98E9C6 in popluar color models

98E9C6
RGB152233198
HSL154°64.80%75.49%
HSB/HSV154°34.76%91.37%
CMYK34.76%0.00%15.02%
8.63%

Color #98E9C6 in popluar number systems.

HEX98E9C6
Decimal152233198
Binary100110001110100111000110
Octal230351306

Shades and tints

Shades of #98E9C6

#98E9C6
(152,233,198)
#8BD4B4
(139,212,180)
#7EBFA2
(126,191,162)
#71AA90
(113,170,144)
#64957E
(100,149,126)
#57806C
(87,128,108)
#4A6B5A
(74,107,90)
#3D5648
(61,86,72)
#304136
(48,65,54)
#232C24
(35,44,36)
#161712
(22,23,18)
#000000
(0,0,0)

Tints of #98E9C6

#98E9C6
(152,233,198)
#A1EBCB
(161,235,203)
#AAEDD0
(170,237,208)
#B3EFD5
(179,239,213)
#BCF1DA
(188,241,218)
#C5F3DF
(197,243,223)
#CEF5E4
(206,245,228)
#D7F7E9
(215,247,233)
#E0F9EE
(224,249,238)
#E9FBF3
(233,251,243)
#F2FDF8
(242,253,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98E9C6 color. Also use rgb(152,233,198) instead hex code.

Text Font Color

.myTextColor { color: #98E9C6; }

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

This text font color is #98E9C6.


Background Color

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

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

This div background color is #98E9C6.


Border color

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

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

This div border color is #98E9C6.


Opacity

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

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

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

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

This text has shadow with #98E9C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98E9C6 on black background.


Color preview on white background

This text has color #98E9C6 on white background.



Black color preview on #98E9C6 background

This text has black color on #98E9C6 background.


White color preview on #98E9C6 background

This text has white color on #98E9C6 background.