COLOR #88AAAF

HEX: #88AAAF
RGB: (136,170,175)

Color info

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

RGB color model

#88AAAF color RGB value is (136,170,175).

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

RGB channels and saturation

R 136 of 255 = 53%
G 170 of 255 = 67%
B 175 of 255 = 69%

136
170
175

R + G + B ~ 63%. #88AAAF is quite light color.

Portions of RGB colors in percentages

R + G + B =
136 + 170 + 175 = 481 (100%)
R 136 of 481 ~ 28.27%
G 170 of 481 ~ 35.34%
B 175 of 481 ~ 36.38%

%28.27
%35.34
%36.38

CMYK color model

#88AAAF color CMYK value is (22,3,0,31).

  • cyan value is 22.29%
  • magenta value is 2.86%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(22,3,0,31)
C22M3Y0K31 
(22%,3%,0%,31%)
(0.22/0.03/0.00/0.31)	

CMYK percentages

%22.29
%2.86
%0
%31.37

Codes

Color #88AAAF in popluar color models

88AAAF
RGB136170175
HSL188°19.60%60.98%
HSB/HSV188°22.29%68.63%
CMYK22.29%2.86%0.00%
31.37%

Color #88AAAF in popluar number systems.

HEX88AAAF
Decimal136170175
Binary100010001010101010101111
Octal210252257

Shades and tints

Shades of #88AAAF

#88AAAF
(136,170,175)
#7C9BA0
(124,155,160)
#708C91
(112,140,145)
#647D82
(100,125,130)
#586E73
(88,110,115)
#4C5F64
(76,95,100)
#405055
(64,80,85)
#344146
(52,65,70)
#283237
(40,50,55)
#1C2328
(28,35,40)
#101419
(16,20,25)
#000000
(0,0,0)

Tints of #88AAAF

#88AAAF
(136,170,175)
#92B1B6
(146,177,182)
#9CB8BD
(156,184,189)
#A6BFC4
(166,191,196)
#B0C6CB
(176,198,203)
#BACDD2
(186,205,210)
#C4D4D9
(196,212,217)
#CEDBE0
(206,219,224)
#D8E2E7
(216,226,231)
#E2E9EE
(226,233,238)
#ECF0F5
(236,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88AAAF; }

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

This text font color is #88AAAF.


Background Color

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

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

This div background color is #88AAAF.


Border color

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

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

This div border color is #88AAAF.


Opacity

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

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

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

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

This text has shadow with #88AAAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88AAAF on black background.


Color preview on white background

This text has color #88AAAF on white background.



Black color preview on #88AAAF background

This text has black color on #88AAAF background.


White color preview on #88AAAF background

This text has white color on #88AAAF background.