COLOR #88B286

HEX: #88B286
RGB: (136,178,134)

Color info

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

RGB color model

#88B286 color RGB value is (136,178,134).

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

RGB channels and saturation

R 136 of 255 = 53%
G 178 of 255 = 70%
B 134 of 255 = 53%

136
178
134

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

Portions of RGB colors in percentages

R + G + B =
136 + 178 + 134 = 448 (100%)
R 136 of 448 ~ 30.36%
G 178 of 448 ~ 39.73%
B 134 of 448 ~ 29.91%

%30.36
%39.73
%29.91

CMYK color model

#88B286 color CMYK value is (24,0,25,30).

  • cyan value is 23.60%
  • magenta value is 0.00%
  • yellow value is 24.72%
  • key color value is 30.20%
CMYK:
(24,0,25,30)
C24M0Y25K30 
(24%,0%,25%,30%)
(0.24/0.00/0.25/0.30)	

CMYK percentages

%23.6
%0
%24.72
%30.2

Codes

Color #88B286 in popluar color models

88B286
RGB136178134
HSL117°22.22%61.18%
HSB/HSV117°24.72%69.80%
CMYK23.60%0.00%24.72%
30.20%

Color #88B286 in popluar number systems.

HEX88B286
Decimal136178134
Binary100010001011001010000110
Octal210262206

Shades and tints

Shades of #88B286

#88B286
(136,178,134)
#7CA27A
(124,162,122)
#70926E
(112,146,110)
#648262
(100,130,98)
#587256
(88,114,86)
#4C624A
(76,98,74)
#40523E
(64,82,62)
#344232
(52,66,50)
#283226
(40,50,38)
#1C221A
(28,34,26)
#10120E
(16,18,14)
#000000
(0,0,0)

Tints of #88B286

#88B286
(136,178,134)
#92B991
(146,185,145)
#9CC09C
(156,192,156)
#A6C7A7
(166,199,167)
#B0CEB2
(176,206,178)
#BAD5BD
(186,213,189)
#C4DCC8
(196,220,200)
#CEE3D3
(206,227,211)
#D8EADE
(216,234,222)
#E2F1E9
(226,241,233)
#ECF8F4
(236,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88B286; }

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

This text font color is #88B286.


Background Color

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

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

This div background color is #88B286.


Border color

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

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

This div border color is #88B286.


Opacity

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

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

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

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

This text has shadow with #88B286 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88B286 on black background.


Color preview on white background

This text has color #88B286 on white background.



Black color preview on #88B286 background

This text has black color on #88B286 background.


White color preview on #88B286 background

This text has white color on #88B286 background.