COLOR #88B3AD

HEX: #88B3AD
RGB: (136,179,173)

Color info

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

RGB color model

#88B3AD color RGB value is (136,179,173).

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

RGB channels and saturation

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

136
179
173

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

Portions of RGB colors in percentages

R + G + B =
136 + 179 + 173 = 488 (100%)
R 136 of 488 ~ 27.87%
G 179 of 488 ~ 36.68%
B 173 of 488 ~ 35.45%

%27.87
%36.68
%35.45

CMYK color model

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

  • cyan value is 24.02%
  • magenta value is 0.00%
  • yellow value is 3.35%
  • 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
%3.35
%29.8

Codes

Color #88B3AD in popluar color models

88B3AD
RGB136179173
HSL172°22.05%61.76%
HSB/HSV172°24.02%70.20%
CMYK24.02%0.00%3.35%
29.80%

Color #88B3AD in popluar number systems.

HEX88B3AD
Decimal136179173
Binary100010001011001110101101
Octal210263255

Shades and tints

Shades of #88B3AD

#88B3AD
(136,179,173)
#7CA39E
(124,163,158)
#70938F
(112,147,143)
#648380
(100,131,128)
#587371
(88,115,113)
#4C6362
(76,99,98)
#405353
(64,83,83)
#344344
(52,67,68)
#283335
(40,51,53)
#1C2326
(28,35,38)
#101317
(16,19,23)
#000000
(0,0,0)

Tints of #88B3AD

#88B3AD
(136,179,173)
#92B9B4
(146,185,180)
#9CBFBB
(156,191,187)
#A6C5C2
(166,197,194)
#B0CBC9
(176,203,201)
#BAD1D0
(186,209,208)
#C4D7D7
(196,215,215)
#CEDDDE
(206,221,222)
#D8E3E5
(216,227,229)
#E2E9EC
(226,233,236)
#ECEFF3
(236,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88B3AD; }

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

This text font color is #88B3AD.


Background Color

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

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

This div background color is #88B3AD.


Border color

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

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

This div border color is #88B3AD.


Opacity

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

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

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

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

This text has shadow with #88B3AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88B3AD on black background.


Color preview on white background

This text has color #88B3AD on white background.



Black color preview on #88B3AD background

This text has black color on #88B3AD background.


White color preview on #88B3AD background

This text has white color on #88B3AD background.