COLOR #98E0C6

HEX: #98E0C6
RGB: (152,224,198)

Color info

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

RGB color model

#98E0C6 color RGB value is (152,224,198).

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

RGB channels and saturation

R 152 of 255 = 60%
G 224 of 255 = 88%
B 198 of 255 = 78%

152
224
198

R + G + B ~ 75%. #98E0C6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
152 + 224 + 198 = 574 (100%)
R 152 of 574 ~ 26.48%
G 224 of 574 ~ 39.02%
B 198 of 574 ~ 34.49%

%26.48
%39.02
%34.49

CMYK color model

#98E0C6 color CMYK value is (32,0,12,12).

  • cyan value is 32.14%
  • magenta value is 0.00%
  • yellow value is 11.61%
  • key color value is 12.16%
CMYK:
(32,0,12,12)
C32M0Y12K12 
(32%,0%,12%,12%)
(0.32/0.00/0.12/0.12)	

CMYK percentages

%32.14
%0
%11.61
%12.16

Codes

Color #98E0C6 in popluar color models

98E0C6
RGB152224198
HSL158°53.73%73.73%
HSB/HSV158°32.14%87.84%
CMYK32.14%0.00%11.61%
12.16%

Color #98E0C6 in popluar number systems.

HEX98E0C6
Decimal152224198
Binary100110001110000011000110
Octal230340306

Shades and tints

Shades of #98E0C6

#98E0C6
(152,224,198)
#8BCCB4
(139,204,180)
#7EB8A2
(126,184,162)
#71A490
(113,164,144)
#64907E
(100,144,126)
#577C6C
(87,124,108)
#4A685A
(74,104,90)
#3D5448
(61,84,72)
#304036
(48,64,54)
#232C24
(35,44,36)
#161812
(22,24,18)
#000000
(0,0,0)

Tints of #98E0C6

#98E0C6
(152,224,198)
#A1E2CB
(161,226,203)
#AAE4D0
(170,228,208)
#B3E6D5
(179,230,213)
#BCE8DA
(188,232,218)
#C5EADF
(197,234,223)
#CEECE4
(206,236,228)
#D7EEE9
(215,238,233)
#E0F0EE
(224,240,238)
#E9F2F3
(233,242,243)
#F2F4F8
(242,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98E0C6; }

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

This text font color is #98E0C6.


Background Color

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

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

This div background color is #98E0C6.


Border color

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

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

This div border color is #98E0C6.


Opacity

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

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

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

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

This text has shadow with #98E0C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98E0C6 on black background.


Color preview on white background

This text has color #98E0C6 on white background.



Black color preview on #98E0C6 background

This text has black color on #98E0C6 background.


White color preview on #98E0C6 background

This text has white color on #98E0C6 background.