COLOR #88ADA6

HEX: #88ADA6
RGB: (136,173,166)

Color info

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

RGB color model

#88ADA6 color RGB value is (136,173,166).

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

RGB channels and saturation

R 136 of 255 = 53%
G 173 of 255 = 68%
B 166 of 255 = 65%

136
173
166

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

Portions of RGB colors in percentages

R + G + B =
136 + 173 + 166 = 475 (100%)
R 136 of 475 ~ 28.63%
G 173 of 475 ~ 36.42%
B 166 of 475 ~ 34.95%

%28.63
%36.42
%34.95

CMYK color model

#88ADA6 color CMYK value is (21,0,4,32).

  • cyan value is 21.39%
  • magenta value is 0.00%
  • yellow value is 4.05%
  • key color value is 32.16%
CMYK:
(21,0,4,32)
C21M0Y4K32 
(21%,0%,4%,32%)
(0.21/0.00/0.04/0.32)	

CMYK percentages

%21.39
%0
%4.05
%32.16

Codes

Color #88ADA6 in popluar color models

88ADA6
RGB136173166
HSL169°18.41%60.59%
HSB/HSV169°21.39%67.84%
CMYK21.39%0.00%4.05%
32.16%

Color #88ADA6 in popluar number systems.

HEX88ADA6
Decimal136173166
Binary100010001010110110100110
Octal210255246

Shades and tints

Shades of #88ADA6

#88ADA6
(136,173,166)
#7C9E97
(124,158,151)
#708F88
(112,143,136)
#648079
(100,128,121)
#58716A
(88,113,106)
#4C625B
(76,98,91)
#40534C
(64,83,76)
#34443D
(52,68,61)
#28352E
(40,53,46)
#1C261F
(28,38,31)
#101710
(16,23,16)
#000000
(0,0,0)

Tints of #88ADA6

#88ADA6
(136,173,166)
#92B4AE
(146,180,174)
#9CBBB6
(156,187,182)
#A6C2BE
(166,194,190)
#B0C9C6
(176,201,198)
#BAD0CE
(186,208,206)
#C4D7D6
(196,215,214)
#CEDEDE
(206,222,222)
#D8E5E6
(216,229,230)
#E2ECEE
(226,236,238)
#ECF3F6
(236,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88ADA6; }

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

This text font color is #88ADA6.


Background Color

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

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

This div background color is #88ADA6.


Border color

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

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

This div border color is #88ADA6.


Opacity

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

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

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

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

This text has shadow with #88ADA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88ADA6 on black background.


Color preview on white background

This text has color #88ADA6 on white background.



Black color preview on #88ADA6 background

This text has black color on #88ADA6 background.


White color preview on #88ADA6 background

This text has white color on #88ADA6 background.