COLOR #88C28E

HEX: #88C28E RGB: (136,194,142)

Color info

#88C28E contains red, green and blue colors in about the same proportion. Web safe color of #88C28E is #99CC99 (or #9C9).

RGB color model

#88C28E color RGB value is (136,194,142).

RGB: (136,194,142) (53%, 76%, 56%)

RGB channels and saturation

R 136 of 255 = 53%
G 194 of 255 = 76%
B 142 of 255 = 56%

136
194
142

R + G + B ~ 62%. #88C28E is quite light color.

Portions of RGB colors in percentages

R + G + B = 136 + 194 + 142 = 472 (100%)
R 136 of 472 ~ 28.81%
G 194 of 472 ~ 41.1%
B 142 of 472 ~ 30.08'%

%28.81
%41.1
%30.08

CMYK color model

#88C28E color CMYK value is (30,0,27,24).

  • cyan value is 29.90%
  • magenta value is 0.00%
  • yellow value is 26.80%
  • key color value is 23.92%
CMYK: (30,0,27,24) C30M0Y27K24 (30%,0%,27%,24%) (0.30/0.00/0.27/0.24) 

CMYK percentages

%29.9
%0
%26.8
%23.92

Codes

Color #88C28E in popluar color models

88 C2 8E
RGB 136 194 142
HSL 126° 32.22% 64.71%
HSB/HSV 126° 29.90% 76.08%
CMYK 29.90% 0.00% 26.80%
23.92%

Color #88C28E in popluar number systems.

HEX 88 C2 8E
Decimal 136 194 142
Binary 10001000 11000010 10001110
Octal 210 302 216

Shades and tints

Shades of #88C28E

#88C28E
(136,194,142)
#7CB182
(124,177,130)
#70A076
(112,160,118)
#648F6A
(100,143,106)
#587E5E
(88,126,94)
#4C6D52
(76,109,82)
#405C46
(64,92,70)
#344B3A
(52,75,58)
#283A2E
(40,58,46)
#1C2922
(28,41,34)
#101816
(16,24,22)
#000000
(0,0,0)

Tints of #88C28E

#88C28E
(136,194,142)
#92C798
(146,199,152)
#9CCCA2
(156,204,162)
#A6D1AC
(166,209,172)
#B0D6B6
(176,214,182)
#BADBC0
(186,219,192)
#C4E0CA
(196,224,202)
#CEE5D4
(206,229,212)
#D8EADE
(216,234,222)
#E2EFE8
(226,239,232)
#ECF4F2
(236,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88C28E; }

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

This text font color is #88C28E.

Background Color

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

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

This div background color is #88C28E.

Border color

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

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

This div border color is #88C28E.

Opacity

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

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

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

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

This text has shadow with #88C28E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88C28E.

Preview

Color preview on black background

This text has color #88C28E on black background.


Color preview on white background

This text has color #88C28E on white background.


Black color preview on #88C28E background

This text has black color on #88C28E background.


White color preview on #88C28E background

This text has white color on #88C28E background.


Related colors

Complementary color

Complementary color for #hex is #773D71.


I love getcolorcode.com

Triadic colors

1 #8E88C2 and #C28E88 with #88C28E are triadic colors.

2 #8EC288 and #C2888E with #88C28E are triadic colors.