COLOR #88BB6B

HEX: #88BB6B
RGB: (136,187,107)

Color info

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

RGB color model

#88BB6B color RGB value is (136,187,107).

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

RGB channels and saturation

R 136 of 255 = 53%
G 187 of 255 = 73%
B 107 of 255 = 42%

136
187
107

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

Portions of RGB colors in percentages

R + G + B =
136 + 187 + 107 = 430 (100%)
R 136 of 430 ~ 31.63%
G 187 of 430 ~ 43.49%
B 107 of 430 ~ 24.88%

%31.63
%43.49
%24.88

CMYK color model

#88BB6B color CMYK value is (27,0,43,27).

  • cyan value is 27.27%
  • magenta value is 0.00%
  • yellow value is 42.78%
  • key color value is 26.67%
CMYK:
(27,0,43,27)
C27M0Y43K27 
(27%,0%,43%,27%)
(0.27/0.00/0.43/0.27)	

CMYK percentages

%27.27
%0
%42.78
%26.67

Codes

Color #88BB6B in popluar color models

88BB6B
RGB136187107
HSL98°37.04%57.65%
HSB/HSV98°42.78%73.33%
CMYK27.27%0.00%42.78%
26.67%

Color #88BB6B in popluar number systems.

HEX88BB6B
Decimal136187107
Binary10001000101110111101011
Octal210273153

Shades and tints

Shades of #88BB6B

#88BB6B
(136,187,107)
#7CAA62
(124,170,98)
#709959
(112,153,89)
#648850
(100,136,80)
#587747
(88,119,71)
#4C663E
(76,102,62)
#405535
(64,85,53)
#34442C
(52,68,44)
#283323
(40,51,35)
#1C221A
(28,34,26)
#101111
(16,17,17)
#000000
(0,0,0)

Tints of #88BB6B

#88BB6B
(136,187,107)
#92C178
(146,193,120)
#9CC785
(156,199,133)
#A6CD92
(166,205,146)
#B0D39F
(176,211,159)
#BAD9AC
(186,217,172)
#C4DFB9
(196,223,185)
#CEE5C6
(206,229,198)
#D8EBD3
(216,235,211)
#E2F1E0
(226,241,224)
#ECF7ED
(236,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88BB6B; }

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

This text font color is #88BB6B.


Background Color

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

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

This div background color is #88BB6B.


Border color

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

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

This div border color is #88BB6B.


Opacity

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

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

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

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

This text has shadow with #88BB6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88BB6B on black background.


Color preview on white background

This text has color #88BB6B on white background.



Black color preview on #88BB6B background

This text has black color on #88BB6B background.


White color preview on #88BB6B background

This text has white color on #88BB6B background.