COLOR #88C28A

HEX: #88C28A RGB: (136,194,138)

Color info

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

RGB color model

#88C28A color RGB value is (136,194,138).

RGB: (136,194,138) (53%, 76%, 54%)

RGB channels and saturation

R 136 of 255 = 53%
G 194 of 255 = 76%
B 138 of 255 = 54%

136
194
138

R + G + B ~ 61%. #88C28A is quite light color.

Portions of RGB colors in percentages

R + G + B = 136 + 194 + 138 = 468 (100%)
R 136 of 468 ~ 29.06%
G 194 of 468 ~ 41.45%
B 138 of 468 ~ 29.49'%

%29.06
%41.45
%29.49

CMYK color model

#88C28A color CMYK value is (30,0,29,24).

  • cyan value is 29.90%
  • magenta value is 0.00%
  • yellow value is 28.87%
  • key color value is 23.92%

CMYK: (30,0,29,24)
C30M0Y29K24 (30%, 0%, 29%, 24%)
(0.30 / 0.00 / 0.29 / 0.24)

CMYK percentages

%29.9
%0
%28.87
%23.92

Codes

Color #88C28A in popluar color models

88 C2 8A
RGB 136 194 138
HSL 122° 32.22% 64.71%
HSB/HSV 122° 29.90% 76.08%
CMYK 29.90% 0.00% 28.87%
23.92%

Color #88C28A in popluar number systems.

HEX 88 C2 8A
Decimal 136 194 138
Binary 10001000 11000010 10001010
Octal 210 302 212

Shades and tints

Shades of #88C28A

#88C28A
(136,194,138)
#7CB17E
(124,177,126)
#70A072
(112,160,114)
#648F66
(100,143,102)
#587E5A
(88,126,90)
#4C6D4E
(76,109,78)
#405C42
(64,92,66)
#344B36
(52,75,54)
#283A2A
(40,58,42)
#1C291E
(28,41,30)
#101812
(16,24,18)
#000000
(0,0,0)

Tints of #88C28A

#88C28A
(136,194,138)
#92C794
(146,199,148)
#9CCC9E
(156,204,158)
#A6D1A8
(166,209,168)
#B0D6B2
(176,214,178)
#BADBBC
(186,219,188)
#C4E0C6
(196,224,198)
#CEE5D0
(206,229,208)
#D8EADA
(216,234,218)
#E2EFE4
(226,239,228)
#ECF4EE
(236,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88C28A; }

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

This text font color is #88C28A.

Background Color

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

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

This div background color is #88C28A.

Border color

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

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

This div border color is #88C28A.

Opacity

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

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

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

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

This text has shadow with #88C28A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88C28A.

Preview

Color preview on black background

This text has color #88C28A on black background.


Color preview on white background

This text has color #88C28A on white background.


Black color preview on #88C28A background

This text has black color on #88C28A background.


White color preview on #88C28A background

This text has white color on #88C28A background.


Related colors

Complementary color

Complementary color for #hex is #773D75.


I love getcolorcode.com

Triadic colors

1 #8A88C2 and #C28A88 with #88C28A are triadic colors.

2 #8AC288 and #C2888A with #88C28A are triadic colors.