COLOR #88B78A

HEX: #88B78A
RGB: (136,183,138)

Color info

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

RGB color model

#88B78A color RGB value is (136,183,138).

  • red value is 136;
  • green value is 183;
  • blue value is 138.
RGB:
(136,183,138)
(53%,72%,54%)

RGB channels and saturation

R 136 of 255 = 53%
G 183 of 255 = 72%
B 138 of 255 = 54%

136
183
138

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

Portions of RGB colors in percentages

R + G + B =
136 + 183 + 138 = 457 (100%)
R 136 of 457 ~ 29.76%
G 183 of 457 ~ 40.04%
B 138 of 457 ~ 30.2%

%29.76
%40.04
%30.2

CMYK color model

#88B78A color CMYK value is (26,0,25,28).

  • cyan value is 25.68%
  • magenta value is 0.00%
  • yellow value is 24.59%
  • key color value is 28.24%
CMYK:
(26,0,25,28)
C26M0Y25K28 
(26%,0%,25%,28%)
(0.26/0.00/0.25/0.28)	

CMYK percentages

%25.68
%0
%24.59
%28.24

Codes

Color #88B78A in popluar color models

88B78A
RGB136183138
HSL123°24.61%62.55%
HSB/HSV123°25.68%71.76%
CMYK25.68%0.00%24.59%
28.24%

Color #88B78A in popluar number systems.

HEX88B78A
Decimal136183138
Binary100010001011011110001010
Octal210267212

Shades and tints

Shades of #88B78A

#88B78A
(136,183,138)
#7CA77E
(124,167,126)
#709772
(112,151,114)
#648766
(100,135,102)
#58775A
(88,119,90)
#4C674E
(76,103,78)
#405742
(64,87,66)
#344736
(52,71,54)
#28372A
(40,55,42)
#1C271E
(28,39,30)
#101712
(16,23,18)
#000000
(0,0,0)

Tints of #88B78A

#88B78A
(136,183,138)
#92BD94
(146,189,148)
#9CC39E
(156,195,158)
#A6C9A8
(166,201,168)
#B0CFB2
(176,207,178)
#BAD5BC
(186,213,188)
#C4DBC6
(196,219,198)
#CEE1D0
(206,225,208)
#D8E7DA
(216,231,218)
#E2EDE4
(226,237,228)
#ECF3EE
(236,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88B78A color. Also use rgb(136,183,138) instead hex code.

Text Font Color

.myTextColor { color: #88B78A; }

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

This text font color is #88B78A.


Background Color

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

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

This div background color is #88B78A.


Border color

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

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

This div border color is #88B78A.


Opacity

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

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

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

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

This text has shadow with #88B78A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88B78A on black background.


Color preview on white background

This text has color #88B78A on white background.



Black color preview on #88B78A background

This text has black color on #88B78A background.


White color preview on #88B78A background

This text has white color on #88B78A background.