COLOR #88B08D

HEX: #88B08D
RGB: (136,176,141)

Color info

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

RGB color model

#88B08D color RGB value is (136,176,141).

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

RGB channels and saturation

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

136
176
141

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

Portions of RGB colors in percentages

R + G + B =
136 + 176 + 141 = 453 (100%)
R 136 of 453 ~ 30.02%
G 176 of 453 ~ 38.85%
B 141 of 453 ~ 31.13%

%30.02
%38.85
%31.13

CMYK color model

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

  • cyan value is 22.73%
  • magenta value is 0.00%
  • yellow value is 19.89%
  • key color value is 30.98%
CMYK:
(23,0,20,31)
C23M0Y20K31 
(23%,0%,20%,31%)
(0.23/0.00/0.20/0.31)	

CMYK percentages

%22.73
%0
%19.89
%30.98

Codes

Color #88B08D in popluar color models

88B08D
RGB136176141
HSL128°20.20%61.18%
HSB/HSV128°22.73%69.02%
CMYK22.73%0.00%19.89%
30.98%

Color #88B08D in popluar number systems.

HEX88B08D
Decimal136176141
Binary100010001011000010001101
Octal210260215

Shades and tints

Shades of #88B08D

#88B08D
(136,176,141)
#7CA081
(124,160,129)
#709075
(112,144,117)
#648069
(100,128,105)
#58705D
(88,112,93)
#4C6051
(76,96,81)
#405045
(64,80,69)
#344039
(52,64,57)
#28302D
(40,48,45)
#1C2021
(28,32,33)
#101015
(16,16,21)
#000000
(0,0,0)

Tints of #88B08D

#88B08D
(136,176,141)
#92B797
(146,183,151)
#9CBEA1
(156,190,161)
#A6C5AB
(166,197,171)
#B0CCB5
(176,204,181)
#BAD3BF
(186,211,191)
#C4DAC9
(196,218,201)
#CEE1D3
(206,225,211)
#D8E8DD
(216,232,221)
#E2EFE7
(226,239,231)
#ECF6F1
(236,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88B08D; }

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

This text font color is #88B08D.


Background Color

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

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

This div background color is #88B08D.


Border color

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

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

This div border color is #88B08D.


Opacity

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

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

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

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

This text has shadow with #88B08D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88B08D on black background.


Color preview on white background

This text has color #88B08D on white background.



Black color preview on #88B08D background

This text has black color on #88B08D background.


White color preview on #88B08D background

This text has white color on #88B08D background.