COLOR #88BA99

HEX: #88BA99
RGB: (136,186,153)

Color info

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

RGB color model

#88BA99 color RGB value is (136,186,153).

  • red value is 136;
  • green value is 186;
  • blue value is 153.
RGB:
(136,186,153)
(53%,73%,60%)

RGB channels and saturation

R 136 of 255 = 53%
G 186 of 255 = 73%
B 153 of 255 = 60%

136
186
153

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

Portions of RGB colors in percentages

R + G + B =
136 + 186 + 153 = 475 (100%)
R 136 of 475 ~ 28.63%
G 186 of 475 ~ 39.16%
B 153 of 475 ~ 32.21%

%28.63
%39.16
%32.21

CMYK color model

#88BA99 color CMYK value is (27,0,18,27).

  • cyan value is 26.88%
  • magenta value is 0.00%
  • yellow value is 17.74%
  • key color value is 27.06%
CMYK:
(27,0,18,27)
C27M0Y18K27 
(27%,0%,18%,27%)
(0.27/0.00/0.18/0.27)	

CMYK percentages

%26.88
%0
%17.74
%27.06

Codes

Color #88BA99 in popluar color models

88BA99
RGB136186153
HSL140°26.60%63.14%
HSB/HSV140°26.88%72.94%
CMYK26.88%0.00%17.74%
27.06%

Color #88BA99 in popluar number systems.

HEX88BA99
Decimal136186153
Binary100010001011101010011001
Octal210272231

Shades and tints

Shades of #88BA99

#88BA99
(136,186,153)
#7CAA8C
(124,170,140)
#709A7F
(112,154,127)
#648A72
(100,138,114)
#587A65
(88,122,101)
#4C6A58
(76,106,88)
#405A4B
(64,90,75)
#344A3E
(52,74,62)
#283A31
(40,58,49)
#1C2A24
(28,42,36)
#101A17
(16,26,23)
#000000
(0,0,0)

Tints of #88BA99

#88BA99
(136,186,153)
#92C0A2
(146,192,162)
#9CC6AB
(156,198,171)
#A6CCB4
(166,204,180)
#B0D2BD
(176,210,189)
#BAD8C6
(186,216,198)
#C4DECF
(196,222,207)
#CEE4D8
(206,228,216)
#D8EAE1
(216,234,225)
#E2F0EA
(226,240,234)
#ECF6F3
(236,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88BA99 color. Also use rgb(136,186,153) instead hex code.

Text Font Color

.myTextColor { color: #88BA99; }

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

This text font color is #88BA99.


Background Color

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

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

This div background color is #88BA99.


Border color

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

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

This div border color is #88BA99.


Opacity

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

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

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

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

This text has shadow with #88BA99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88BA99 on black background.


Color preview on white background

This text has color #88BA99 on white background.



Black color preview on #88BA99 background

This text has black color on #88BA99 background.


White color preview on #88BA99 background

This text has white color on #88BA99 background.