COLOR #88A786

HEX: #88A786 RGB: (136,167,134)

Color info

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

RGB color model

#88A786 color RGB value is (136,167,134).

RGB: (136,167,134) (53%, 65%, 53%)

RGB channels and saturation

R 136 of 255 = 53%
G 167 of 255 = 65%
B 134 of 255 = 53%

136
167
134

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

Portions of RGB colors in percentages

R + G + B = 136 + 167 + 134 = 437 (100%)
R 136 of 437 ~ 31.12%
G 167 of 437 ~ 38.22%
B 134 of 437 ~ 30.66'%

%31.12
%38.22
%30.66

CMYK color model

#88A786 color CMYK value is (19,0,20,35).

  • cyan value is 18.56%
  • magenta value is 0.00%
  • yellow value is 19.76%
  • key color value is 34.51%

CMYK: (19,0,20,35)
C19M0Y20K35 (19%, 0%, 20%, 35%)
(0.19 / 0.00 / 0.20 / 0.35)

CMYK percentages

%18.56
%0
%19.76
%34.51

Codes

Color #88A786 in popluar color models

88 A7 86
RGB 136 167 134
HSL 116° 15.79% 59.02%
HSB/HSV 116° 19.76% 65.49%
CMYK 18.56% 0.00% 19.76%
34.51%

Color #88A786 in popluar number systems.

HEX 88 A7 86
Decimal 136 167 134
Binary 10001000 10100111 10000110
Octal 210 247 206

Shades and tints

Shades of #88A786

#88A786
(136,167,134)
#7C987A
(124,152,122)
#70896E
(112,137,110)
#647A62
(100,122,98)
#586B56
(88,107,86)
#4C5C4A
(76,92,74)
#404D3E
(64,77,62)
#343E32
(52,62,50)
#282F26
(40,47,38)
#1C201A
(28,32,26)
#10110E
(16,17,14)
#000000
(0,0,0)

Tints of #88A786

#88A786
(136,167,134)
#92AF91
(146,175,145)
#9CB79C
(156,183,156)
#A6BFA7
(166,191,167)
#B0C7B2
(176,199,178)
#BACFBD
(186,207,189)
#C4D7C8
(196,215,200)
#CEDFD3
(206,223,211)
#D8E7DE
(216,231,222)
#E2EFE9
(226,239,233)
#ECF7F4
(236,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88A786 color. Also use rgb(136,167,134) instead hex code.

Text Font Color

.myTextColor { color: #88A786; }

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

This text font color is #88A786.

Background Color

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

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

This div background color is #88A786.

Border color

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

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

This div border color is #88A786.

Opacity

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

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

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

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

This text has shadow with #88A786 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88A786.

Preview

Color preview on black background

This text has color #88A786 on black background.


Color preview on white background

This text has color #88A786 on white background.


Black color preview on #88A786 background

This text has black color on #88A786 background.


White color preview on #88A786 background

This text has white color on #88A786 background.


Related colors

Complementary color

Complementary color for #hex is #775879.


I love getcolorcode.com

Triadic colors

1 #8688A7 and #A78688 with #88A786 are triadic colors.

2 #86A788 and #A78886 with #88A786 are triadic colors.