COLOR #88BB7B

HEX: #88BB7B
RGB: (136,187,123)

Color info

#88BB7B contains mainly red and green colors. Web safe color of #88BB7B is #99CC66 (or #9C6).

RGB color model

#88BB7B color RGB value is (136,187,123).

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

RGB channels and saturation

R 136 of 255 = 53%
G 187 of 255 = 73%
B 123 of 255 = 48%

136
187
123

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

Portions of RGB colors in percentages

R + G + B =
136 + 187 + 123 = 446 (100%)
R 136 of 446 ~ 30.49%
G 187 of 446 ~ 41.93%
B 123 of 446 ~ 27.58%

%30.49
%41.93
%27.58

CMYK color model

#88BB7B color CMYK value is (27,0,34,27).

  • cyan value is 27.27%
  • magenta value is 0.00%
  • yellow value is 34.22%
  • key color value is 26.67%
CMYK:
(27,0,34,27)
C27M0Y34K27 
(27%,0%,34%,27%)
(0.27/0.00/0.34/0.27)	

CMYK percentages

%27.27
%0
%34.22
%26.67

Codes

Color #88BB7B in popluar color models

88BB7B
RGB136187123
HSL108°32.00%60.78%
HSB/HSV108°34.22%73.33%
CMYK27.27%0.00%34.22%
26.67%

Color #88BB7B in popluar number systems.

HEX88BB7B
Decimal136187123
Binary10001000101110111111011
Octal210273173

Shades and tints

Shades of #88BB7B

#88BB7B
(136,187,123)
#7CAA70
(124,170,112)
#709965
(112,153,101)
#64885A
(100,136,90)
#58774F
(88,119,79)
#4C6644
(76,102,68)
#405539
(64,85,57)
#34442E
(52,68,46)
#283323
(40,51,35)
#1C2218
(28,34,24)
#10110D
(16,17,13)
#000000
(0,0,0)

Tints of #88BB7B

#88BB7B
(136,187,123)
#92C187
(146,193,135)
#9CC793
(156,199,147)
#A6CD9F
(166,205,159)
#B0D3AB
(176,211,171)
#BAD9B7
(186,217,183)
#C4DFC3
(196,223,195)
#CEE5CF
(206,229,207)
#D8EBDB
(216,235,219)
#E2F1E7
(226,241,231)
#ECF7F3
(236,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88BB7B; }

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

This text font color is #88BB7B.


Background Color

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

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

This div background color is #88BB7B.


Border color

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

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

This div border color is #88BB7B.


Opacity

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

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

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

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

This text has shadow with #88BB7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88BB7B on black background.


Color preview on white background

This text has color #88BB7B on white background.



Black color preview on #88BB7B background

This text has black color on #88BB7B background.


White color preview on #88BB7B background

This text has white color on #88BB7B background.