COLOR #88A687

HEX: #88A687 RGB: (136,166,135)

Color info

#88A687 contains red, green and blue colors in about the same proportion. Web safe color of #88A687 is #999999 (or #999).

RGB color model

#88A687 color RGB value is (136,166,135).

RGB: (136,166,135) (53%, 65%, 53%)

RGB channels and saturation

R 136 of 255 = 53%
G 166 of 255 = 65%
B 135 of 255 = 53%

136
166
135

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

Portions of RGB colors in percentages

R + G + B = 136 + 166 + 135 = 437 (100%)
R 136 of 437 ~ 31.12%
G 166 of 437 ~ 37.99%
B 135 of 437 ~ 30.89'%

%31.12
%37.99
%30.89

CMYK color model

#88A687 color CMYK value is (18,0,19,35).

  • cyan value is 18.07%
  • magenta value is 0.00%
  • yellow value is 18.67%
  • key color value is 34.90%

CMYK: (18,0,19,35)
C18M0Y19K35 (18%, 0%, 19%, 35%)
(0.18 / 0.00 / 0.19 / 0.35)

CMYK percentages

%18.07
%0
%18.67
%34.9

Codes

Color #88A687 in popluar color models

88 A6 87
RGB 136 166 135
HSL 118° 14.83% 59.02%
HSB/HSV 118° 18.67% 65.10%
CMYK 18.07% 0.00% 18.67%
34.90%

Color #88A687 in popluar number systems.

HEX 88 A6 87
Decimal 136 166 135
Binary 10001000 10100110 10000111
Octal 210 246 207

Shades and tints

Shades of #88A687

#88A687
(136,166,135)
#7C977B
(124,151,123)
#70886F
(112,136,111)
#647963
(100,121,99)
#586A57
(88,106,87)
#4C5B4B
(76,91,75)
#404C3F
(64,76,63)
#343D33
(52,61,51)
#282E27
(40,46,39)
#1C1F1B
(28,31,27)
#10100F
(16,16,15)
#000000
(0,0,0)

Tints of #88A687

#88A687
(136,166,135)
#92AE91
(146,174,145)
#9CB69B
(156,182,155)
#A6BEA5
(166,190,165)
#B0C6AF
(176,198,175)
#BACEB9
(186,206,185)
#C4D6C3
(196,214,195)
#CEDECD
(206,222,205)
#D8E6D7
(216,230,215)
#E2EEE1
(226,238,225)
#ECF6EB
(236,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88A687 color. Also use rgb(136,166,135) instead hex code.

Text Font Color

.myTextColor { color: #88A687; }

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

This text font color is #88A687.

Background Color

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

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

This div background color is #88A687.

Border color

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

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

This div border color is #88A687.

Opacity

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

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

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

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

This text has shadow with #88A687 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88A687.

Preview

Color preview on black background

This text has color #88A687 on black background.


Color preview on white background

This text has color #88A687 on white background.


Black color preview on #88A687 background

This text has black color on #88A687 background.


White color preview on #88A687 background

This text has white color on #88A687 background.


Related colors

Complementary color

Complementary color for #hex is #775978.


I love getcolorcode.com

Triadic colors

1 #8788A6 and #A68788 with #88A687 are triadic colors.

2 #87A688 and #A68887 with #88A687 are triadic colors.