COLOR #88BB86

HEX: #88BB86
RGB: (136,187,134)

Color info

#88BB86 contains red, green and blue colors in about the same proportion. Web safe color of #88BB86 is #99CC99 (or #9C9).

RGB color model

#88BB86 color RGB value is (136,187,134).

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

RGB channels and saturation

R 136 of 255 = 53%
G 187 of 255 = 73%
B 134 of 255 = 53%

136
187
134

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

Portions of RGB colors in percentages

R + G + B =
136 + 187 + 134 = 457 (100%)
R 136 of 457 ~ 29.76%
G 187 of 457 ~ 40.92%
B 134 of 457 ~ 29.32%

%29.76
%40.92
%29.32

CMYK color model

#88BB86 color CMYK value is (27,0,28,27).

  • cyan value is 27.27%
  • magenta value is 0.00%
  • yellow value is 28.34%
  • key color value is 26.67%
CMYK:
(27,0,28,27)
C27M0Y28K27 
(27%,0%,28%,27%)
(0.27/0.00/0.28/0.27)	

CMYK percentages

%27.27
%0
%28.34
%26.67

Codes

Color #88BB86 in popluar color models

88BB86
RGB136187134
HSL118°28.04%62.94%
HSB/HSV118°28.34%73.33%
CMYK27.27%0.00%28.34%
26.67%

Color #88BB86 in popluar number systems.

HEX88BB86
Decimal136187134
Binary100010001011101110000110
Octal210273206

Shades and tints

Shades of #88BB86

#88BB86
(136,187,134)
#7CAA7A
(124,170,122)
#70996E
(112,153,110)
#648862
(100,136,98)
#587756
(88,119,86)
#4C664A
(76,102,74)
#40553E
(64,85,62)
#344432
(52,68,50)
#283326
(40,51,38)
#1C221A
(28,34,26)
#10110E
(16,17,14)
#000000
(0,0,0)

Tints of #88BB86

#88BB86
(136,187,134)
#92C191
(146,193,145)
#9CC79C
(156,199,156)
#A6CDA7
(166,205,167)
#B0D3B2
(176,211,178)
#BAD9BD
(186,217,189)
#C4DFC8
(196,223,200)
#CEE5D3
(206,229,211)
#D8EBDE
(216,235,222)
#E2F1E9
(226,241,233)
#ECF7F4
(236,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88BB86; }

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

This text font color is #88BB86.


Background Color

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

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

This div background color is #88BB86.


Border color

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

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

This div border color is #88BB86.


Opacity

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

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

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

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

This text has shadow with #88BB86 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88BB86 on black background.


Color preview on white background

This text has color #88BB86 on white background.



Black color preview on #88BB86 background

This text has black color on #88BB86 background.


White color preview on #88BB86 background

This text has white color on #88BB86 background.