COLOR #88E9A2

HEX: #88E9A2 RGB: (136,233,162)

Color info

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

RGB color model

#88E9A2 color RGB value is (136,233,162).

RGB: (136,233,162) (53%, 91%, 64%)

RGB channels and saturation

R 136 of 255 = 53%
G 233 of 255 = 91%
B 162 of 255 = 64%

136
233
162

R + G + B ~ 69%. #88E9A2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 136 + 233 + 162 = 531 (100%)
R 136 of 531 ~ 25.61%
G 233 of 531 ~ 43.88%
B 162 of 531 ~ 30.51'%

%25.61
%43.88
%30.51

CMYK color model

#88E9A2 color CMYK value is (42,0,30,9).

  • cyan value is 41.63%
  • magenta value is 0.00%
  • yellow value is 30.47%
  • key color value is 8.63%

CMYK: (42,0,30,9)
C42M0Y30K9 (42%, 0%, 30%, 9%)
(0.42 / 0.00 / 0.30 / 0.09)

CMYK percentages

%41.63
%0
%30.47
%8.63

Codes

Color #88E9A2 in popluar color models

88 E9 A2
RGB 136 233 162
HSL 136° 68.79% 72.35%
HSB/HSV 136° 41.63% 91.37%
CMYK 41.63% 0.00% 30.47%
8.63%

Color #88E9A2 in popluar number systems.

HEX 88 E9 A2
Decimal 136 233 162
Binary 10001000 11101001 10100010
Octal 210 351 242

Shades and tints

Shades of #88E9A2

#88E9A2
(136,233,162)
#7CD494
(124,212,148)
#70BF86
(112,191,134)
#64AA78
(100,170,120)
#58956A
(88,149,106)
#4C805C
(76,128,92)
#406B4E
(64,107,78)
#345640
(52,86,64)
#284132
(40,65,50)
#1C2C24
(28,44,36)
#101716
(16,23,22)
#000000
(0,0,0)

Tints of #88E9A2

#88E9A2
(136,233,162)
#92EBAA
(146,235,170)
#9CEDB2
(156,237,178)
#A6EFBA
(166,239,186)
#B0F1C2
(176,241,194)
#BAF3CA
(186,243,202)
#C4F5D2
(196,245,210)
#CEF7DA
(206,247,218)
#D8F9E2
(216,249,226)
#E2FBEA
(226,251,234)
#ECFDF2
(236,253,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88E9A2 color. Also use rgb(136,233,162) instead hex code.

Text Font Color

.myTextColor { color: #88E9A2; }

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

This text font color is #88E9A2.

Background Color

.myBgColor { background-color: #88E9A2; }

<div style="background-color:#88E9A2">Inner text</div>

This div background color is #88E9A2.

Border color

.myBorderColor { border: 1px solid #88E9A2; }

<div style="border:3px solid #88E9A2">Div</div>

This div border color is #88E9A2.

Opacity

.myOpacity80 { color: #88E9A2; opacity: 0.8; }

<p style="color:#88E9A2;opacity:0.8;">80%</p>

Text with #88E9A2 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 #88E9A2;}

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

This text has shadow with #88E9A2 color.


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

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

This text has shadow with #88E9A2 primary color and red secondary color.


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

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

This text has shadow with #88E9A2 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #88E9A2.

Preview

Color preview on black background

This text has color #88E9A2 on black background.


Color preview on white background

This text has color #88E9A2 on white background.


Black color preview on #88E9A2 background

This text has black color on #88E9A2 background.


White color preview on #88E9A2 background

This text has white color on #88E9A2 background.


Related colors

Complementary color

Complementary color for #hex is #77165D.


I love getcolorcode.com

Triadic colors

1 #A288E9 and #E9A288 with #88E9A2 are triadic colors.

2 #A2E988 and #E988A2 with #88E9A2 are triadic colors.