COLOR #88B296

HEX: #88B296
RGB: (136,178,150)

Color info

#88B296 contains red, green and blue colors in about the same proportion. Web safe color of #88B296 is #999999 (or #999).

RGB color model

#88B296 color RGB value is (136,178,150).

  • red value is 136;
  • green value is 178;
  • blue value is 150.
RGB:
(136,178,150)
(53%,70%,59%)

RGB channels and saturation

R 136 of 255 = 53%
G 178 of 255 = 70%
B 150 of 255 = 59%

136
178
150

R + G + B ~ 61%. #88B296 is quite light color.

Portions of RGB colors in percentages

R + G + B =
136 + 178 + 150 = 464 (100%)
R 136 of 464 ~ 29.31%
G 178 of 464 ~ 38.36%
B 150 of 464 ~ 32.33%

%29.31
%38.36
%32.33

CMYK color model

#88B296 color CMYK value is (24,0,16,30).

  • cyan value is 23.60%
  • magenta value is 0.00%
  • yellow value is 15.73%
  • key color value is 30.20%
CMYK:
(24,0,16,30)
C24M0Y16K30 
(24%,0%,16%,30%)
(0.24/0.00/0.16/0.30)	

CMYK percentages

%23.6
%0
%15.73
%30.2

Codes

Color #88B296 in popluar color models

88B296
RGB136178150
HSL140°21.43%61.57%
HSB/HSV140°23.60%69.80%
CMYK23.60%0.00%15.73%
30.20%

Color #88B296 in popluar number systems.

HEX88B296
Decimal136178150
Binary100010001011001010010110
Octal210262226

Shades and tints

Shades of #88B296

#88B296
(136,178,150)
#7CA289
(124,162,137)
#70927C
(112,146,124)
#64826F
(100,130,111)
#587262
(88,114,98)
#4C6255
(76,98,85)
#405248
(64,82,72)
#34423B
(52,66,59)
#28322E
(40,50,46)
#1C2221
(28,34,33)
#101214
(16,18,20)
#000000
(0,0,0)

Tints of #88B296

#88B296
(136,178,150)
#92B99F
(146,185,159)
#9CC0A8
(156,192,168)
#A6C7B1
(166,199,177)
#B0CEBA
(176,206,186)
#BAD5C3
(186,213,195)
#C4DCCC
(196,220,204)
#CEE3D5
(206,227,213)
#D8EADE
(216,234,222)
#E2F1E7
(226,241,231)
#ECF8F0
(236,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88B296 color. Also use rgb(136,178,150) instead hex code.

Text Font Color

.myTextColor { color: #88B296; }

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

This text font color is #88B296.


Background Color

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

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

This div background color is #88B296.


Border color

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

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

This div border color is #88B296.


Opacity

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

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

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

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

This text has shadow with #88B296 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88B296 on black background.


Color preview on white background

This text has color #88B296 on white background.



Black color preview on #88B296 background

This text has black color on #88B296 background.


White color preview on #88B296 background

This text has white color on #88B296 background.