COLOR #98E3E3

HEX: #98E3E3
RGB: (152,227,227)

Color info

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

RGB color model

#98E3E3 color RGB value is (152,227,227).

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

RGB channels and saturation

R 152 of 255 = 60%
G 227 of 255 = 89%
B 227 of 255 = 89%

152
227
227

R + G + B ~ 79%. #98E3E3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
152 + 227 + 227 = 606 (100%)
R 152 of 606 ~ 25.08%
G 227 of 606 ~ 37.46%
B 227 of 606 ~ 37.46%

%25.08
%37.46
%37.46

CMYK color model

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

  • cyan value is 33.04%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(33,0,0,11)
C33M0Y0K11 
(33%,0%,0%,11%)
(0.33/0.00/0.00/0.11)	

CMYK percentages

%33.04
%0
%0
%10.98

Codes

Color #98E3E3 in popluar color models

98E3E3
RGB152227227
HSL180°57.25%74.31%
HSB/HSV180°33.04%89.02%
CMYK33.04%0.00%0.00%
10.98%

Color #98E3E3 in popluar number systems.

HEX98E3E3
Decimal152227227
Binary100110001110001111100011
Octal230343343

Shades and tints

Shades of #98E3E3

#98E3E3
(152,227,227)
#8BCFCF
(139,207,207)
#7EBBBB
(126,187,187)
#71A7A7
(113,167,167)
#649393
(100,147,147)
#577F7F
(87,127,127)
#4A6B6B
(74,107,107)
#3D5757
(61,87,87)
#304343
(48,67,67)
#232F2F
(35,47,47)
#161B1B
(22,27,27)
#000000
(0,0,0)

Tints of #98E3E3

#98E3E3
(152,227,227)
#A1E5E5
(161,229,229)
#AAE7E7
(170,231,231)
#B3E9E9
(179,233,233)
#BCEBEB
(188,235,235)
#C5EDED
(197,237,237)
#CEEFEF
(206,239,239)
#D7F1F1
(215,241,241)
#E0F3F3
(224,243,243)
#E9F5F5
(233,245,245)
#F2F7F7
(242,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98E3E3; }

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

This text font color is #98E3E3.


Background Color

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

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

This div background color is #98E3E3.


Border color

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

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

This div border color is #98E3E3.


Opacity

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

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

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

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

This text has shadow with #98E3E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98E3E3 on black background.


Color preview on white background

This text has color #98E3E3 on white background.



Black color preview on #98E3E3 background

This text has black color on #98E3E3 background.


White color preview on #98E3E3 background

This text has white color on #98E3E3 background.