COLOR #88A978

HEX: #88A978
RGB: (136,169,120)

Color info

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

RGB color model

#88A978 color RGB value is (136,169,120).

  • red value is 136;
  • green value is 169;
  • blue value is 120.
RGB:
(136,169,120)
(53%,66%,47%)

RGB channels and saturation

R 136 of 255 = 53%
G 169 of 255 = 66%
B 120 of 255 = 47%

136
169
120

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

Portions of RGB colors in percentages

R + G + B =
136 + 169 + 120 = 425 (100%)
R 136 of 425 ~ 32%
G 169 of 425 ~ 39.76%
B 120 of 425 ~ 28.24%

%32
%39.76
%28.24

CMYK color model

#88A978 color CMYK value is (20,0,29,34).

  • cyan value is 19.53%
  • magenta value is 0.00%
  • yellow value is 28.99%
  • key color value is 33.73%
CMYK:
(20,0,29,34)
C20M0Y29K34 
(20%,0%,29%,34%)
(0.20/0.00/0.29/0.34)	

CMYK percentages

%19.53
%0
%28.99
%33.73

Codes

Color #88A978 in popluar color models

88A978
RGB136169120
HSL100°22.17%56.67%
HSB/HSV100°28.99%66.27%
CMYK19.53%0.00%28.99%
33.73%

Color #88A978 in popluar number systems.

HEX88A978
Decimal136169120
Binary10001000101010011111000
Octal210251170

Shades and tints

Shades of #88A978

#88A978
(136,169,120)
#7C9A6E
(124,154,110)
#708B64
(112,139,100)
#647C5A
(100,124,90)
#586D50
(88,109,80)
#4C5E46
(76,94,70)
#404F3C
(64,79,60)
#344032
(52,64,50)
#283128
(40,49,40)
#1C221E
(28,34,30)
#101314
(16,19,20)
#000000
(0,0,0)

Tints of #88A978

#88A978
(136,169,120)
#92B084
(146,176,132)
#9CB790
(156,183,144)
#A6BE9C
(166,190,156)
#B0C5A8
(176,197,168)
#BACCB4
(186,204,180)
#C4D3C0
(196,211,192)
#CEDACC
(206,218,204)
#D8E1D8
(216,225,216)
#E2E8E4
(226,232,228)
#ECEFF0
(236,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88A978; }

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

This text font color is #88A978.


Background Color

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

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

This div background color is #88A978.


Border color

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

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

This div border color is #88A978.


Opacity

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

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

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

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

This text has shadow with #88A978 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88A978 on black background.


Color preview on white background

This text has color #88A978 on white background.



Black color preview on #88A978 background

This text has black color on #88A978 background.


White color preview on #88A978 background

This text has white color on #88A978 background.