COLOR #99E4E9

HEX: #99E4E9 RGB: (153,228,233)

Color info

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

RGB color model

#99E4E9 color RGB value is (153,228,233).

RGB: (153,228,233) (60%, 89%, 91%)

RGB channels and saturation

R 153 of 255 = 60%
G 228 of 255 = 89%
B 233 of 255 = 91%

153
228
233

R + G + B ~ 80%. #99E4E9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 153 + 228 + 233 = 614 (100%)
R 153 of 614 ~ 24.92%
G 228 of 614 ~ 37.13%
B 233 of 614 ~ 37.95'%

%24.92
%37.13
%37.95

CMYK color model

#99E4E9 color CMYK value is (34,2,0,9).

  • cyan value is 34.33%
  • magenta value is 2.15%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK: (34,2,0,9) C34M2Y0K9 (34%,2%,0%,9%) (0.34/0.02/0.00/0.09) 

CMYK percentages

%34.33
%2.15
%0
%8.63

Codes

Color #99E4E9 in popluar color models

99 E4 E9
RGB 153 228 233
HSL 184° 64.52% 75.69%
HSB/HSV 184° 34.33% 91.37%
CMYK 34.33% 2.15% 0.00%
8.63%

Color #99E4E9 in popluar number systems.

HEX 99 E4 E9
Decimal 153 228 233
Binary 10011001 11100100 11101001
Octal 231 344 351

Shades and tints

Shades of #99E4E9

#99E4E9
(153,228,233)
#8CD0D4
(140,208,212)
#7FBCBF
(127,188,191)
#72A8AA
(114,168,170)
#659495
(101,148,149)
#588080
(88,128,128)
#4B6C6B
(75,108,107)
#3E5856
(62,88,86)
#314441
(49,68,65)
#24302C
(36,48,44)
#171C17
(23,28,23)
#000000
(0,0,0)

Tints of #99E4E9

#99E4E9
(153,228,233)
#A2E6EB
(162,230,235)
#ABE8ED
(171,232,237)
#B4EAEF
(180,234,239)
#BDECF1
(189,236,241)
#C6EEF3
(198,238,243)
#CFF0F5
(207,240,245)
#D8F2F7
(216,242,247)
#E1F4F9
(225,244,249)
#EAF6FB
(234,246,251)
#F3F8FD
(243,248,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99E4E9; }

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

This text font color is #99E4E9.

Background Color

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

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

This div background color is #99E4E9.

Border color

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

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

This div border color is #99E4E9.

Opacity

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

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

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

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

This text has shadow with #99E4E9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #99E4E9.

Preview

Color preview on black background

This text has color #99E4E9 on black background.


Color preview on white background

This text has color #99E4E9 on white background.


Black color preview on #99E4E9 background

This text has black color on #99E4E9 background.


White color preview on #99E4E9 background

This text has white color on #99E4E9 background.


Related colors

Complementary color

Complementary color for #hex is #661B16.


I love getcolorcode.com

Triadic colors

1 #E999E4 and #E4E999 with #99E4E9 are triadic colors.

2 #E9E499 and #E499E9 with #99E4E9 are triadic colors.