COLOR #88A070

HEX: #88A070
RGB: (136,160,112)

Color info

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

RGB color model

#88A070 color RGB value is (136,160,112).

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

RGB channels and saturation

R 136 of 255 = 53%
G 160 of 255 = 63%
B 112 of 255 = 44%

136
160
112

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

Portions of RGB colors in percentages

R + G + B =
136 + 160 + 112 = 408 (100%)
R 136 of 408 ~ 33.33%
G 160 of 408 ~ 39.22%
B 112 of 408 ~ 27.45%

%33.33
%39.22
%27.45

CMYK color model

#88A070 color CMYK value is (15,0,30,37).

  • cyan value is 15.00%
  • magenta value is 0.00%
  • yellow value is 30.00%
  • key color value is 37.25%
CMYK:
(15,0,30,37)
C15M0Y30K37 
(15%,0%,30%,37%)
(0.15/0.00/0.30/0.37)	

CMYK percentages

%15
%0
%30
%37.25

Codes

Color #88A070 in popluar color models

88A070
RGB136160112
HSL90°20.17%53.33%
HSB/HSV90°30.00%62.75%
CMYK15.00%0.00%30.00%
37.25%

Color #88A070 in popluar number systems.

HEX88A070
Decimal136160112
Binary10001000101000001110000
Octal210240160

Shades and tints

Shades of #88A070

#88A070
(136,160,112)
#7C9266
(124,146,102)
#70845C
(112,132,92)
#647652
(100,118,82)
#586848
(88,104,72)
#4C5A3E
(76,90,62)
#404C34
(64,76,52)
#343E2A
(52,62,42)
#283020
(40,48,32)
#1C2216
(28,34,22)
#10140C
(16,20,12)
#000000
(0,0,0)

Tints of #88A070

#88A070
(136,160,112)
#92A87D
(146,168,125)
#9CB08A
(156,176,138)
#A6B897
(166,184,151)
#B0C0A4
(176,192,164)
#BAC8B1
(186,200,177)
#C4D0BE
(196,208,190)
#CED8CB
(206,216,203)
#D8E0D8
(216,224,216)
#E2E8E5
(226,232,229)
#ECF0F2
(236,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88A070; }

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

This text font color is #88A070.


Background Color

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

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

This div background color is #88A070.


Border color

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

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

This div border color is #88A070.


Opacity

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

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

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

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

This text has shadow with #88A070 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88A070 on black background.


Color preview on white background

This text has color #88A070 on white background.



Black color preview on #88A070 background

This text has black color on #88A070 background.


White color preview on #88A070 background

This text has white color on #88A070 background.