COLOR #88B3AE

HEX: #88B3AE
RGB: (136,179,174)

Color info

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

RGB color model

#88B3AE color RGB value is (136,179,174).

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

RGB channels and saturation

R 136 of 255 = 53%
G 179 of 255 = 70%
B 174 of 255 = 68%

136
179
174

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

Portions of RGB colors in percentages

R + G + B =
136 + 179 + 174 = 489 (100%)
R 136 of 489 ~ 27.81%
G 179 of 489 ~ 36.61%
B 174 of 489 ~ 35.58%

%27.81
%36.61
%35.58

CMYK color model

#88B3AE color CMYK value is (24,0,3,30).

  • cyan value is 24.02%
  • magenta value is 0.00%
  • yellow value is 2.79%
  • key color value is 29.80%
CMYK:
(24,0,3,30)
C24M0Y3K30 
(24%,0%,3%,30%)
(0.24/0.00/0.03/0.30)	

CMYK percentages

%24.02
%0
%2.79
%29.8

Codes

Color #88B3AE in popluar color models

88B3AE
RGB136179174
HSL173°22.05%61.76%
HSB/HSV173°24.02%70.20%
CMYK24.02%0.00%2.79%
29.80%

Color #88B3AE in popluar number systems.

HEX88B3AE
Decimal136179174
Binary100010001011001110101110
Octal210263256

Shades and tints

Shades of #88B3AE

#88B3AE
(136,179,174)
#7CA39F
(124,163,159)
#709390
(112,147,144)
#648381
(100,131,129)
#587372
(88,115,114)
#4C6363
(76,99,99)
#405354
(64,83,84)
#344345
(52,67,69)
#283336
(40,51,54)
#1C2327
(28,35,39)
#101318
(16,19,24)
#000000
(0,0,0)

Tints of #88B3AE

#88B3AE
(136,179,174)
#92B9B5
(146,185,181)
#9CBFBC
(156,191,188)
#A6C5C3
(166,197,195)
#B0CBCA
(176,203,202)
#BAD1D1
(186,209,209)
#C4D7D8
(196,215,216)
#CEDDDF
(206,221,223)
#D8E3E6
(216,227,230)
#E2E9ED
(226,233,237)
#ECEFF4
(236,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88B3AE; }

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

This text font color is #88B3AE.


Background Color

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

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

This div background color is #88B3AE.


Border color

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

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

This div border color is #88B3AE.


Opacity

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

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

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

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

This text has shadow with #88B3AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88B3AE on black background.


Color preview on white background

This text has color #88B3AE on white background.



Black color preview on #88B3AE background

This text has black color on #88B3AE background.


White color preview on #88B3AE background

This text has white color on #88B3AE background.