COLOR #88B06F

HEX: #88B06F RGB: (136,176,111)

Color info

#88B06F contains mainly red and green colors. Web safe color of #88B06F is #999966 (or #996).

RGB color model

#88B06F color RGB value is (136,176,111).

RGB: (136,176,111) (53%, 69%, 44%)

RGB channels and saturation

R 136 of 255 = 53%
G 176 of 255 = 69%
B 111 of 255 = 44%

136
176
111

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

Portions of RGB colors in percentages

R + G + B = 136 + 176 + 111 = 423 (100%)
R 136 of 423 ~ 32.15%
G 176 of 423 ~ 41.61%
B 111 of 423 ~ 26.24'%

%32.15
%41.61
%26.24

CMYK color model

#88B06F color CMYK value is (23,0,37,31).

  • cyan value is 22.73%
  • magenta value is 0.00%
  • yellow value is 36.93%
  • key color value is 30.98%
CMYK: (23,0,37,31) C23M0Y37K31 (23%,0%,37%,31%) (0.23/0.00/0.37/0.31) 

CMYK percentages

%22.73
%0
%36.93
%30.98

Codes

Color #88B06F in popluar color models

88 B0 6F
RGB 136 176 111
HSL 97° 29.15% 56.27%
HSB/HSV 97° 36.93% 69.02%
CMYK 22.73% 0.00% 36.93%
30.98%

Color #88B06F in popluar number systems.

HEX 88 B0 6F
Decimal 136 176 111
Binary 10001000 10110000 1101111
Octal 210 260 157

Shades and tints

Shades of #88B06F

#88B06F
(136,176,111)
#7CA065
(124,160,101)
#70905B
(112,144,91)
#648051
(100,128,81)
#587047
(88,112,71)
#4C603D
(76,96,61)
#405033
(64,80,51)
#344029
(52,64,41)
#28301F
(40,48,31)
#1C2015
(28,32,21)
#10100B
(16,16,11)
#000000
(0,0,0)

Tints of #88B06F

#88B06F
(136,176,111)
#92B77C
(146,183,124)
#9CBE89
(156,190,137)
#A6C596
(166,197,150)
#B0CCA3
(176,204,163)
#BAD3B0
(186,211,176)
#C4DABD
(196,218,189)
#CEE1CA
(206,225,202)
#D8E8D7
(216,232,215)
#E2EFE4
(226,239,228)
#ECF6F1
(236,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88B06F color. Also use rgb(136,176,111) instead hex code.

Text Font Color

.myTextColor { color: #88B06F; }

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

This text font color is #88B06F.

Background Color

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

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

This div background color is #88B06F.

Border color

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

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

This div border color is #88B06F.

Opacity

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

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

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

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

This text has shadow with #88B06F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88B06F.

Preview

Color preview on black background

This text has color #88B06F on black background.


Color preview on white background

This text has color #88B06F on white background.


Black color preview on #88B06F background

This text has black color on #88B06F background.


White color preview on #88B06F background

This text has white color on #88B06F background.


Related colors

Complementary color

Complementary color for #hex is #774F90.


I love getcolorcode.com

Triadic colors

1 #6F88B0 and #B06F88 with #88B06F are triadic colors.

2 #6FB088 and #B0886F with #88B06F are triadic colors.