COLOR #88C989

HEX: #88C989 RGB: (136,201,137)

Color info

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

RGB color model

#88C989 color RGB value is (136,201,137).

RGB: (136,201,137) (53%, 79%, 54%)

RGB channels and saturation

R 136 of 255 = 53%
G 201 of 255 = 79%
B 137 of 255 = 54%

136
201
137

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

Portions of RGB colors in percentages

R + G + B = 136 + 201 + 137 = 474 (100%)
R 136 of 474 ~ 28.69%
G 201 of 474 ~ 42.41%
B 137 of 474 ~ 28.9'%

%28.69
%42.41
%28.9

CMYK color model

#88C989 color CMYK value is (32,0,32,21).

  • cyan value is 32.34%
  • magenta value is 0.00%
  • yellow value is 31.84%
  • key color value is 21.18%

CMYK: (32,0,32,21)
C32M0Y32K21 (32%, 0%, 32%, 21%)
(0.32 / 0.00 / 0.32 / 0.21)

CMYK percentages

%32.34
%0
%31.84
%21.18

Codes

Color #88C989 in popluar color models

88 C9 89
RGB 136 201 137
HSL 121° 37.57% 66.08%
HSB/HSV 121° 32.34% 78.82%
CMYK 32.34% 0.00% 31.84%
21.18%

Color #88C989 in popluar number systems.

HEX 88 C9 89
Decimal 136 201 137
Binary 10001000 11001001 10001001
Octal 210 311 211

Shades and tints

Shades of #88C989

#88C989
(136,201,137)
#7CB77D
(124,183,125)
#70A571
(112,165,113)
#649365
(100,147,101)
#588159
(88,129,89)
#4C6F4D
(76,111,77)
#405D41
(64,93,65)
#344B35
(52,75,53)
#283929
(40,57,41)
#1C271D
(28,39,29)
#101511
(16,21,17)
#000000
(0,0,0)

Tints of #88C989

#88C989
(136,201,137)
#92CD93
(146,205,147)
#9CD19D
(156,209,157)
#A6D5A7
(166,213,167)
#B0D9B1
(176,217,177)
#BADDBB
(186,221,187)
#C4E1C5
(196,225,197)
#CEE5CF
(206,229,207)
#D8E9D9
(216,233,217)
#E2EDE3
(226,237,227)
#ECF1ED
(236,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88C989 color. Also use rgb(136,201,137) instead hex code.

Text Font Color

.myTextColor { color: #88C989; }

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

This text font color is #88C989.

Background Color

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

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

This div background color is #88C989.

Border color

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

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

This div border color is #88C989.

Opacity

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

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

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

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

This text has shadow with #88C989 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88C989.

Preview

Color preview on black background

This text has color #88C989 on black background.


Color preview on white background

This text has color #88C989 on white background.


Black color preview on #88C989 background

This text has black color on #88C989 background.


White color preview on #88C989 background

This text has white color on #88C989 background.


Related colors

Complementary color

Complementary color for #hex is #773676.


I love getcolorcode.com

Triadic colors

1 #8988C9 and #C98988 with #88C989 are triadic colors.

2 #89C988 and #C98889 with #88C989 are triadic colors.