COLOR #99E6A7

HEX: #99E6A7 RGB: (153,230,167)

Color info

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

RGB color model

#99E6A7 color RGB value is (153,230,167).

RGB: (153,230,167) (60%, 90%, 65%)

RGB channels and saturation

R 153 of 255 = 60%
G 230 of 255 = 90%
B 167 of 255 = 65%

153
230
167

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

Portions of RGB colors in percentages

R + G + B = 153 + 230 + 167 = 550 (100%)
R 153 of 550 ~ 27.82%
G 230 of 550 ~ 41.82%
B 167 of 550 ~ 30.36'%

%27.82
%41.82
%30.36

CMYK color model

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

  • cyan value is 33.48%
  • magenta value is 0.00%
  • yellow value is 27.39%
  • 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
%27.39
%9.8

Codes

Color #99E6A7 in popluar color models

99 E6 A7
RGB 153 230 167
HSL 131° 60.63% 75.10%
HSB/HSV 131° 33.48% 90.20%
CMYK 33.48% 0.00% 27.39%
9.80%

Color #99E6A7 in popluar number systems.

HEX 99 E6 A7
Decimal 153 230 167
Binary 10011001 11100110 10100111
Octal 231 346 247

Shades and tints

Shades of #99E6A7

#99E6A7
(153,230,167)
#8CD298
(140,210,152)
#7FBE89
(127,190,137)
#72AA7A
(114,170,122)
#65966B
(101,150,107)
#58825C
(88,130,92)
#4B6E4D
(75,110,77)
#3E5A3E
(62,90,62)
#31462F
(49,70,47)
#243220
(36,50,32)
#171E11
(23,30,17)
#000000
(0,0,0)

Tints of #99E6A7

#99E6A7
(153,230,167)
#A2E8AF
(162,232,175)
#ABEAB7
(171,234,183)
#B4ECBF
(180,236,191)
#BDEEC7
(189,238,199)
#C6F0CF
(198,240,207)
#CFF2D7
(207,242,215)
#D8F4DF
(216,244,223)
#E1F6E7
(225,246,231)
#EAF8EF
(234,248,239)
#F3FAF7
(243,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99E6A7; }

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

This text font color is #99E6A7.

Background Color

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

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

This div background color is #99E6A7.

Border color

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

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

This div border color is #99E6A7.

Opacity

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

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

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

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

This text has shadow with #99E6A7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #99E6A7.

Preview

Color preview on black background

This text has color #99E6A7 on black background.


Color preview on white background

This text has color #99E6A7 on white background.


Black color preview on #99E6A7 background

This text has black color on #99E6A7 background.


White color preview on #99E6A7 background

This text has white color on #99E6A7 background.


Related colors

Complementary color

Complementary color for #hex is #661958.


I love getcolorcode.com

Triadic colors

1 #A799E6 and #E6A799 with #99E6A7 are triadic colors.

2 #A7E699 and #E699A7 with #99E6A7 are triadic colors.