COLOR #88A981

HEX: #88A981 RGB: (136,169,129)

Color info

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

RGB color model

#88A981 color RGB value is (136,169,129).

RGB: (136,169,129) (53%, 66%, 51%)

RGB channels and saturation

R 136 of 255 = 53%
G 169 of 255 = 66%
B 129 of 255 = 51%

136
169
129

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

Portions of RGB colors in percentages

R + G + B = 136 + 169 + 129 = 434 (100%)
R 136 of 434 ~ 31.34%
G 169 of 434 ~ 38.94%
B 129 of 434 ~ 29.72'%

%31.34
%38.94
%29.72

CMYK color model

#88A981 color CMYK value is (20,0,24,34).

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

CMYK: (20,0,24,34)
C20M0Y24K34 (20%, 0%, 24%, 34%)
(0.20 / 0.00 / 0.24 / 0.34)

CMYK percentages

%19.53
%0
%23.67
%33.73

Codes

Color #88A981 in popluar color models

88 A9 81
RGB 136 169 129
HSL 110° 18.87% 58.43%
HSB/HSV 110° 23.67% 66.27%
CMYK 19.53% 0.00% 23.67%
33.73%

Color #88A981 in popluar number systems.

HEX 88 A9 81
Decimal 136 169 129
Binary 10001000 10101001 10000001
Octal 210 251 201

Shades and tints

Shades of #88A981

#88A981
(136,169,129)
#7C9A76
(124,154,118)
#708B6B
(112,139,107)
#647C60
(100,124,96)
#586D55
(88,109,85)
#4C5E4A
(76,94,74)
#404F3F
(64,79,63)
#344034
(52,64,52)
#283129
(40,49,41)
#1C221E
(28,34,30)
#101313
(16,19,19)
#000000
(0,0,0)

Tints of #88A981

#88A981
(136,169,129)
#92B08C
(146,176,140)
#9CB797
(156,183,151)
#A6BEA2
(166,190,162)
#B0C5AD
(176,197,173)
#BACCB8
(186,204,184)
#C4D3C3
(196,211,195)
#CEDACE
(206,218,206)
#D8E1D9
(216,225,217)
#E2E8E4
(226,232,228)
#ECEFEF
(236,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88A981; }

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

This text font color is #88A981.

Background Color

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

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

This div background color is #88A981.

Border color

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

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

This div border color is #88A981.

Opacity

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

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

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

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

This text has shadow with #88A981 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88A981.

Preview

Color preview on black background

This text has color #88A981 on black background.


Color preview on white background

This text has color #88A981 on white background.


Black color preview on #88A981 background

This text has black color on #88A981 background.


White color preview on #88A981 background

This text has white color on #88A981 background.


Related colors

Complementary color

Complementary color for #hex is #77567E.


I love getcolorcode.com

Triadic colors

1 #8188A9 and #A98188 with #88A981 are triadic colors.

2 #81A988 and #A98881 with #88A981 are triadic colors.