COLOR #88BAAE

HEX: #88BAAE
RGB: (136,186,174)

Color info

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

RGB color model

#88BAAE color RGB value is (136,186,174).

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

RGB channels and saturation

R 136 of 255 = 53%
G 186 of 255 = 73%
B 174 of 255 = 68%

136
186
174

R + G + B ~ 65%. #88BAAE is quite light color.

Portions of RGB colors in percentages

R + G + B =
136 + 186 + 174 = 496 (100%)
R 136 of 496 ~ 27.42%
G 186 of 496 ~ 37.5%
B 174 of 496 ~ 35.08%

%27.42
%37.5
%35.08

CMYK color model

#88BAAE color CMYK value is (27,0,6,27).

  • cyan value is 26.88%
  • magenta value is 0.00%
  • yellow value is 6.45%
  • key color value is 27.06%
CMYK:
(27,0,6,27)
C27M0Y6K27 
(27%,0%,6%,27%)
(0.27/0.00/0.06/0.27)	

CMYK percentages

%26.88
%0
%6.45
%27.06

Codes

Color #88BAAE in popluar color models

88BAAE
RGB136186174
HSL166°26.60%63.14%
HSB/HSV166°26.88%72.94%
CMYK26.88%0.00%6.45%
27.06%

Color #88BAAE in popluar number systems.

HEX88BAAE
Decimal136186174
Binary100010001011101010101110
Octal210272256

Shades and tints

Shades of #88BAAE

#88BAAE
(136,186,174)
#7CAA9F
(124,170,159)
#709A90
(112,154,144)
#648A81
(100,138,129)
#587A72
(88,122,114)
#4C6A63
(76,106,99)
#405A54
(64,90,84)
#344A45
(52,74,69)
#283A36
(40,58,54)
#1C2A27
(28,42,39)
#101A18
(16,26,24)
#000000
(0,0,0)

Tints of #88BAAE

#88BAAE
(136,186,174)
#92C0B5
(146,192,181)
#9CC6BC
(156,198,188)
#A6CCC3
(166,204,195)
#B0D2CA
(176,210,202)
#BAD8D1
(186,216,209)
#C4DED8
(196,222,216)
#CEE4DF
(206,228,223)
#D8EAE6
(216,234,230)
#E2F0ED
(226,240,237)
#ECF6F4
(236,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88BAAE; }

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

This text font color is #88BAAE.


Background Color

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

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

This div background color is #88BAAE.


Border color

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

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

This div border color is #88BAAE.


Opacity

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

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

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

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

This text has shadow with #88BAAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88BAAE on black background.


Color preview on white background

This text has color #88BAAE on white background.



Black color preview on #88BAAE background

This text has black color on #88BAAE background.


White color preview on #88BAAE background

This text has white color on #88BAAE background.