COLOR #99E886

HEX: #99E886
RGB: (153,232,134)

Color info

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

RGB color model

#99E886 color RGB value is (153,232,134).

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

RGB channels and saturation

R 153 of 255 = 60%
G 232 of 255 = 91%
B 134 of 255 = 53%

153
232
134

R + G + B ~ 68%. #99E886 is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 232 + 134 = 519 (100%)
R 153 of 519 ~ 29.48%
G 232 of 519 ~ 44.7%
B 134 of 519 ~ 25.82%

%29.48
%44.7
%25.82

CMYK color model

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

  • cyan value is 34.05%
  • magenta value is 0.00%
  • yellow value is 42.24%
  • key color value is 9.02%
CMYK:
(34,0,42,9)
C34M0Y42K9 
(34%,0%,42%,9%)
(0.34/0.00/0.42/0.09)	

CMYK percentages

%34.05
%0
%42.24
%9.02

Codes

Color #99E886 in popluar color models

99E886
RGB153232134
HSL108°68.06%71.76%
HSB/HSV108°42.24%90.98%
CMYK34.05%0.00%42.24%
9.02%

Color #99E886 in popluar number systems.

HEX99E886
Decimal153232134
Binary100110011110100010000110
Octal231350206

Shades and tints

Shades of #99E886

#99E886
(153,232,134)
#8CD37A
(140,211,122)
#7FBE6E
(127,190,110)
#72A962
(114,169,98)
#659456
(101,148,86)
#587F4A
(88,127,74)
#4B6A3E
(75,106,62)
#3E5532
(62,85,50)
#314026
(49,64,38)
#242B1A
(36,43,26)
#17160E
(23,22,14)
#000000
(0,0,0)

Tints of #99E886

#99E886
(153,232,134)
#A2EA91
(162,234,145)
#ABEC9C
(171,236,156)
#B4EEA7
(180,238,167)
#BDF0B2
(189,240,178)
#C6F2BD
(198,242,189)
#CFF4C8
(207,244,200)
#D8F6D3
(216,246,211)
#E1F8DE
(225,248,222)
#EAFAE9
(234,250,233)
#F3FCF4
(243,252,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99E886; }

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

This text font color is #99E886.


Background Color

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

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

This div background color is #99E886.


Border color

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

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

This div border color is #99E886.


Opacity

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

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

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

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

This text has shadow with #99E886 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99E886 on black background.


Color preview on white background

This text has color #99E886 on white background.



Black color preview on #99E886 background

This text has black color on #99E886 background.


White color preview on #99E886 background

This text has white color on #99E886 background.