COLOR #88DE95

HEX: #88DE95
RGB: (136,222,149)

Color info

#88DE95 contains mainly green color. Web safe color of #88DE95 is #99CC99 (or #9C9).

RGB color model

#88DE95 color RGB value is (136,222,149).

  • red value is 136;
  • green value is 222;
  • blue value is 149.
RGB:
(136,222,149)
(53%,87%,58%)

RGB channels and saturation

R 136 of 255 = 53%
G 222 of 255 = 87%
B 149 of 255 = 58%

136
222
149

R + G + B ~ 66%. #88DE95 is quite light color.

Portions of RGB colors in percentages

R + G + B =
136 + 222 + 149 = 507 (100%)
R 136 of 507 ~ 26.82%
G 222 of 507 ~ 43.79%
B 149 of 507 ~ 29.39%

%26.82
%43.79
%29.39

CMYK color model

#88DE95 color CMYK value is (39,0,33,13).

  • cyan value is 38.74%
  • magenta value is 0.00%
  • yellow value is 32.88%
  • key color value is 12.94%
CMYK:
(39,0,33,13)
C39M0Y33K13 
(39%,0%,33%,13%)
(0.39/0.00/0.33/0.13)	

CMYK percentages

%38.74
%0
%32.88
%12.94

Codes

Color #88DE95 in popluar color models

88DE95
RGB136222149
HSL129°56.58%70.20%
HSB/HSV129°38.74%87.06%
CMYK38.74%0.00%32.88%
12.94%

Color #88DE95 in popluar number systems.

HEX88DE95
Decimal136222149
Binary100010001101111010010101
Octal210336225

Shades and tints

Shades of #88DE95

#88DE95
(136,222,149)
#7CCA88
(124,202,136)
#70B67B
(112,182,123)
#64A26E
(100,162,110)
#588E61
(88,142,97)
#4C7A54
(76,122,84)
#406647
(64,102,71)
#34523A
(52,82,58)
#283E2D
(40,62,45)
#1C2A20
(28,42,32)
#101613
(16,22,19)
#000000
(0,0,0)

Tints of #88DE95

#88DE95
(136,222,149)
#92E19E
(146,225,158)
#9CE4A7
(156,228,167)
#A6E7B0
(166,231,176)
#B0EAB9
(176,234,185)
#BAEDC2
(186,237,194)
#C4F0CB
(196,240,203)
#CEF3D4
(206,243,212)
#D8F6DD
(216,246,221)
#E2F9E6
(226,249,230)
#ECFCEF
(236,252,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88DE95 color. Also use rgb(136,222,149) instead hex code.

Text Font Color

.myTextColor { color: #88DE95; }

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

This text font color is #88DE95.


Background Color

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

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

This div background color is #88DE95.


Border color

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

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

This div border color is #88DE95.


Opacity

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

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

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

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

This text has shadow with #88DE95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88DE95 on black background.


Color preview on white background

This text has color #88DE95 on white background.



Black color preview on #88DE95 background

This text has black color on #88DE95 background.


White color preview on #88DE95 background

This text has white color on #88DE95 background.