COLOR #99E9F4

HEX: #99E9F4
RGB: (153,233,244)

Color info

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

RGB color model

#99E9F4 color RGB value is (153,233,244).

  • red value is 153;
  • green value is 233;
  • blue value is 244.
RGB:
(153,233,244)
(60%,91%,96%)

RGB channels and saturation

R 153 of 255 = 60%
G 233 of 255 = 91%
B 244 of 255 = 96%

153
233
244

R + G + B ~ 82%. #99E9F4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 233 + 244 = 630 (100%)
R 153 of 630 ~ 24.29%
G 233 of 630 ~ 36.98%
B 244 of 630 ~ 38.73%

%24.29
%36.98
%38.73

CMYK color model

#99E9F4 color CMYK value is (37,5,0,4).

  • cyan value is 37.30%
  • magenta value is 4.51%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(37,5,0,4)
C37M5Y0K4 
(37%,5%,0%,4%)
(0.37/0.05/0.00/0.04)	

CMYK percentages

%37.3
%4.51
%0
%4.31

Codes

Color #99E9F4 in popluar color models

99E9F4
RGB153233244
HSL187°80.53%77.84%
HSB/HSV187°37.30%95.69%
CMYK37.30%4.51%0.00%
4.31%

Color #99E9F4 in popluar number systems.

HEX99E9F4
Decimal153233244
Binary100110011110100111110100
Octal231351364

Shades and tints

Shades of #99E9F4

#99E9F4
(153,233,244)
#8CD4DE
(140,212,222)
#7FBFC8
(127,191,200)
#72AAB2
(114,170,178)
#65959C
(101,149,156)
#588086
(88,128,134)
#4B6B70
(75,107,112)
#3E565A
(62,86,90)
#314144
(49,65,68)
#242C2E
(36,44,46)
#171718
(23,23,24)
#000000
(0,0,0)

Tints of #99E9F4

#99E9F4
(153,233,244)
#A2EBF5
(162,235,245)
#ABEDF6
(171,237,246)
#B4EFF7
(180,239,247)
#BDF1F8
(189,241,248)
#C6F3F9
(198,243,249)
#CFF5FA
(207,245,250)
#D8F7FB
(216,247,251)
#E1F9FC
(225,249,252)
#EAFBFD
(234,251,253)
#F3FDFE
(243,253,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99E9F4 color. Also use rgb(153,233,244) instead hex code.

Text Font Color

.myTextColor { color: #99E9F4; }

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

This text font color is #99E9F4.


Background Color

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

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

This div background color is #99E9F4.


Border color

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

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

This div border color is #99E9F4.


Opacity

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

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

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

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

This text has shadow with #99E9F4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99E9F4 on black background.


Color preview on white background

This text has color #99E9F4 on white background.



Black color preview on #99E9F4 background

This text has black color on #99E9F4 background.


White color preview on #99E9F4 background

This text has white color on #99E9F4 background.