COLOR #99E2B6

HEX: #99E2B6 RGB: (153,226,182)

Color info

#99E2B6 contains mainly green and blue colors. Web safe color of #99E2B6 is #99CCCC (or #9CC).

RGB color model

#99E2B6 color RGB value is (153,226,182).

RGB: (153,226,182) (60%, 89%, 71%)

RGB channels and saturation

R 153 of 255 = 60%
G 226 of 255 = 89%
B 182 of 255 = 71%

153
226
182

R + G + B ~ 73%. #99E2B6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 153 + 226 + 182 = 561 (100%)
R 153 of 561 ~ 27.27%
G 226 of 561 ~ 40.29%
B 182 of 561 ~ 32.44'%

%27.27
%40.29
%32.44

CMYK color model

#99E2B6 color CMYK value is (32,0,19,11).

  • cyan value is 32.30%
  • magenta value is 0.00%
  • yellow value is 19.47%
  • key color value is 11.37%

CMYK: (32,0,19,11)
C32M0Y19K11 (32%, 0%, 19%, 11%)
(0.32 / 0.00 / 0.19 / 0.11)

CMYK percentages

%32.3
%0
%19.47
%11.37

Codes

Color #99E2B6 in popluar color models

99 E2 B6
RGB 153 226 182
HSL 144° 55.73% 74.31%
HSB/HSV 144° 32.30% 88.63%
CMYK 32.30% 0.00% 19.47%
11.37%

Color #99E2B6 in popluar number systems.

HEX 99 E2 B6
Decimal 153 226 182
Binary 10011001 11100010 10110110
Octal 231 342 266

Shades and tints

Shades of #99E2B6

#99E2B6
(153,226,182)
#8CCEA6
(140,206,166)
#7FBA96
(127,186,150)
#72A686
(114,166,134)
#659276
(101,146,118)
#587E66
(88,126,102)
#4B6A56
(75,106,86)
#3E5646
(62,86,70)
#314236
(49,66,54)
#242E26
(36,46,38)
#171A16
(23,26,22)
#000000
(0,0,0)

Tints of #99E2B6

#99E2B6
(153,226,182)
#A2E4BC
(162,228,188)
#ABE6C2
(171,230,194)
#B4E8C8
(180,232,200)
#BDEACE
(189,234,206)
#C6ECD4
(198,236,212)
#CFEEDA
(207,238,218)
#D8F0E0
(216,240,224)
#E1F2E6
(225,242,230)
#EAF4EC
(234,244,236)
#F3F6F2
(243,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99E2B6 color. Also use rgb(153,226,182) instead hex code.

Text Font Color

.myTextColor { color: #99E2B6; }

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

This text font color is #99E2B6.

Background Color

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

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

This div background color is #99E2B6.

Border color

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

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

This div border color is #99E2B6.

Opacity

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

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

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

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

This text has shadow with #99E2B6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #99E2B6.

Preview

Color preview on black background

This text has color #99E2B6 on black background.


Color preview on white background

This text has color #99E2B6 on white background.


Black color preview on #99E2B6 background

This text has black color on #99E2B6 background.


White color preview on #99E2B6 background

This text has white color on #99E2B6 background.


Related colors

Complementary color

Complementary color for #hex is #661D49.


I love getcolorcode.com

Triadic colors

1 #B699E2 and #E2B699 with #99E2B6 are triadic colors.

2 #B6E299 and #E299B6 with #99E2B6 are triadic colors.