COLOR #98EECE

HEX: #98EECE
RGB: (152,238,206)

Color info

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

RGB color model

#98EECE color RGB value is (152,238,206).

  • red value is 152;
  • green value is 238;
  • blue value is 206.
RGB:
(152,238,206)
(60%,93%,81%)

RGB channels and saturation

R 152 of 255 = 60%
G 238 of 255 = 93%
B 206 of 255 = 81%

152
238
206

R + G + B ~ 78%. #98EECE is quite light color.

Portions of RGB colors in percentages

R + G + B =
152 + 238 + 206 = 596 (100%)
R 152 of 596 ~ 25.5%
G 238 of 596 ~ 39.93%
B 206 of 596 ~ 34.56%

%25.5
%39.93
%34.56

CMYK color model

#98EECE color CMYK value is (36,0,13,7).

  • cyan value is 36.13%
  • magenta value is 0.00%
  • yellow value is 13.45%
  • key color value is 6.67%
CMYK:
(36,0,13,7)
C36M0Y13K7 
(36%,0%,13%,7%)
(0.36/0.00/0.13/0.07)	

CMYK percentages

%36.13
%0
%13.45
%6.67

Codes

Color #98EECE in popluar color models

98EECE
RGB152238206
HSL158°71.67%76.47%
HSB/HSV158°36.13%93.33%
CMYK36.13%0.00%13.45%
6.67%

Color #98EECE in popluar number systems.

HEX98EECE
Decimal152238206
Binary100110001110111011001110
Octal230356316

Shades and tints

Shades of #98EECE

#98EECE
(152,238,206)
#8BD9BC
(139,217,188)
#7EC4AA
(126,196,170)
#71AF98
(113,175,152)
#649A86
(100,154,134)
#578574
(87,133,116)
#4A7062
(74,112,98)
#3D5B50
(61,91,80)
#30463E
(48,70,62)
#23312C
(35,49,44)
#161C1A
(22,28,26)
#000000
(0,0,0)

Tints of #98EECE

#98EECE
(152,238,206)
#A1EFD2
(161,239,210)
#AAF0D6
(170,240,214)
#B3F1DA
(179,241,218)
#BCF2DE
(188,242,222)
#C5F3E2
(197,243,226)
#CEF4E6
(206,244,230)
#D7F5EA
(215,245,234)
#E0F6EE
(224,246,238)
#E9F7F2
(233,247,242)
#F2F8F6
(242,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98EECE color. Also use rgb(152,238,206) instead hex code.

Text Font Color

.myTextColor { color: #98EECE; }

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

This text font color is #98EECE.


Background Color

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

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

This div background color is #98EECE.


Border color

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

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

This div border color is #98EECE.


Opacity

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

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

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

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

This text has shadow with #98EECE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98EECE on black background.


Color preview on white background

This text has color #98EECE on white background.



Black color preview on #98EECE background

This text has black color on #98EECE background.


White color preview on #98EECE background

This text has white color on #98EECE background.