COLOR #99E8D4

HEX: #99E8D4
RGB: (153,232,212)

Color info

#99E8D4 contains mainly green and blue colors. Web safe color of #99E8D4 is #99FFCC (or #9FC).

RGB color model

#99E8D4 color RGB value is (153,232,212).

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

RGB channels and saturation

R 153 of 255 = 60%
G 232 of 255 = 91%
B 212 of 255 = 83%

153
232
212

R + G + B ~ 78%. #99E8D4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 232 + 212 = 597 (100%)
R 153 of 597 ~ 25.63%
G 232 of 597 ~ 38.86%
B 212 of 597 ~ 35.51%

%25.63
%38.86
%35.51

CMYK color model

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

  • cyan value is 34.05%
  • magenta value is 0.00%
  • yellow value is 8.62%
  • key color value is 9.02%
CMYK:
(34,0,9,9)
C34M0Y9K9 
(34%,0%,9%,9%)
(0.34/0.00/0.09/0.09)	

CMYK percentages

%34.05
%0
%8.62
%9.02

Codes

Color #99E8D4 in popluar color models

99E8D4
RGB153232212
HSL165°63.20%75.49%
HSB/HSV165°34.05%90.98%
CMYK34.05%0.00%8.62%
9.02%

Color #99E8D4 in popluar number systems.

HEX99E8D4
Decimal153232212
Binary100110011110100011010100
Octal231350324

Shades and tints

Shades of #99E8D4

#99E8D4
(153,232,212)
#8CD3C1
(140,211,193)
#7FBEAE
(127,190,174)
#72A99B
(114,169,155)
#659488
(101,148,136)
#587F75
(88,127,117)
#4B6A62
(75,106,98)
#3E554F
(62,85,79)
#31403C
(49,64,60)
#242B29
(36,43,41)
#171616
(23,22,22)
#000000
(0,0,0)

Tints of #99E8D4

#99E8D4
(153,232,212)
#A2EAD7
(162,234,215)
#ABECDA
(171,236,218)
#B4EEDD
(180,238,221)
#BDF0E0
(189,240,224)
#C6F2E3
(198,242,227)
#CFF4E6
(207,244,230)
#D8F6E9
(216,246,233)
#E1F8EC
(225,248,236)
#EAFAEF
(234,250,239)
#F3FCF2
(243,252,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99E8D4; }

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

This text font color is #99E8D4.


Background Color

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

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

This div background color is #99E8D4.


Border color

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

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

This div border color is #99E8D4.


Opacity

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

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

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

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

This text has shadow with #99E8D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99E8D4 on black background.


Color preview on white background

This text has color #99E8D4 on white background.



Black color preview on #99E8D4 background

This text has black color on #99E8D4 background.


White color preview on #99E8D4 background

This text has white color on #99E8D4 background.