COLOR #99E8C3

HEX: #99E8C3
RGB: (153,232,195)

Color info

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

RGB color model

#99E8C3 color RGB value is (153,232,195).

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

RGB channels and saturation

R 153 of 255 = 60%
G 232 of 255 = 91%
B 195 of 255 = 76%

153
232
195

R + G + B ~ 76%. #99E8C3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 232 + 195 = 580 (100%)
R 153 of 580 ~ 26.38%
G 232 of 580 ~ 40%
B 195 of 580 ~ 33.62%

%26.38
%40
%33.62

CMYK color model

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

  • cyan value is 34.05%
  • magenta value is 0.00%
  • yellow value is 15.95%
  • key color value is 9.02%
CMYK:
(34,0,16,9)
C34M0Y16K9 
(34%,0%,16%,9%)
(0.34/0.00/0.16/0.09)	

CMYK percentages

%34.05
%0
%15.95
%9.02

Codes

Color #99E8C3 in popluar color models

99E8C3
RGB153232195
HSL152°63.20%75.49%
HSB/HSV152°34.05%90.98%
CMYK34.05%0.00%15.95%
9.02%

Color #99E8C3 in popluar number systems.

HEX99E8C3
Decimal153232195
Binary100110011110100011000011
Octal231350303

Shades and tints

Shades of #99E8C3

#99E8C3
(153,232,195)
#8CD3B2
(140,211,178)
#7FBEA1
(127,190,161)
#72A990
(114,169,144)
#65947F
(101,148,127)
#587F6E
(88,127,110)
#4B6A5D
(75,106,93)
#3E554C
(62,85,76)
#31403B
(49,64,59)
#242B2A
(36,43,42)
#171619
(23,22,25)
#000000
(0,0,0)

Tints of #99E8C3

#99E8C3
(153,232,195)
#A2EAC8
(162,234,200)
#ABECCD
(171,236,205)
#B4EED2
(180,238,210)
#BDF0D7
(189,240,215)
#C6F2DC
(198,242,220)
#CFF4E1
(207,244,225)
#D8F6E6
(216,246,230)
#E1F8EB
(225,248,235)
#EAFAF0
(234,250,240)
#F3FCF5
(243,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99E8C3; }

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

This text font color is #99E8C3.


Background Color

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

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

This div background color is #99E8C3.


Border color

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

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

This div border color is #99E8C3.


Opacity

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

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

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

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

This text has shadow with #99E8C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99E8C3 on black background.


Color preview on white background

This text has color #99E8C3 on white background.



Black color preview on #99E8C3 background

This text has black color on #99E8C3 background.


White color preview on #99E8C3 background

This text has white color on #99E8C3 background.