COLOR #88E2B3

HEX: #88E2B3
RGB: (136,226,179)

Color info

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

RGB color model

#88E2B3 color RGB value is (136,226,179).

  • red value is 136;
  • green value is 226;
  • blue value is 179.
RGB:
(136,226,179)
(53%,89%,70%)

RGB channels and saturation

R 136 of 255 = 53%
G 226 of 255 = 89%
B 179 of 255 = 70%

136
226
179

R + G + B ~ 71%. #88E2B3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
136 + 226 + 179 = 541 (100%)
R 136 of 541 ~ 25.14%
G 226 of 541 ~ 41.77%
B 179 of 541 ~ 33.09%

%25.14
%41.77
%33.09

CMYK color model

#88E2B3 color CMYK value is (40,0,21,11).

  • cyan value is 39.82%
  • magenta value is 0.00%
  • yellow value is 20.80%
  • key color value is 11.37%
CMYK:
(40,0,21,11)
C40M0Y21K11 
(40%,0%,21%,11%)
(0.40/0.00/0.21/0.11)	

CMYK percentages

%39.82
%0
%20.8
%11.37

Codes

Color #88E2B3 in popluar color models

88E2B3
RGB136226179
HSL149°60.81%70.98%
HSB/HSV149°39.82%88.63%
CMYK39.82%0.00%20.80%
11.37%

Color #88E2B3 in popluar number systems.

HEX88E2B3
Decimal136226179
Binary100010001110001010110011
Octal210342263

Shades and tints

Shades of #88E2B3

#88E2B3
(136,226,179)
#7CCEA3
(124,206,163)
#70BA93
(112,186,147)
#64A683
(100,166,131)
#589273
(88,146,115)
#4C7E63
(76,126,99)
#406A53
(64,106,83)
#345643
(52,86,67)
#284233
(40,66,51)
#1C2E23
(28,46,35)
#101A13
(16,26,19)
#000000
(0,0,0)

Tints of #88E2B3

#88E2B3
(136,226,179)
#92E4B9
(146,228,185)
#9CE6BF
(156,230,191)
#A6E8C5
(166,232,197)
#B0EACB
(176,234,203)
#BAECD1
(186,236,209)
#C4EED7
(196,238,215)
#CEF0DD
(206,240,221)
#D8F2E3
(216,242,227)
#E2F4E9
(226,244,233)
#ECF6EF
(236,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88E2B3 color. Also use rgb(136,226,179) instead hex code.

Text Font Color

.myTextColor { color: #88E2B3; }

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

This text font color is #88E2B3.


Background Color

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

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

This div background color is #88E2B3.


Border color

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

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

This div border color is #88E2B3.


Opacity

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

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

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

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

This text has shadow with #88E2B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88E2B3 on black background.


Color preview on white background

This text has color #88E2B3 on white background.



Black color preview on #88E2B3 background

This text has black color on #88E2B3 background.


White color preview on #88E2B3 background

This text has white color on #88E2B3 background.