COLOR #88B79B

HEX: #88B79B
RGB: (136,183,155)

Color info

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

RGB color model

#88B79B color RGB value is (136,183,155).

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

RGB channels and saturation

R 136 of 255 = 53%
G 183 of 255 = 72%
B 155 of 255 = 61%

136
183
155

R + G + B ~ 62%. #88B79B is quite light color.

Portions of RGB colors in percentages

R + G + B =
136 + 183 + 155 = 474 (100%)
R 136 of 474 ~ 28.69%
G 183 of 474 ~ 38.61%
B 155 of 474 ~ 32.7%

%28.69
%38.61
%32.7

CMYK color model

#88B79B color CMYK value is (26,0,15,28).

  • cyan value is 25.68%
  • magenta value is 0.00%
  • yellow value is 15.30%
  • key color value is 28.24%
CMYK:
(26,0,15,28)
C26M0Y15K28 
(26%,0%,15%,28%)
(0.26/0.00/0.15/0.28)	

CMYK percentages

%25.68
%0
%15.3
%28.24

Codes

Color #88B79B in popluar color models

88B79B
RGB136183155
HSL144°24.61%62.55%
HSB/HSV144°25.68%71.76%
CMYK25.68%0.00%15.30%
28.24%

Color #88B79B in popluar number systems.

HEX88B79B
Decimal136183155
Binary100010001011011110011011
Octal210267233

Shades and tints

Shades of #88B79B

#88B79B
(136,183,155)
#7CA78D
(124,167,141)
#70977F
(112,151,127)
#648771
(100,135,113)
#587763
(88,119,99)
#4C6755
(76,103,85)
#405747
(64,87,71)
#344739
(52,71,57)
#28372B
(40,55,43)
#1C271D
(28,39,29)
#10170F
(16,23,15)
#000000
(0,0,0)

Tints of #88B79B

#88B79B
(136,183,155)
#92BDA4
(146,189,164)
#9CC3AD
(156,195,173)
#A6C9B6
(166,201,182)
#B0CFBF
(176,207,191)
#BAD5C8
(186,213,200)
#C4DBD1
(196,219,209)
#CEE1DA
(206,225,218)
#D8E7E3
(216,231,227)
#E2EDEC
(226,237,236)
#ECF3F5
(236,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88B79B; }

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

This text font color is #88B79B.


Background Color

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

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

This div background color is #88B79B.


Border color

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

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

This div border color is #88B79B.


Opacity

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

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

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

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

This text has shadow with #88B79B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88B79B on black background.


Color preview on white background

This text has color #88B79B on white background.



Black color preview on #88B79B background

This text has black color on #88B79B background.


White color preview on #88B79B background

This text has white color on #88B79B background.