COLOR #88B087

HEX: #88B087
RGB: (136,176,135)

Color info

#88B087 contains red, green and blue colors in about the same proportion. Web safe color of #88B087 is #999999 (or #999).

RGB color model

#88B087 color RGB value is (136,176,135).

  • red value is 136;
  • green value is 176;
  • blue value is 135.
RGB:
(136,176,135)
(53%,69%,53%)

RGB channels and saturation

R 136 of 255 = 53%
G 176 of 255 = 69%
B 135 of 255 = 53%

136
176
135

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

Portions of RGB colors in percentages

R + G + B =
136 + 176 + 135 = 447 (100%)
R 136 of 447 ~ 30.43%
G 176 of 447 ~ 39.37%
B 135 of 447 ~ 30.2%

%30.43
%39.37
%30.2

CMYK color model

#88B087 color CMYK value is (23,0,23,31).

  • cyan value is 22.73%
  • magenta value is 0.00%
  • yellow value is 23.30%
  • key color value is 30.98%
CMYK:
(23,0,23,31)
C23M0Y23K31 
(23%,0%,23%,31%)
(0.23/0.00/0.23/0.31)	

CMYK percentages

%22.73
%0
%23.3
%30.98

Codes

Color #88B087 in popluar color models

88B087
RGB136176135
HSL119°20.60%60.98%
HSB/HSV119°23.30%69.02%
CMYK22.73%0.00%23.30%
30.98%

Color #88B087 in popluar number systems.

HEX88B087
Decimal136176135
Binary100010001011000010000111
Octal210260207

Shades and tints

Shades of #88B087

#88B087
(136,176,135)
#7CA07B
(124,160,123)
#70906F
(112,144,111)
#648063
(100,128,99)
#587057
(88,112,87)
#4C604B
(76,96,75)
#40503F
(64,80,63)
#344033
(52,64,51)
#283027
(40,48,39)
#1C201B
(28,32,27)
#10100F
(16,16,15)
#000000
(0,0,0)

Tints of #88B087

#88B087
(136,176,135)
#92B791
(146,183,145)
#9CBE9B
(156,190,155)
#A6C5A5
(166,197,165)
#B0CCAF
(176,204,175)
#BAD3B9
(186,211,185)
#C4DAC3
(196,218,195)
#CEE1CD
(206,225,205)
#D8E8D7
(216,232,215)
#E2EFE1
(226,239,225)
#ECF6EB
(236,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88B087 color. Also use rgb(136,176,135) instead hex code.

Text Font Color

.myTextColor { color: #88B087; }

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

This text font color is #88B087.


Background Color

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

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

This div background color is #88B087.


Border color

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

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

This div border color is #88B087.


Opacity

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

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

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

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

This text has shadow with #88B087 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88B087 on black background.


Color preview on white background

This text has color #88B087 on white background.



Black color preview on #88B087 background

This text has black color on #88B087 background.


White color preview on #88B087 background

This text has white color on #88B087 background.