COLOR #88D08E

HEX: #88D08E RGB: (136,208,142)

Color info

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

RGB color model

#88D08E color RGB value is (136,208,142).

RGB: (136,208,142) (53%, 82%, 56%)

RGB channels and saturation

R 136 of 255 = 53%
G 208 of 255 = 82%
B 142 of 255 = 56%

136
208
142

R + G + B ~ 64%. #88D08E is quite light color.

Portions of RGB colors in percentages

R + G + B = 136 + 208 + 142 = 486 (100%)
R 136 of 486 ~ 27.98%
G 208 of 486 ~ 42.8%
B 142 of 486 ~ 29.22'%

%27.98
%42.8
%29.22

CMYK color model

#88D08E color CMYK value is (35,0,32,18).

  • cyan value is 34.62%
  • magenta value is 0.00%
  • yellow value is 31.73%
  • key color value is 18.43%
CMYK: (35,0,32,18) C35M0Y32K18 (35%,0%,32%,18%) (0.35/0.00/0.32/0.18) 

CMYK percentages

%34.62
%0
%31.73
%18.43

Codes

Color #88D08E in popluar color models

88 D0 8E
RGB 136 208 142
HSL 125° 43.37% 67.45%
HSB/HSV 125° 34.62% 81.57%
CMYK 34.62% 0.00% 31.73%
18.43%

Color #88D08E in popluar number systems.

HEX 88 D0 8E
Decimal 136 208 142
Binary 10001000 11010000 10001110
Octal 210 320 216

Shades and tints

Shades of #88D08E

#88D08E
(136,208,142)
#7CBE82
(124,190,130)
#70AC76
(112,172,118)
#649A6A
(100,154,106)
#58885E
(88,136,94)
#4C7652
(76,118,82)
#406446
(64,100,70)
#34523A
(52,82,58)
#28402E
(40,64,46)
#1C2E22
(28,46,34)
#101C16
(16,28,22)
#000000
(0,0,0)

Tints of #88D08E

#88D08E
(136,208,142)
#92D498
(146,212,152)
#9CD8A2
(156,216,162)
#A6DCAC
(166,220,172)
#B0E0B6
(176,224,182)
#BAE4C0
(186,228,192)
#C4E8CA
(196,232,202)
#CEECD4
(206,236,212)
#D8F0DE
(216,240,222)
#E2F4E8
(226,244,232)
#ECF8F2
(236,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88D08E color. Also use rgb(136,208,142) instead hex code.

Text Font Color

.myTextColor { color: #88D08E; }

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

This text font color is #88D08E.

Background Color

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

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

This div background color is #88D08E.

Border color

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

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

This div border color is #88D08E.

Opacity

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

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

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

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

This text has shadow with #88D08E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88D08E.

Preview

Color preview on black background

This text has color #88D08E on black background.


Color preview on white background

This text has color #88D08E on white background.


Black color preview on #88D08E background

This text has black color on #88D08E background.


White color preview on #88D08E background

This text has white color on #88D08E background.


Related colors

Complementary color

Complementary color for #hex is #772F71.


I love getcolorcode.com

Triadic colors

1 #8E88D0 and #D08E88 with #88D08E are triadic colors.

2 #8ED088 and #D0888E with #88D08E are triadic colors.