COLOR #99E6A8

HEX: #99E6A8
RGB: (153,230,168)

Color info

#99E6A8 contains mainly green color. Web safe color of #99E6A8 is #99CC99 (or #9C9).

RGB color model

#99E6A8 color RGB value is (153,230,168).

  • red value is 153;
  • green value is 230;
  • blue value is 168.
RGB:
(153,230,168)
(60%,90%,66%)

RGB channels and saturation

R 153 of 255 = 60%
G 230 of 255 = 90%
B 168 of 255 = 66%

153
230
168

R + G + B ~ 72%. #99E6A8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 230 + 168 = 551 (100%)
R 153 of 551 ~ 27.77%
G 230 of 551 ~ 41.74%
B 168 of 551 ~ 30.49%

%27.77
%41.74
%30.49

CMYK color model

#99E6A8 color CMYK value is (33,0,27,10).

  • cyan value is 33.48%
  • magenta value is 0.00%
  • yellow value is 26.96%
  • key color value is 9.80%
CMYK:
(33,0,27,10)
C33M0Y27K10 
(33%,0%,27%,10%)
(0.33/0.00/0.27/0.10)	

CMYK percentages

%33.48
%0
%26.96
%9.8

Codes

Color #99E6A8 in popluar color models

99E6A8
RGB153230168
HSL132°60.63%75.10%
HSB/HSV132°33.48%90.20%
CMYK33.48%0.00%26.96%
9.80%

Color #99E6A8 in popluar number systems.

HEX99E6A8
Decimal153230168
Binary100110011110011010101000
Octal231346250

Shades and tints

Shades of #99E6A8

#99E6A8
(153,230,168)
#8CD299
(140,210,153)
#7FBE8A
(127,190,138)
#72AA7B
(114,170,123)
#65966C
(101,150,108)
#58825D
(88,130,93)
#4B6E4E
(75,110,78)
#3E5A3F
(62,90,63)
#314630
(49,70,48)
#243221
(36,50,33)
#171E12
(23,30,18)
#000000
(0,0,0)

Tints of #99E6A8

#99E6A8
(153,230,168)
#A2E8AF
(162,232,175)
#ABEAB6
(171,234,182)
#B4ECBD
(180,236,189)
#BDEEC4
(189,238,196)
#C6F0CB
(198,240,203)
#CFF2D2
(207,242,210)
#D8F4D9
(216,244,217)
#E1F6E0
(225,246,224)
#EAF8E7
(234,248,231)
#F3FAEE
(243,250,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99E6A8 color. Also use rgb(153,230,168) instead hex code.

Text Font Color

.myTextColor { color: #99E6A8; }

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

This text font color is #99E6A8.


Background Color

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

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

This div background color is #99E6A8.


Border color

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

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

This div border color is #99E6A8.


Opacity

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

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

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

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

This text has shadow with #99E6A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99E6A8 on black background.


Color preview on white background

This text has color #99E6A8 on white background.



Black color preview on #99E6A8 background

This text has black color on #99E6A8 background.


White color preview on #99E6A8 background

This text has white color on #99E6A8 background.