COLOR #88B78E

HEX: #88B78E
RGB: (136,183,142)

Color info

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

RGB color model

#88B78E color RGB value is (136,183,142).

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

RGB channels and saturation

R 136 of 255 = 53%
G 183 of 255 = 72%
B 142 of 255 = 56%

136
183
142

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

Portions of RGB colors in percentages

R + G + B =
136 + 183 + 142 = 461 (100%)
R 136 of 461 ~ 29.5%
G 183 of 461 ~ 39.7%
B 142 of 461 ~ 30.8%

%29.5
%39.7
%30.8

CMYK color model

#88B78E color CMYK value is (26,0,22,28).

  • cyan value is 25.68%
  • magenta value is 0.00%
  • yellow value is 22.40%
  • key color value is 28.24%
CMYK:
(26,0,22,28)
C26M0Y22K28 
(26%,0%,22%,28%)
(0.26/0.00/0.22/0.28)	

CMYK percentages

%25.68
%0
%22.4
%28.24

Codes

Color #88B78E in popluar color models

88B78E
RGB136183142
HSL128°24.61%62.55%
HSB/HSV128°25.68%71.76%
CMYK25.68%0.00%22.40%
28.24%

Color #88B78E in popluar number systems.

HEX88B78E
Decimal136183142
Binary100010001011011110001110
Octal210267216

Shades and tints

Shades of #88B78E

#88B78E
(136,183,142)
#7CA782
(124,167,130)
#709776
(112,151,118)
#64876A
(100,135,106)
#58775E
(88,119,94)
#4C6752
(76,103,82)
#405746
(64,87,70)
#34473A
(52,71,58)
#28372E
(40,55,46)
#1C2722
(28,39,34)
#101716
(16,23,22)
#000000
(0,0,0)

Tints of #88B78E

#88B78E
(136,183,142)
#92BD98
(146,189,152)
#9CC3A2
(156,195,162)
#A6C9AC
(166,201,172)
#B0CFB6
(176,207,182)
#BAD5C0
(186,213,192)
#C4DBCA
(196,219,202)
#CEE1D4
(206,225,212)
#D8E7DE
(216,231,222)
#E2EDE8
(226,237,232)
#ECF3F2
(236,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88B78E; }

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

This text font color is #88B78E.


Background Color

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

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

This div background color is #88B78E.


Border color

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

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

This div border color is #88B78E.


Opacity

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

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

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

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

This text has shadow with #88B78E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88B78E on black background.


Color preview on white background

This text has color #88B78E on white background.



Black color preview on #88B78E background

This text has black color on #88B78E background.


White color preview on #88B78E background

This text has white color on #88B78E background.