COLOR #88B47B

HEX: #88B47B
RGB: (136,180,123)

Color info

#88B47B contains red, green and blue colors in about the same proportion. Web safe color of #88B47B is #99CC66 (or #9C6).

RGB color model

#88B47B color RGB value is (136,180,123).

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

RGB channels and saturation

R 136 of 255 = 53%
G 180 of 255 = 71%
B 123 of 255 = 48%

136
180
123

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

Portions of RGB colors in percentages

R + G + B =
136 + 180 + 123 = 439 (100%)
R 136 of 439 ~ 30.98%
G 180 of 439 ~ 41%
B 123 of 439 ~ 28.02%

%30.98
%41
%28.02

CMYK color model

#88B47B color CMYK value is (24,0,32,29).

  • cyan value is 24.44%
  • magenta value is 0.00%
  • yellow value is 31.67%
  • key color value is 29.41%
CMYK:
(24,0,32,29)
C24M0Y32K29 
(24%,0%,32%,29%)
(0.24/0.00/0.32/0.29)	

CMYK percentages

%24.44
%0
%31.67
%29.41

Codes

Color #88B47B in popluar color models

88B47B
RGB136180123
HSL106°27.54%59.41%
HSB/HSV106°31.67%70.59%
CMYK24.44%0.00%31.67%
29.41%

Color #88B47B in popluar number systems.

HEX88B47B
Decimal136180123
Binary10001000101101001111011
Octal210264173

Shades and tints

Shades of #88B47B

#88B47B
(136,180,123)
#7CA470
(124,164,112)
#709465
(112,148,101)
#64845A
(100,132,90)
#58744F
(88,116,79)
#4C6444
(76,100,68)
#405439
(64,84,57)
#34442E
(52,68,46)
#283423
(40,52,35)
#1C2418
(28,36,24)
#10140D
(16,20,13)
#000000
(0,0,0)

Tints of #88B47B

#88B47B
(136,180,123)
#92BA87
(146,186,135)
#9CC093
(156,192,147)
#A6C69F
(166,198,159)
#B0CCAB
(176,204,171)
#BAD2B7
(186,210,183)
#C4D8C3
(196,216,195)
#CEDECF
(206,222,207)
#D8E4DB
(216,228,219)
#E2EAE7
(226,234,231)
#ECF0F3
(236,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88B47B; }

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

This text font color is #88B47B.


Background Color

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

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

This div background color is #88B47B.


Border color

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

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

This div border color is #88B47B.


Opacity

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

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

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

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

This text has shadow with #88B47B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88B47B on black background.


Color preview on white background

This text has color #88B47B on white background.



Black color preview on #88B47B background

This text has black color on #88B47B background.


White color preview on #88B47B background

This text has white color on #88B47B background.