COLOR #99E8ED

HEX: #99E8ED
RGB: (153,232,237)

Color info

#99E8ED contains mainly green and blue colors. Web safe color of #99E8ED is #99FFFF (or #9FF).

RGB color model

#99E8ED color RGB value is (153,232,237).

  • red value is 153;
  • green value is 232;
  • blue value is 237.
RGB:
(153,232,237)
(60%,91%,93%)

RGB channels and saturation

R 153 of 255 = 60%
G 232 of 255 = 91%
B 237 of 255 = 93%

153
232
237

R + G + B ~ 81%. #99E8ED is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 232 + 237 = 622 (100%)
R 153 of 622 ~ 24.6%
G 232 of 622 ~ 37.3%
B 237 of 622 ~ 38.1%

%24.6
%37.3
%38.1

CMYK color model

#99E8ED color CMYK value is (35,2,0,7).

  • cyan value is 35.44%
  • magenta value is 2.11%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(35,2,0,7)
C35M2Y0K7 
(35%,2%,0%,7%)
(0.35/0.02/0.00/0.07)	

CMYK percentages

%35.44
%2.11
%0
%7.06

Codes

Color #99E8ED in popluar color models

99E8ED
RGB153232237
HSL184°70.00%76.47%
HSB/HSV184°35.44%92.94%
CMYK35.44%2.11%0.00%
7.06%

Color #99E8ED in popluar number systems.

HEX99E8ED
Decimal153232237
Binary100110011110100011101101
Octal231350355

Shades and tints

Shades of #99E8ED

#99E8ED
(153,232,237)
#8CD3D8
(140,211,216)
#7FBEC3
(127,190,195)
#72A9AE
(114,169,174)
#659499
(101,148,153)
#587F84
(88,127,132)
#4B6A6F
(75,106,111)
#3E555A
(62,85,90)
#314045
(49,64,69)
#242B30
(36,43,48)
#17161B
(23,22,27)
#000000
(0,0,0)

Tints of #99E8ED

#99E8ED
(153,232,237)
#A2EAEE
(162,234,238)
#ABECEF
(171,236,239)
#B4EEF0
(180,238,240)
#BDF0F1
(189,240,241)
#C6F2F2
(198,242,242)
#CFF4F3
(207,244,243)
#D8F6F4
(216,246,244)
#E1F8F5
(225,248,245)
#EAFAF6
(234,250,246)
#F3FCF7
(243,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99E8ED color. Also use rgb(153,232,237) instead hex code.

Text Font Color

.myTextColor { color: #99E8ED; }

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

This text font color is #99E8ED.


Background Color

.myBgColor { background-color: #99E8ED; }

<div style="background-color:#99E8ED">Inner text</div>

This div background color is #99E8ED.


Border color

.myBorderColor { border: 1px solid #99E8ED; }

<div style="border:3px solid #99E8ED">Div</div>

This div border color is #99E8ED.


Opacity

.myOpacity80 { color: #99E8ED; opacity: 0.8; }

<p style="color:#99E8ED;opacity:0.8;">80%</p>

Text with #99E8ED 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 #99E8ED;}

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

This text has shadow with #99E8ED color.

.textShadow {text-shadow: 3px 3px 1px #99E8ED, 3px 3px 1px red;}

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

This text has shadow with #99E8ED primary color and red secondary color.


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

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

This text has shadow with #99E8ED and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99E8ED on black background.


Color preview on white background

This text has color #99E8ED on white background.



Black color preview on #99E8ED background

This text has black color on #99E8ED background.


White color preview on #99E8ED background

This text has white color on #99E8ED background.