COLOR #88A986

HEX: #88A986 RGB: (136,169,134)

Color info

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

RGB color model

#88A986 color RGB value is (136,169,134).

RGB: (136,169,134) (53%, 66%, 53%)

RGB channels and saturation

R 136 of 255 = 53%
G 169 of 255 = 66%
B 134 of 255 = 53%

136
169
134

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

Portions of RGB colors in percentages

R + G + B = 136 + 169 + 134 = 439 (100%)
R 136 of 439 ~ 30.98%
G 169 of 439 ~ 38.5%
B 134 of 439 ~ 30.52'%

%30.98
%38.5
%30.52

CMYK color model

#88A986 color CMYK value is (20,0,21,34).

  • cyan value is 19.53%
  • magenta value is 0.00%
  • yellow value is 20.71%
  • key color value is 33.73%

CMYK: (20,0,21,34)
C20M0Y21K34 (20%, 0%, 21%, 34%)
(0.20 / 0.00 / 0.21 / 0.34)

CMYK percentages

%19.53
%0
%20.71
%33.73

Codes

Color #88A986 in popluar color models

88 A9 86
RGB 136 169 134
HSL 117° 16.91% 59.41%
HSB/HSV 117° 20.71% 66.27%
CMYK 19.53% 0.00% 20.71%
33.73%

Color #88A986 in popluar number systems.

HEX 88 A9 86
Decimal 136 169 134
Binary 10001000 10101001 10000110
Octal 210 251 206

Shades and tints

Shades of #88A986

#88A986
(136,169,134)
#7C9A7A
(124,154,122)
#708B6E
(112,139,110)
#647C62
(100,124,98)
#586D56
(88,109,86)
#4C5E4A
(76,94,74)
#404F3E
(64,79,62)
#344032
(52,64,50)
#283126
(40,49,38)
#1C221A
(28,34,26)
#10130E
(16,19,14)
#000000
(0,0,0)

Tints of #88A986

#88A986
(136,169,134)
#92B091
(146,176,145)
#9CB79C
(156,183,156)
#A6BEA7
(166,190,167)
#B0C5B2
(176,197,178)
#BACCBD
(186,204,189)
#C4D3C8
(196,211,200)
#CEDAD3
(206,218,211)
#D8E1DE
(216,225,222)
#E2E8E9
(226,232,233)
#ECEFF4
(236,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88A986; }

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

This text font color is #88A986.

Background Color

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

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

This div background color is #88A986.

Border color

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

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

This div border color is #88A986.

Opacity

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

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

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

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

This text has shadow with #88A986 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88A986.

Preview

Color preview on black background

This text has color #88A986 on black background.


Color preview on white background

This text has color #88A986 on white background.


Black color preview on #88A986 background

This text has black color on #88A986 background.


White color preview on #88A986 background

This text has white color on #88A986 background.


Related colors

Complementary color

Complementary color for #hex is #775679.


I love getcolorcode.com

Triadic colors

1 #8688A9 and #A98688 with #88A986 are triadic colors.

2 #86A988 and #A98886 with #88A986 are triadic colors.