COLOR #88B86B

HEX: #88B86B RGB: (136,184,107)

Color info

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

RGB color model

#88B86B color RGB value is (136,184,107).

RGB: (136,184,107) (53%, 72%, 42%)

RGB channels and saturation

R 136 of 255 = 53%
G 184 of 255 = 72%
B 107 of 255 = 42%

136
184
107

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

Portions of RGB colors in percentages

R + G + B = 136 + 184 + 107 = 427 (100%)
R 136 of 427 ~ 31.85%
G 184 of 427 ~ 43.09%
B 107 of 427 ~ 25.06'%

%31.85
%43.09
%25.06

CMYK color model

#88B86B color CMYK value is (26,0,42,28).

  • cyan value is 26.09%
  • magenta value is 0.00%
  • yellow value is 41.85%
  • key color value is 27.84%

CMYK: (26,0,42,28)
C26M0Y42K28 (26%, 0%, 42%, 28%)
(0.26 / 0.00 / 0.42 / 0.28)

CMYK percentages

%26.09
%0
%41.85
%27.84

Codes

Color #88B86B in popluar color models

88 B8 6B
RGB 136 184 107
HSL 97° 35.16% 57.06%
HSB/HSV 97° 41.85% 72.16%
CMYK 26.09% 0.00% 41.85%
27.84%

Color #88B86B in popluar number systems.

HEX 88 B8 6B
Decimal 136 184 107
Binary 10001000 10111000 1101011
Octal 210 270 153

Shades and tints

Shades of #88B86B

#88B86B
(136,184,107)
#7CA862
(124,168,98)
#709859
(112,152,89)
#648850
(100,136,80)
#587847
(88,120,71)
#4C683E
(76,104,62)
#405835
(64,88,53)
#34482C
(52,72,44)
#283823
(40,56,35)
#1C281A
(28,40,26)
#101811
(16,24,17)
#000000
(0,0,0)

Tints of #88B86B

#88B86B
(136,184,107)
#92BE78
(146,190,120)
#9CC485
(156,196,133)
#A6CA92
(166,202,146)
#B0D09F
(176,208,159)
#BAD6AC
(186,214,172)
#C4DCB9
(196,220,185)
#CEE2C6
(206,226,198)
#D8E8D3
(216,232,211)
#E2EEE0
(226,238,224)
#ECF4ED
(236,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88B86B; }

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

This text font color is #88B86B.

Background Color

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

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

This div background color is #88B86B.

Border color

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

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

This div border color is #88B86B.

Opacity

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

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

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

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

This text has shadow with #88B86B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88B86B.

Preview

Color preview on black background

This text has color #88B86B on black background.


Color preview on white background

This text has color #88B86B on white background.


Black color preview on #88B86B background

This text has black color on #88B86B background.


White color preview on #88B86B background

This text has white color on #88B86B background.


Related colors

Complementary color

Complementary color for #hex is #774794.


I love getcolorcode.com

Triadic colors

1 #6B88B8 and #B86B88 with #88B86B are triadic colors.

2 #6BB888 and #B8886B with #88B86B are triadic colors.