COLOR #99E9CE

HEX: #99E9CE
RGB: (153,233,206)

Color info

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

RGB color model

#99E9CE color RGB value is (153,233,206).

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

RGB channels and saturation

R 153 of 255 = 60%
G 233 of 255 = 91%
B 206 of 255 = 81%

153
233
206

R + G + B ~ 77%. #99E9CE is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 233 + 206 = 592 (100%)
R 153 of 592 ~ 25.84%
G 233 of 592 ~ 39.36%
B 206 of 592 ~ 34.8%

%25.84
%39.36
%34.8

CMYK color model

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

  • cyan value is 34.33%
  • magenta value is 0.00%
  • yellow value is 11.59%
  • key color value is 8.63%
CMYK:
(34,0,12,9)
C34M0Y12K9 
(34%,0%,12%,9%)
(0.34/0.00/0.12/0.09)	

CMYK percentages

%34.33
%0
%11.59
%8.63

Codes

Color #99E9CE in popluar color models

99E9CE
RGB153233206
HSL160°64.52%75.69%
HSB/HSV160°34.33%91.37%
CMYK34.33%0.00%11.59%
8.63%

Color #99E9CE in popluar number systems.

HEX99E9CE
Decimal153233206
Binary100110011110100111001110
Octal231351316

Shades and tints

Shades of #99E9CE

#99E9CE
(153,233,206)
#8CD4BC
(140,212,188)
#7FBFAA
(127,191,170)
#72AA98
(114,170,152)
#659586
(101,149,134)
#588074
(88,128,116)
#4B6B62
(75,107,98)
#3E5650
(62,86,80)
#31413E
(49,65,62)
#242C2C
(36,44,44)
#17171A
(23,23,26)
#000000
(0,0,0)

Tints of #99E9CE

#99E9CE
(153,233,206)
#A2EBD2
(162,235,210)
#ABEDD6
(171,237,214)
#B4EFDA
(180,239,218)
#BDF1DE
(189,241,222)
#C6F3E2
(198,243,226)
#CFF5E6
(207,245,230)
#D8F7EA
(216,247,234)
#E1F9EE
(225,249,238)
#EAFBF2
(234,251,242)
#F3FDF6
(243,253,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99E9CE; }

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

This text font color is #99E9CE.


Background Color

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

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

This div background color is #99E9CE.


Border color

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

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

This div border color is #99E9CE.


Opacity

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

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

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

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

This text has shadow with #99E9CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99E9CE on black background.


Color preview on white background

This text has color #99E9CE on white background.



Black color preview on #99E9CE background

This text has black color on #99E9CE background.


White color preview on #99E9CE background

This text has white color on #99E9CE background.