COLOR #99E5EC

HEX: #99E5EC
RGB: (153,229,236)

Color info

#99E5EC contains mainly green and blue colors. Web safe color of #99E5EC is #99CCFF (or #9CF).

RGB color model

#99E5EC color RGB value is (153,229,236).

  • red value is 153;
  • green value is 229;
  • blue value is 236.
RGB:
(153,229,236)
(60%,90%,93%)

RGB channels and saturation

R 153 of 255 = 60%
G 229 of 255 = 90%
B 236 of 255 = 93%

153
229
236

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

Portions of RGB colors in percentages

R + G + B =
153 + 229 + 236 = 618 (100%)
R 153 of 618 ~ 24.76%
G 229 of 618 ~ 37.06%
B 236 of 618 ~ 38.19%

%24.76
%37.06
%38.19

CMYK color model

#99E5EC color CMYK value is (35,3,0,7).

  • cyan value is 35.17%
  • magenta value is 2.97%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(35,3,0,7)
C35M3Y0K7 
(35%,3%,0%,7%)
(0.35/0.03/0.00/0.07)	

CMYK percentages

%35.17
%2.97
%0
%7.45

Codes

Color #99E5EC in popluar color models

99E5EC
RGB153229236
HSL185°68.60%76.27%
HSB/HSV185°35.17%92.55%
CMYK35.17%2.97%0.00%
7.45%

Color #99E5EC in popluar number systems.

HEX99E5EC
Decimal153229236
Binary100110011110010111101100
Octal231345354

Shades and tints

Shades of #99E5EC

#99E5EC
(153,229,236)
#8CD1D7
(140,209,215)
#7FBDC2
(127,189,194)
#72A9AD
(114,169,173)
#659598
(101,149,152)
#588183
(88,129,131)
#4B6D6E
(75,109,110)
#3E5959
(62,89,89)
#314544
(49,69,68)
#24312F
(36,49,47)
#171D1A
(23,29,26)
#000000
(0,0,0)

Tints of #99E5EC

#99E5EC
(153,229,236)
#A2E7ED
(162,231,237)
#ABE9EE
(171,233,238)
#B4EBEF
(180,235,239)
#BDEDF0
(189,237,240)
#C6EFF1
(198,239,241)
#CFF1F2
(207,241,242)
#D8F3F3
(216,243,243)
#E1F5F4
(225,245,244)
#EAF7F5
(234,247,245)
#F3F9F6
(243,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99E5EC color. Also use rgb(153,229,236) instead hex code.

Text Font Color

.myTextColor { color: #99E5EC; }

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

This text font color is #99E5EC.


Background Color

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

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

This div background color is #99E5EC.


Border color

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

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

This div border color is #99E5EC.


Opacity

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

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

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

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

This text has shadow with #99E5EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99E5EC on black background.


Color preview on white background

This text has color #99E5EC on white background.



Black color preview on #99E5EC background

This text has black color on #99E5EC background.


White color preview on #99E5EC background

This text has white color on #99E5EC background.