COLOR #99E9C0

HEX: #99E9C0
RGB: (153,233,192)

Color info

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

RGB color model

#99E9C0 color RGB value is (153,233,192).

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

RGB channels and saturation

R 153 of 255 = 60%
G 233 of 255 = 91%
B 192 of 255 = 75%

153
233
192

R + G + B ~ 75%. #99E9C0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 233 + 192 = 578 (100%)
R 153 of 578 ~ 26.47%
G 233 of 578 ~ 40.31%
B 192 of 578 ~ 33.22%

%26.47
%40.31
%33.22

CMYK color model

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

  • cyan value is 34.33%
  • magenta value is 0.00%
  • yellow value is 17.60%
  • key color value is 8.63%
CMYK:
(34,0,18,9)
C34M0Y18K9 
(34%,0%,18%,9%)
(0.34/0.00/0.18/0.09)	

CMYK percentages

%34.33
%0
%17.6
%8.63

Codes

Color #99E9C0 in popluar color models

99E9C0
RGB153233192
HSL149°64.52%75.69%
HSB/HSV149°34.33%91.37%
CMYK34.33%0.00%17.60%
8.63%

Color #99E9C0 in popluar number systems.

HEX99E9C0
Decimal153233192
Binary100110011110100111000000
Octal231351300

Shades and tints

Shades of #99E9C0

#99E9C0
(153,233,192)
#8CD4AF
(140,212,175)
#7FBF9E
(127,191,158)
#72AA8D
(114,170,141)
#65957C
(101,149,124)
#58806B
(88,128,107)
#4B6B5A
(75,107,90)
#3E5649
(62,86,73)
#314138
(49,65,56)
#242C27
(36,44,39)
#171716
(23,23,22)
#000000
(0,0,0)

Tints of #99E9C0

#99E9C0
(153,233,192)
#A2EBC5
(162,235,197)
#ABEDCA
(171,237,202)
#B4EFCF
(180,239,207)
#BDF1D4
(189,241,212)
#C6F3D9
(198,243,217)
#CFF5DE
(207,245,222)
#D8F7E3
(216,247,227)
#E1F9E8
(225,249,232)
#EAFBED
(234,251,237)
#F3FDF2
(243,253,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99E9C0; }

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

This text font color is #99E9C0.


Background Color

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

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

This div background color is #99E9C0.


Border color

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

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

This div border color is #99E9C0.


Opacity

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

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

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

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

This text has shadow with #99E9C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99E9C0 on black background.


Color preview on white background

This text has color #99E9C0 on white background.



Black color preview on #99E9C0 background

This text has black color on #99E9C0 background.


White color preview on #99E9C0 background

This text has white color on #99E9C0 background.