COLOR #88AAAB

HEX: #88AAAB
RGB: (136,170,171)

Color info

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

RGB color model

#88AAAB color RGB value is (136,170,171).

  • red value is 136;
  • green value is 170;
  • blue value is 171.
RGB: (136,170,171) (53%,67%,67%)

RGB channels and saturation

R 136 of 255 = 53%
G 170 of 255 = 67%
B 171 of 255 = 67%

136
170
171

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

Portions of RGB colors in percentages

R + G + B =
136 + 170 + 171 = 477 (100%)
R 136 of 477 ~ 28.51%
G 170 of 477 ~ 35.64%
B 171 of 477 ~ 35.85%

%28.51
%35.64
%35.85

CMYK color model

#88AAAB color CMYK value is (20,1,0,33).

  • cyan value is 20.47%
  • magenta value is 0.58%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK: (20,1,0,33) C20M1Y0K33 (20%,1%,0%,33%) (0.20/0.01/0.00/0.33)

CMYK percentages

%20.47
%0.58
%0
%32.94

Codes

Color #88AAAB in popluar color models

88AAAB
RGB136170171
HSL182°17.24%60.20%
HSB/HSV182°20.47%67.06%
CMYK20.47%0.58%0.00%
32.94%

Color #88AAAB in popluar number systems.

HEX88AAAB
Decimal136170171
Binary100010001010101010101011
Octal210252253

Shades and tints

Shades of #88AAAB

#88AAAB
(136,170,171)
#7C9B9C
(124,155,156)
#708C8D
(112,140,141)
#647D7E
(100,125,126)
#586E6F
(88,110,111)
#4C5F60
(76,95,96)
#405051
(64,80,81)
#344142
(52,65,66)
#283233
(40,50,51)
#1C2324
(28,35,36)
#101415
(16,20,21)
#000000
(0,0,0)

Tints of #88AAAB

#88AAAB
(136,170,171)
#92B1B2
(146,177,178)
#9CB8B9
(156,184,185)
#A6BFC0
(166,191,192)
#B0C6C7
(176,198,199)
#BACDCE
(186,205,206)
#C4D4D5
(196,212,213)
#CEDBDC
(206,219,220)
#D8E2E3
(216,226,227)
#E2E9EA
(226,233,234)
#ECF0F1
(236,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88AAAB color. Also use rgb(136,170,171) instead hex code.

Text Font Color

.myTextColor { color: #88AAAB; }

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

This text font color is #88AAAB.


Background Color

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

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

This div background color is #88AAAB.


Border color

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

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

This div border color is #88AAAB.


Opacity

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

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

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

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

This text has shadow with #88AAAB color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #88AAAB on black background.


Color preview on white background

This text has color #88AAAB on white background.



Black color preview on #88AAAB background

This text has black color on #88AAAB background.


White color preview on #88AAAB background

This text has white color on #88AAAB background.