COLOR #88B49E

HEX: #88B49E
RGB: (136,180,158)

Color info

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

RGB color model

#88B49E color RGB value is (136,180,158).

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

RGB channels and saturation

R 136 of 255 = 53%
G 180 of 255 = 71%
B 158 of 255 = 62%

136
180
158

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

Portions of RGB colors in percentages

R + G + B =
136 + 180 + 158 = 474 (100%)
R 136 of 474 ~ 28.69%
G 180 of 474 ~ 37.97%
B 158 of 474 ~ 33.33%

%28.69
%37.97
%33.33

CMYK color model

#88B49E color CMYK value is (24,0,12,29).

  • cyan value is 24.44%
  • magenta value is 0.00%
  • yellow value is 12.22%
  • key color value is 29.41%
CMYK:
(24,0,12,29)
C24M0Y12K29 
(24%,0%,12%,29%)
(0.24/0.00/0.12/0.29)	

CMYK percentages

%24.44
%0
%12.22
%29.41

Codes

Color #88B49E in popluar color models

88B49E
RGB136180158
HSL150°22.68%61.96%
HSB/HSV150°24.44%70.59%
CMYK24.44%0.00%12.22%
29.41%

Color #88B49E in popluar number systems.

HEX88B49E
Decimal136180158
Binary100010001011010010011110
Octal210264236

Shades and tints

Shades of #88B49E

#88B49E
(136,180,158)
#7CA490
(124,164,144)
#709482
(112,148,130)
#648474
(100,132,116)
#587466
(88,116,102)
#4C6458
(76,100,88)
#40544A
(64,84,74)
#34443C
(52,68,60)
#28342E
(40,52,46)
#1C2420
(28,36,32)
#101412
(16,20,18)
#000000
(0,0,0)

Tints of #88B49E

#88B49E
(136,180,158)
#92BAA6
(146,186,166)
#9CC0AE
(156,192,174)
#A6C6B6
(166,198,182)
#B0CCBE
(176,204,190)
#BAD2C6
(186,210,198)
#C4D8CE
(196,216,206)
#CEDED6
(206,222,214)
#D8E4DE
(216,228,222)
#E2EAE6
(226,234,230)
#ECF0EE
(236,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88B49E; }

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

This text font color is #88B49E.


Background Color

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

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

This div background color is #88B49E.


Border color

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

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

This div border color is #88B49E.


Opacity

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

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

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

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

This text has shadow with #88B49E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88B49E on black background.


Color preview on white background

This text has color #88B49E on white background.



Black color preview on #88B49E background

This text has black color on #88B49E background.


White color preview on #88B49E background

This text has white color on #88B49E background.