COLOR #88B970

HEX: #88B970
RGB: (136,185,112)

Color info

#88B970 contains mainly red and green colors. Web safe color of #88B970 is #99CC66 (or #9C6).

RGB color model

#88B970 color RGB value is (136,185,112).

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

RGB channels and saturation

R 136 of 255 = 53%
G 185 of 255 = 73%
B 112 of 255 = 44%

136
185
112

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

Portions of RGB colors in percentages

R + G + B =
136 + 185 + 112 = 433 (100%)
R 136 of 433 ~ 31.41%
G 185 of 433 ~ 42.73%
B 112 of 433 ~ 25.87%

%31.41
%42.73
%25.87

CMYK color model

#88B970 color CMYK value is (26,0,39,27).

  • cyan value is 26.49%
  • magenta value is 0.00%
  • yellow value is 39.46%
  • key color value is 27.45%
CMYK:
(26,0,39,27)
C26M0Y39K27 
(26%,0%,39%,27%)
(0.26/0.00/0.39/0.27)	

CMYK percentages

%26.49
%0
%39.46
%27.45

Codes

Color #88B970 in popluar color models

88B970
RGB136185112
HSL100°34.27%58.24%
HSB/HSV100°39.46%72.55%
CMYK26.49%0.00%39.46%
27.45%

Color #88B970 in popluar number systems.

HEX88B970
Decimal136185112
Binary10001000101110011110000
Octal210271160

Shades and tints

Shades of #88B970

#88B970
(136,185,112)
#7CA966
(124,169,102)
#70995C
(112,153,92)
#648952
(100,137,82)
#587948
(88,121,72)
#4C693E
(76,105,62)
#405934
(64,89,52)
#34492A
(52,73,42)
#283920
(40,57,32)
#1C2916
(28,41,22)
#10190C
(16,25,12)
#000000
(0,0,0)

Tints of #88B970

#88B970
(136,185,112)
#92BF7D
(146,191,125)
#9CC58A
(156,197,138)
#A6CB97
(166,203,151)
#B0D1A4
(176,209,164)
#BAD7B1
(186,215,177)
#C4DDBE
(196,221,190)
#CEE3CB
(206,227,203)
#D8E9D8
(216,233,216)
#E2EFE5
(226,239,229)
#ECF5F2
(236,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88B970; }

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

This text font color is #88B970.


Background Color

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

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

This div background color is #88B970.


Border color

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

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

This div border color is #88B970.


Opacity

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

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

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

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

This text has shadow with #88B970 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88B970 on black background.


Color preview on white background

This text has color #88B970 on white background.



Black color preview on #88B970 background

This text has black color on #88B970 background.


White color preview on #88B970 background

This text has white color on #88B970 background.