COLOR #88B08B

HEX: #88B08B
RGB: (136,176,139)

Color info

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

RGB color model

#88B08B color RGB value is (136,176,139).

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

RGB channels and saturation

R 136 of 255 = 53%
G 176 of 255 = 69%
B 139 of 255 = 55%

136
176
139

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

Portions of RGB colors in percentages

R + G + B =
136 + 176 + 139 = 451 (100%)
R 136 of 451 ~ 30.16%
G 176 of 451 ~ 39.02%
B 139 of 451 ~ 30.82%

%30.16
%39.02
%30.82

CMYK color model

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

  • cyan value is 22.73%
  • magenta value is 0.00%
  • yellow value is 21.02%
  • key color value is 30.98%
CMYK:
(23,0,21,31)
C23M0Y21K31 
(23%,0%,21%,31%)
(0.23/0.00/0.21/0.31)	

CMYK percentages

%22.73
%0
%21.02
%30.98

Codes

Color #88B08B in popluar color models

88B08B
RGB136176139
HSL125°20.20%61.18%
HSB/HSV125°22.73%69.02%
CMYK22.73%0.00%21.02%
30.98%

Color #88B08B in popluar number systems.

HEX88B08B
Decimal136176139
Binary100010001011000010001011
Octal210260213

Shades and tints

Shades of #88B08B

#88B08B
(136,176,139)
#7CA07F
(124,160,127)
#709073
(112,144,115)
#648067
(100,128,103)
#58705B
(88,112,91)
#4C604F
(76,96,79)
#405043
(64,80,67)
#344037
(52,64,55)
#28302B
(40,48,43)
#1C201F
(28,32,31)
#101013
(16,16,19)
#000000
(0,0,0)

Tints of #88B08B

#88B08B
(136,176,139)
#92B795
(146,183,149)
#9CBE9F
(156,190,159)
#A6C5A9
(166,197,169)
#B0CCB3
(176,204,179)
#BAD3BD
(186,211,189)
#C4DAC7
(196,218,199)
#CEE1D1
(206,225,209)
#D8E8DB
(216,232,219)
#E2EFE5
(226,239,229)
#ECF6EF
(236,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88B08B; }

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

This text font color is #88B08B.


Background Color

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

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

This div background color is #88B08B.


Border color

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

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

This div border color is #88B08B.


Opacity

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

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

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

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

This text has shadow with #88B08B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88B08B on black background.


Color preview on white background

This text has color #88B08B on white background.



Black color preview on #88B08B background

This text has black color on #88B08B background.


White color preview on #88B08B background

This text has white color on #88B08B background.