COLOR #88B186

HEX: #88B186
RGB: (136,177,134)

Color info

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

RGB color model

#88B186 color RGB value is (136,177,134).

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

RGB channels and saturation

R 136 of 255 = 53%
G 177 of 255 = 69%
B 134 of 255 = 53%

136
177
134

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

Portions of RGB colors in percentages

R + G + B =
136 + 177 + 134 = 447 (100%)
R 136 of 447 ~ 30.43%
G 177 of 447 ~ 39.6%
B 134 of 447 ~ 29.98%

%30.43
%39.6
%29.98

CMYK color model

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

  • cyan value is 23.16%
  • magenta value is 0.00%
  • yellow value is 24.29%
  • key color value is 30.59%
CMYK:
(23,0,24,31)
C23M0Y24K31 
(23%,0%,24%,31%)
(0.23/0.00/0.24/0.31)	

CMYK percentages

%23.16
%0
%24.29
%30.59

Codes

Color #88B186 in popluar color models

88B186
RGB136177134
HSL117°21.61%60.98%
HSB/HSV117°24.29%69.41%
CMYK23.16%0.00%24.29%
30.59%

Color #88B186 in popluar number systems.

HEX88B186
Decimal136177134
Binary100010001011000110000110
Octal210261206

Shades and tints

Shades of #88B186

#88B186
(136,177,134)
#7CA17A
(124,161,122)
#70916E
(112,145,110)
#648162
(100,129,98)
#587156
(88,113,86)
#4C614A
(76,97,74)
#40513E
(64,81,62)
#344132
(52,65,50)
#283126
(40,49,38)
#1C211A
(28,33,26)
#10110E
(16,17,14)
#000000
(0,0,0)

Tints of #88B186

#88B186
(136,177,134)
#92B891
(146,184,145)
#9CBF9C
(156,191,156)
#A6C6A7
(166,198,167)
#B0CDB2
(176,205,178)
#BAD4BD
(186,212,189)
#C4DBC8
(196,219,200)
#CEE2D3
(206,226,211)
#D8E9DE
(216,233,222)
#E2F0E9
(226,240,233)
#ECF7F4
(236,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88B186 color. Also use rgb(136,177,134) instead hex code.

Text Font Color

.myTextColor { color: #88B186; }

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

This text font color is #88B186.


Background Color

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

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

This div background color is #88B186.


Border color

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

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

This div border color is #88B186.


Opacity

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

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

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

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

This text has shadow with #88B186 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88B186 on black background.


Color preview on white background

This text has color #88B186 on white background.



Black color preview on #88B186 background

This text has black color on #88B186 background.


White color preview on #88B186 background

This text has white color on #88B186 background.