COLOR #88A871

HEX: #88A871 RGB: (136,168,113)

Color info

#88A871 contains red, green and blue colors in about the same proportion. Web safe color of #88A871 is #999966 (or #996).

RGB color model

#88A871 color RGB value is (136,168,113).

RGB: (136,168,113) (53%, 66%, 44%)

RGB channels and saturation

R 136 of 255 = 53%
G 168 of 255 = 66%
B 113 of 255 = 44%

136
168
113

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

Portions of RGB colors in percentages

R + G + B = 136 + 168 + 113 = 417 (100%)
R 136 of 417 ~ 32.61%
G 168 of 417 ~ 40.29%
B 113 of 417 ~ 27.1'%

%32.61
%40.29
%27.1

CMYK color model

#88A871 color CMYK value is (19,0,33,34).

  • cyan value is 19.05%
  • magenta value is 0.00%
  • yellow value is 32.74%
  • key color value is 34.12%

CMYK: (19,0,33,34)
C19M0Y33K34 (19%, 0%, 33%, 34%)
(0.19 / 0.00 / 0.33 / 0.34)

CMYK percentages

%19.05
%0
%32.74
%34.12

Codes

Color #88A871 in popluar color models

88 A8 71
RGB 136 168 113
HSL 95° 24.02% 55.10%
HSB/HSV 95° 32.74% 65.88%
CMYK 19.05% 0.00% 32.74%
34.12%

Color #88A871 in popluar number systems.

HEX 88 A8 71
Decimal 136 168 113
Binary 10001000 10101000 1110001
Octal 210 250 161

Shades and tints

Shades of #88A871

#88A871
(136,168,113)
#7C9967
(124,153,103)
#708A5D
(112,138,93)
#647B53
(100,123,83)
#586C49
(88,108,73)
#4C5D3F
(76,93,63)
#404E35
(64,78,53)
#343F2B
(52,63,43)
#283021
(40,48,33)
#1C2117
(28,33,23)
#10120D
(16,18,13)
#000000
(0,0,0)

Tints of #88A871

#88A871
(136,168,113)
#92AF7D
(146,175,125)
#9CB689
(156,182,137)
#A6BD95
(166,189,149)
#B0C4A1
(176,196,161)
#BACBAD
(186,203,173)
#C4D2B9
(196,210,185)
#CED9C5
(206,217,197)
#D8E0D1
(216,224,209)
#E2E7DD
(226,231,221)
#ECEEE9
(236,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88A871 color. Also use rgb(136,168,113) instead hex code.

Text Font Color

.myTextColor { color: #88A871; }

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

This text font color is #88A871.

Background Color

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

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

This div background color is #88A871.

Border color

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

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

This div border color is #88A871.

Opacity

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

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

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

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

This text has shadow with #88A871 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88A871.

Preview

Color preview on black background

This text has color #88A871 on black background.


Color preview on white background

This text has color #88A871 on white background.


Black color preview on #88A871 background

This text has black color on #88A871 background.


White color preview on #88A871 background

This text has white color on #88A871 background.


Related colors

Complementary color

Complementary color for #hex is #77578E.


I love getcolorcode.com

Triadic colors

1 #7188A8 and #A87188 with #88A871 are triadic colors.

2 #71A888 and #A88871 with #88A871 are triadic colors.