COLOR #88BAA9

HEX: #88BAA9
RGB: (136,186,169)

Color info

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

RGB color model

#88BAA9 color RGB value is (136,186,169).

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

RGB channels and saturation

R 136 of 255 = 53%
G 186 of 255 = 73%
B 169 of 255 = 66%

136
186
169

R + G + B ~ 64%. #88BAA9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
136 + 186 + 169 = 491 (100%)
R 136 of 491 ~ 27.7%
G 186 of 491 ~ 37.88%
B 169 of 491 ~ 34.42%

%27.7
%37.88
%34.42

CMYK color model

#88BAA9 color CMYK value is (27,0,9,27).

  • cyan value is 26.88%
  • magenta value is 0.00%
  • yellow value is 9.14%
  • key color value is 27.06%
CMYK:
(27,0,9,27)
C27M0Y9K27 
(27%,0%,9%,27%)
(0.27/0.00/0.09/0.27)	

CMYK percentages

%26.88
%0
%9.14
%27.06

Codes

Color #88BAA9 in popluar color models

88BAA9
RGB136186169
HSL160°26.60%63.14%
HSB/HSV160°26.88%72.94%
CMYK26.88%0.00%9.14%
27.06%

Color #88BAA9 in popluar number systems.

HEX88BAA9
Decimal136186169
Binary100010001011101010101001
Octal210272251

Shades and tints

Shades of #88BAA9

#88BAA9
(136,186,169)
#7CAA9A
(124,170,154)
#709A8B
(112,154,139)
#648A7C
(100,138,124)
#587A6D
(88,122,109)
#4C6A5E
(76,106,94)
#405A4F
(64,90,79)
#344A40
(52,74,64)
#283A31
(40,58,49)
#1C2A22
(28,42,34)
#101A13
(16,26,19)
#000000
(0,0,0)

Tints of #88BAA9

#88BAA9
(136,186,169)
#92C0B0
(146,192,176)
#9CC6B7
(156,198,183)
#A6CCBE
(166,204,190)
#B0D2C5
(176,210,197)
#BAD8CC
(186,216,204)
#C4DED3
(196,222,211)
#CEE4DA
(206,228,218)
#D8EAE1
(216,234,225)
#E2F0E8
(226,240,232)
#ECF6EF
(236,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88BAA9; }

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

This text font color is #88BAA9.


Background Color

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

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

This div background color is #88BAA9.


Border color

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

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

This div border color is #88BAA9.


Opacity

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

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

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

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

This text has shadow with #88BAA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88BAA9 on black background.


Color preview on white background

This text has color #88BAA9 on white background.



Black color preview on #88BAA9 background

This text has black color on #88BAA9 background.


White color preview on #88BAA9 background

This text has white color on #88BAA9 background.