COLOR #88E7B7

HEX: #88E7B7
RGB: (136,231,183)

Color info

#88E7B7 contains mainly green and blue colors. Web safe color of #88E7B7 is #99FFCC (or #9FC).

RGB color model

#88E7B7 color RGB value is (136,231,183).

  • red value is 136;
  • green value is 231;
  • blue value is 183.
RGB: (136,231,183) (53%,91%,72%)

RGB channels and saturation

R 136 of 255 = 53%
G 231 of 255 = 91%
B 183 of 255 = 72%

136
231
183

R + G + B ~ 72%. #88E7B7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
136 + 231 + 183 = 550 (100%)
R 136 of 550 ~ 24.73%
G 231 of 550 ~ 42%
B 183 of 550 ~ 33.27%

%24.73
%42
%33.27

CMYK color model

#88E7B7 color CMYK value is (41,0,21,9).

  • cyan value is 41.13%
  • magenta value is 0.00%
  • yellow value is 20.78%
  • key color value is 9.41%
CMYK: (41,0,21,9) C41M0Y21K9 (41%,0%,21%,9%) (0.41/0.00/0.21/0.09)

CMYK percentages

%41.13
%0
%20.78
%9.41

Codes

Color #88E7B7 in popluar color models

88E7B7
RGB136231183
HSL150°66.43%71.96%
HSB/HSV150°41.13%90.59%
CMYK41.13%0.00%20.78%
9.41%

Color #88E7B7 in popluar number systems.

HEX88E7B7
Decimal136231183
Binary100010001110011110110111
Octal210347267

Shades and tints

Shades of #88E7B7

#88E7B7
(136,231,183)
#7CD2A7
(124,210,167)
#70BD97
(112,189,151)
#64A887
(100,168,135)
#589377
(88,147,119)
#4C7E67
(76,126,103)
#406957
(64,105,87)
#345447
(52,84,71)
#283F37
(40,63,55)
#1C2A27
(28,42,39)
#101517
(16,21,23)
#000000
(0,0,0)

Tints of #88E7B7

#88E7B7
(136,231,183)
#92E9BD
(146,233,189)
#9CEBC3
(156,235,195)
#A6EDC9
(166,237,201)
#B0EFCF
(176,239,207)
#BAF1D5
(186,241,213)
#C4F3DB
(196,243,219)
#CEF5E1
(206,245,225)
#D8F7E7
(216,247,231)
#E2F9ED
(226,249,237)
#ECFBF3
(236,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88E7B7 color. Also use rgb(136,231,183) instead hex code.

Text Font Color

.myTextColor { color: #88E7B7; }

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

This text font color is #88E7B7.


Background Color

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

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

This div background color is #88E7B7.


Border color

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

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

This div border color is #88E7B7.


Opacity

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

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

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

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

This text has shadow with #88E7B7 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #88E7B7 on black background.


Color preview on white background

This text has color #88E7B7 on white background.



Black color preview on #88E7B7 background

This text has black color on #88E7B7 background.


White color preview on #88E7B7 background

This text has white color on #88E7B7 background.