COLOR #88B677

HEX: #88B677 RGB: (136,182,119)

Color info

#88B677 contains mainly red and green colors. Web safe color of #88B677 is #99CC66 (or #9C6).

RGB color model

#88B677 color RGB value is (136,182,119).

RGB: (136,182,119) (53%, 71%, 47%)

RGB channels and saturation

R 136 of 255 = 53%
G 182 of 255 = 71%
B 119 of 255 = 47%

136
182
119

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

Portions of RGB colors in percentages

R + G + B = 136 + 182 + 119 = 437 (100%)
R 136 of 437 ~ 31.12%
G 182 of 437 ~ 41.65%
B 119 of 437 ~ 27.23'%

%31.12
%41.65
%27.23

CMYK color model

#88B677 color CMYK value is (25,0,35,29).

  • cyan value is 25.27%
  • magenta value is 0.00%
  • yellow value is 34.62%
  • key color value is 28.63%

CMYK: (25,0,35,29)
C25M0Y35K29 (25%, 0%, 35%, 29%)
(0.25 / 0.00 / 0.35 / 0.29)

CMYK percentages

%25.27
%0
%34.62
%28.63

Codes

Color #88B677 in popluar color models

88 B6 77
RGB 136 182 119
HSL 104° 30.14% 59.02%
HSB/HSV 104° 34.62% 71.37%
CMYK 25.27% 0.00% 34.62%
28.63%

Color #88B677 in popluar number systems.

HEX 88 B6 77
Decimal 136 182 119
Binary 10001000 10110110 1110111
Octal 210 266 167

Shades and tints

Shades of #88B677

#88B677
(136,182,119)
#7CA66D
(124,166,109)
#709663
(112,150,99)
#648659
(100,134,89)
#58764F
(88,118,79)
#4C6645
(76,102,69)
#40563B
(64,86,59)
#344631
(52,70,49)
#283627
(40,54,39)
#1C261D
(28,38,29)
#101613
(16,22,19)
#000000
(0,0,0)

Tints of #88B677

#88B677
(136,182,119)
#92BC83
(146,188,131)
#9CC28F
(156,194,143)
#A6C89B
(166,200,155)
#B0CEA7
(176,206,167)
#BAD4B3
(186,212,179)
#C4DABF
(196,218,191)
#CEE0CB
(206,224,203)
#D8E6D7
(216,230,215)
#E2ECE3
(226,236,227)
#ECF2EF
(236,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88B677 color. Also use rgb(136,182,119) instead hex code.

Text Font Color

.myTextColor { color: #88B677; }

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

This text font color is #88B677.

Background Color

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

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

This div background color is #88B677.

Border color

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

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

This div border color is #88B677.

Opacity

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

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

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

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

This text has shadow with #88B677 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88B677.

Preview

Color preview on black background

This text has color #88B677 on black background.


Color preview on white background

This text has color #88B677 on white background.


Black color preview on #88B677 background

This text has black color on #88B677 background.


White color preview on #88B677 background

This text has white color on #88B677 background.


Related colors

Complementary color

Complementary color for #hex is #774988.


I love getcolorcode.com

Triadic colors

1 #7788B6 and #B67788 with #88B677 are triadic colors.

2 #77B688 and #B68877 with #88B677 are triadic colors.