COLOR #88A586

HEX: #88A586 RGB: (136,165,134)

Color info

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

RGB color model

#88A586 color RGB value is (136,165,134).

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

RGB channels and saturation

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

136
165
134

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

Portions of RGB colors in percentages

R + G + B = 136 + 165 + 134 = 435 (100%)
R 136 of 435 ~ 31.26%
G 165 of 435 ~ 37.93%
B 134 of 435 ~ 30.8'%

%31.26
%37.93
%30.8

CMYK color model

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

  • cyan value is 17.58%
  • magenta value is 0.00%
  • yellow value is 18.79%
  • key color value is 35.29%

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

CMYK percentages

%17.58
%0
%18.79
%35.29

Codes

Color #88A586 in popluar color models

88 A5 86
RGB 136 165 134
HSL 116° 14.69% 58.63%
HSB/HSV 116° 18.79% 64.71%
CMYK 17.58% 0.00% 18.79%
35.29%

Color #88A586 in popluar number systems.

HEX 88 A5 86
Decimal 136 165 134
Binary 10001000 10100101 10000110
Octal 210 245 206

Shades and tints

Shades of #88A586

#88A586
(136,165,134)
#7C967A
(124,150,122)
#70876E
(112,135,110)
#647862
(100,120,98)
#586956
(88,105,86)
#4C5A4A
(76,90,74)
#404B3E
(64,75,62)
#343C32
(52,60,50)
#282D26
(40,45,38)
#1C1E1A
(28,30,26)
#100F0E
(16,15,14)
#000000
(0,0,0)

Tints of #88A586

#88A586
(136,165,134)
#92AD91
(146,173,145)
#9CB59C
(156,181,156)
#A6BDA7
(166,189,167)
#B0C5B2
(176,197,178)
#BACDBD
(186,205,189)
#C4D5C8
(196,213,200)
#CEDDD3
(206,221,211)
#D8E5DE
(216,229,222)
#E2EDE9
(226,237,233)
#ECF5F4
(236,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88A586; }

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

This text font color is #88A586.

Background Color

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

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

This div background color is #88A586.

Border color

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

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

This div border color is #88A586.

Opacity

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

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

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

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

This text has shadow with #88A586 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88A586.

Preview

Color preview on black background

This text has color #88A586 on black background.


Color preview on white background

This text has color #88A586 on white background.


Black color preview on #88A586 background

This text has black color on #88A586 background.


White color preview on #88A586 background

This text has white color on #88A586 background.


Related colors

Complementary color

Complementary color for #hex is #775A79.


I love getcolorcode.com

Triadic colors

1 #8688A5 and #A58688 with #88A586 are triadic colors.

2 #86A588 and #A58886 with #88A586 are triadic colors.