COLOR #88A870

HEX: #88A870
RGB: (136,168,112)

Color info

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

RGB color model

#88A870 color RGB value is (136,168,112).

  • red value is 136;
  • green value is 168;
  • blue value is 112.
RGB:
(136,168,112)
(53%,66%,44%)

RGB channels and saturation

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

136
168
112

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

Portions of RGB colors in percentages

R + G + B =
136 + 168 + 112 = 416 (100%)
R 136 of 416 ~ 32.69%
G 168 of 416 ~ 40.38%
B 112 of 416 ~ 26.92%

%32.69
%40.38
%26.92

CMYK color model

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

  • cyan value is 19.05%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • 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
%33.33
%34.12

Codes

Color #88A870 in popluar color models

88A870
RGB136168112
HSL94°24.35%54.90%
HSB/HSV94°33.33%65.88%
CMYK19.05%0.00%33.33%
34.12%

Color #88A870 in popluar number systems.

HEX88A870
Decimal136168112
Binary10001000101010001110000
Octal210250160

Shades and tints

Shades of #88A870

#88A870
(136,168,112)
#7C9966
(124,153,102)
#708A5C
(112,138,92)
#647B52
(100,123,82)
#586C48
(88,108,72)
#4C5D3E
(76,93,62)
#404E34
(64,78,52)
#343F2A
(52,63,42)
#283020
(40,48,32)
#1C2116
(28,33,22)
#10120C
(16,18,12)
#000000
(0,0,0)

Tints of #88A870

#88A870
(136,168,112)
#92AF7D
(146,175,125)
#9CB68A
(156,182,138)
#A6BD97
(166,189,151)
#B0C4A4
(176,196,164)
#BACBB1
(186,203,177)
#C4D2BE
(196,210,190)
#CED9CB
(206,217,203)
#D8E0D8
(216,224,216)
#E2E7E5
(226,231,229)
#ECEEF2
(236,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88A870; }

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

This text font color is #88A870.


Background Color

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

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

This div background color is #88A870.


Border color

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

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

This div border color is #88A870.


Opacity

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

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

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

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

This text has shadow with #88A870 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88A870 on black background.


Color preview on white background

This text has color #88A870 on white background.



Black color preview on #88A870 background

This text has black color on #88A870 background.


White color preview on #88A870 background

This text has white color on #88A870 background.