COLOR #99E6AC

HEX: #99E6AC RGB: (153,230,172)

Color info

#99E6AC contains mainly green and blue colors. Web safe color of #99E6AC is #99CC99 (or #9C9).

RGB color model

#99E6AC color RGB value is (153,230,172).

RGB: (153,230,172) (60%, 90%, 67%)

RGB channels and saturation

R 153 of 255 = 60%
G 230 of 255 = 90%
B 172 of 255 = 67%

153
230
172

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

Portions of RGB colors in percentages

R + G + B = 153 + 230 + 172 = 555 (100%)
R 153 of 555 ~ 27.57%
G 230 of 555 ~ 41.44%
B 172 of 555 ~ 30.99'%

%27.57
%41.44
%30.99

CMYK color model

#99E6AC color CMYK value is (33,0,25,10).

  • cyan value is 33.48%
  • magenta value is 0.00%
  • yellow value is 25.22%
  • key color value is 9.80%

CMYK: (33,0,25,10)
C33M0Y25K10 (33%, 0%, 25%, 10%)
(0.33 / 0.00 / 0.25 / 0.10)

CMYK percentages

%33.48
%0
%25.22
%9.8

Codes

Color #99E6AC in popluar color models

99 E6 AC
RGB 153 230 172
HSL 135° 60.63% 75.10%
HSB/HSV 135° 33.48% 90.20%
CMYK 33.48% 0.00% 25.22%
9.80%

Color #99E6AC in popluar number systems.

HEX 99 E6 AC
Decimal 153 230 172
Binary 10011001 11100110 10101100
Octal 231 346 254

Shades and tints

Shades of #99E6AC

#99E6AC
(153,230,172)
#8CD29D
(140,210,157)
#7FBE8E
(127,190,142)
#72AA7F
(114,170,127)
#659670
(101,150,112)
#588261
(88,130,97)
#4B6E52
(75,110,82)
#3E5A43
(62,90,67)
#314634
(49,70,52)
#243225
(36,50,37)
#171E16
(23,30,22)
#000000
(0,0,0)

Tints of #99E6AC

#99E6AC
(153,230,172)
#A2E8B3
(162,232,179)
#ABEABA
(171,234,186)
#B4ECC1
(180,236,193)
#BDEEC8
(189,238,200)
#C6F0CF
(198,240,207)
#CFF2D6
(207,242,214)
#D8F4DD
(216,244,221)
#E1F6E4
(225,246,228)
#EAF8EB
(234,248,235)
#F3FAF2
(243,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99E6AC; }

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

This text font color is #99E6AC.

Background Color

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

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

This div background color is #99E6AC.

Border color

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

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

This div border color is #99E6AC.

Opacity

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

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

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

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

This text has shadow with #99E6AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #99E6AC.

Preview

Color preview on black background

This text has color #99E6AC on black background.


Color preview on white background

This text has color #99E6AC on white background.


Black color preview on #99E6AC background

This text has black color on #99E6AC background.


White color preview on #99E6AC background

This text has white color on #99E6AC background.


Related colors

Complementary color

Complementary color for #hex is #661953.


I love getcolorcode.com

Triadic colors

1 #AC99E6 and #E6AC99 with #99E6AC are triadic colors.

2 #ACE699 and #E699AC with #99E6AC are triadic colors.