COLOR #99E4F9

HEX: #99E4F9
RGB: (153,228,249)

Color info

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

RGB color model

#99E4F9 color RGB value is (153,228,249).

  • red value is 153;
  • green value is 228;
  • blue value is 249.
RGB:
(153,228,249)
(60%,89%,98%)

RGB channels and saturation

R 153 of 255 = 60%
G 228 of 255 = 89%
B 249 of 255 = 98%

153
228
249

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

Portions of RGB colors in percentages

R + G + B =
153 + 228 + 249 = 630 (100%)
R 153 of 630 ~ 24.29%
G 228 of 630 ~ 36.19%
B 249 of 630 ~ 39.52%

%24.29
%36.19
%39.52

CMYK color model

#99E4F9 color CMYK value is (39,8,0,2).

  • cyan value is 38.55%
  • magenta value is 8.43%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(39,8,0,2)
C39M8Y0K2 
(39%,8%,0%,2%)
(0.39/0.08/0.00/0.02)	

CMYK percentages

%38.55
%8.43
%0
%2.35

Codes

Color #99E4F9 in popluar color models

99E4F9
RGB153228249
HSL193°88.89%78.82%
HSB/HSV193°38.55%97.65%
CMYK38.55%8.43%0.00%
2.35%

Color #99E4F9 in popluar number systems.

HEX99E4F9
Decimal153228249
Binary100110011110010011111001
Octal231344371

Shades and tints

Shades of #99E4F9

#99E4F9
(153,228,249)
#8CD0E3
(140,208,227)
#7FBCCD
(127,188,205)
#72A8B7
(114,168,183)
#6594A1
(101,148,161)
#58808B
(88,128,139)
#4B6C75
(75,108,117)
#3E585F
(62,88,95)
#314449
(49,68,73)
#243033
(36,48,51)
#171C1D
(23,28,29)
#000000
(0,0,0)

Tints of #99E4F9

#99E4F9
(153,228,249)
#A2E6F9
(162,230,249)
#ABE8F9
(171,232,249)
#B4EAF9
(180,234,249)
#BDECF9
(189,236,249)
#C6EEF9
(198,238,249)
#CFF0F9
(207,240,249)
#D8F2F9
(216,242,249)
#E1F4F9
(225,244,249)
#EAF6F9
(234,246,249)
#F3F8F9
(243,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99E4F9 color. Also use rgb(153,228,249) instead hex code.

Text Font Color

.myTextColor { color: #99E4F9; }

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

This text font color is #99E4F9.


Background Color

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

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

This div background color is #99E4F9.


Border color

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

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

This div border color is #99E4F9.


Opacity

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

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

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

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

This text has shadow with #99E4F9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99E4F9 on black background.


Color preview on white background

This text has color #99E4F9 on white background.



Black color preview on #99E4F9 background

This text has black color on #99E4F9 background.


White color preview on #99E4F9 background

This text has white color on #99E4F9 background.