COLOR #99E88C

HEX: #99E88C
RGB: (153,232,140)

Color info

#99E88C contains mainly green color. Web safe color of #99E88C is #99FF99 (or #9F9).

RGB color model

#99E88C color RGB value is (153,232,140).

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

RGB channels and saturation

R 153 of 255 = 60%
G 232 of 255 = 91%
B 140 of 255 = 55%

153
232
140

R + G + B ~ 69%. #99E88C is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 232 + 140 = 525 (100%)
R 153 of 525 ~ 29.14%
G 232 of 525 ~ 44.19%
B 140 of 525 ~ 26.67%

%29.14
%44.19
%26.67

CMYK color model

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

  • cyan value is 34.05%
  • magenta value is 0.00%
  • yellow value is 39.66%
  • key color value is 9.02%
CMYK:
(34,0,40,9)
C34M0Y40K9 
(34%,0%,40%,9%)
(0.34/0.00/0.40/0.09)	

CMYK percentages

%34.05
%0
%39.66
%9.02

Codes

Color #99E88C in popluar color models

99E88C
RGB153232140
HSL112°66.67%72.94%
HSB/HSV112°39.66%90.98%
CMYK34.05%0.00%39.66%
9.02%

Color #99E88C in popluar number systems.

HEX99E88C
Decimal153232140
Binary100110011110100010001100
Octal231350214

Shades and tints

Shades of #99E88C

#99E88C
(153,232,140)
#8CD380
(140,211,128)
#7FBE74
(127,190,116)
#72A968
(114,169,104)
#65945C
(101,148,92)
#587F50
(88,127,80)
#4B6A44
(75,106,68)
#3E5538
(62,85,56)
#31402C
(49,64,44)
#242B20
(36,43,32)
#171614
(23,22,20)
#000000
(0,0,0)

Tints of #99E88C

#99E88C
(153,232,140)
#A2EA96
(162,234,150)
#ABECA0
(171,236,160)
#B4EEAA
(180,238,170)
#BDF0B4
(189,240,180)
#C6F2BE
(198,242,190)
#CFF4C8
(207,244,200)
#D8F6D2
(216,246,210)
#E1F8DC
(225,248,220)
#EAFAE6
(234,250,230)
#F3FCF0
(243,252,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99E88C; }

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

This text font color is #99E88C.


Background Color

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

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

This div background color is #99E88C.


Border color

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

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

This div border color is #99E88C.


Opacity

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

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

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

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

This text has shadow with #99E88C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99E88C on black background.


Color preview on white background

This text has color #99E88C on white background.



Black color preview on #99E88C background

This text has black color on #99E88C background.


White color preview on #99E88C background

This text has white color on #99E88C background.