COLOR #88CD91

HEX: #88CD91 RGB: (136,205,145)

Color info

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

RGB color model

#88CD91 color RGB value is (136,205,145).

RGB: (136,205,145) (53%, 80%, 57%)

RGB channels and saturation

R 136 of 255 = 53%
G 205 of 255 = 80%
B 145 of 255 = 57%

136
205
145

R + G + B ~ 63%. #88CD91 is quite light color.

Portions of RGB colors in percentages

R + G + B = 136 + 205 + 145 = 486 (100%)
R 136 of 486 ~ 27.98%
G 205 of 486 ~ 42.18%
B 145 of 486 ~ 29.84'%

%27.98
%42.18
%29.84

CMYK color model

#88CD91 color CMYK value is (34,0,29,20).

  • cyan value is 33.66%
  • magenta value is 0.00%
  • yellow value is 29.27%
  • key color value is 19.61%

CMYK: (34,0,29,20)
C34M0Y29K20 (34%, 0%, 29%, 20%)
(0.34 / 0.00 / 0.29 / 0.20)

CMYK percentages

%33.66
%0
%29.27
%19.61

Codes

Color #88CD91 in popluar color models

88 CD 91
RGB 136 205 145
HSL 128° 40.83% 66.86%
HSB/HSV 128° 33.66% 80.39%
CMYK 33.66% 0.00% 29.27%
19.61%

Color #88CD91 in popluar number systems.

HEX 88 CD 91
Decimal 136 205 145
Binary 10001000 11001101 10010001
Octal 210 315 221

Shades and tints

Shades of #88CD91

#88CD91
(136,205,145)
#7CBB84
(124,187,132)
#70A977
(112,169,119)
#64976A
(100,151,106)
#58855D
(88,133,93)
#4C7350
(76,115,80)
#406143
(64,97,67)
#344F36
(52,79,54)
#283D29
(40,61,41)
#1C2B1C
(28,43,28)
#10190F
(16,25,15)
#000000
(0,0,0)

Tints of #88CD91

#88CD91
(136,205,145)
#92D19B
(146,209,155)
#9CD5A5
(156,213,165)
#A6D9AF
(166,217,175)
#B0DDB9
(176,221,185)
#BAE1C3
(186,225,195)
#C4E5CD
(196,229,205)
#CEE9D7
(206,233,215)
#D8EDE1
(216,237,225)
#E2F1EB
(226,241,235)
#ECF5F5
(236,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88CD91 color. Also use rgb(136,205,145) instead hex code.

Text Font Color

.myTextColor { color: #88CD91; }

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

This text font color is #88CD91.

Background Color

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

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

This div background color is #88CD91.

Border color

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

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

This div border color is #88CD91.

Opacity

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

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

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

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

This text has shadow with #88CD91 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88CD91.

Preview

Color preview on black background

This text has color #88CD91 on black background.


Color preview on white background

This text has color #88CD91 on white background.


Black color preview on #88CD91 background

This text has black color on #88CD91 background.


White color preview on #88CD91 background

This text has white color on #88CD91 background.


Related colors

Complementary color

Complementary color for #hex is #77326E.


I love getcolorcode.com

Triadic colors

1 #9188CD and #CD9188 with #88CD91 are triadic colors.

2 #91CD88 and #CD8891 with #88CD91 are triadic colors.