COLOR #88B17F

HEX: #88B17F RGB: (136,177,127)

Color info

#88B17F contains red, green and blue colors in about the same proportion. Web safe color of #88B17F is #999966 (or #996).

RGB color model

#88B17F color RGB value is (136,177,127).

RGB: (136,177,127) (53%, 69%, 50%)

RGB channels and saturation

R 136 of 255 = 53%
G 177 of 255 = 69%
B 127 of 255 = 50%

136
177
127

R + G + B ~ 57%. #88B17F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 136 + 177 + 127 = 440 (100%)
R 136 of 440 ~ 30.91%
G 177 of 440 ~ 40.23%
B 127 of 440 ~ 28.86'%

%30.91
%40.23
%28.86

CMYK color model

#88B17F color CMYK value is (23,0,28,31).

  • cyan value is 23.16%
  • magenta value is 0.00%
  • yellow value is 28.25%
  • key color value is 30.59%

CMYK: (23,0,28,31)
C23M0Y28K31 (23%, 0%, 28%, 31%)
(0.23 / 0.00 / 0.28 / 0.31)

CMYK percentages

%23.16
%0
%28.25
%30.59

Codes

Color #88B17F in popluar color models

88 B1 7F
RGB 136 177 127
HSL 109° 24.27% 59.61%
HSB/HSV 109° 28.25% 69.41%
CMYK 23.16% 0.00% 28.25%
30.59%

Color #88B17F in popluar number systems.

HEX 88 B1 7F
Decimal 136 177 127
Binary 10001000 10110001 1111111
Octal 210 261 177

Shades and tints

Shades of #88B17F

#88B17F
(136,177,127)
#7CA174
(124,161,116)
#709169
(112,145,105)
#64815E
(100,129,94)
#587153
(88,113,83)
#4C6148
(76,97,72)
#40513D
(64,81,61)
#344132
(52,65,50)
#283127
(40,49,39)
#1C211C
(28,33,28)
#101111
(16,17,17)
#000000
(0,0,0)

Tints of #88B17F

#88B17F
(136,177,127)
#92B88A
(146,184,138)
#9CBF95
(156,191,149)
#A6C6A0
(166,198,160)
#B0CDAB
(176,205,171)
#BAD4B6
(186,212,182)
#C4DBC1
(196,219,193)
#CEE2CC
(206,226,204)
#D8E9D7
(216,233,215)
#E2F0E2
(226,240,226)
#ECF7ED
(236,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88B17F color. Also use rgb(136,177,127) instead hex code.

Text Font Color

.myTextColor { color: #88B17F; }

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

This text font color is #88B17F.

Background Color

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

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

This div background color is #88B17F.

Border color

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

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

This div border color is #88B17F.

Opacity

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

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

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

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

This text has shadow with #88B17F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88B17F.

Preview

Color preview on black background

This text has color #88B17F on black background.


Color preview on white background

This text has color #88B17F on white background.


Black color preview on #88B17F background

This text has black color on #88B17F background.


White color preview on #88B17F background

This text has white color on #88B17F background.


Related colors

Complementary color

Complementary color for #hex is #774E80.


I love getcolorcode.com

Triadic colors

1 #7F88B1 and #B17F88 with #88B17F are triadic colors.

2 #7FB188 and #B1887F with #88B17F are triadic colors.