COLOR #88AAAD

HEX: #88AAAD RGB: (136,170,173)

Color info

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

RGB color model

#88AAAD color RGB value is (136,170,173).

RGB: (136,170,173) (53%, 67%, 68%)

RGB channels and saturation

R 136 of 255 = 53%
G 170 of 255 = 67%
B 173 of 255 = 68%

136
170
173

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

Portions of RGB colors in percentages

R + G + B = 136 + 170 + 173 = 479 (100%)
R 136 of 479 ~ 28.39%
G 170 of 479 ~ 35.49%
B 173 of 479 ~ 36.12'%

%28.39
%35.49
%36.12

CMYK color model

#88AAAD color CMYK value is (21,2,0,32).

  • cyan value is 21.39%
  • magenta value is 1.73%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK: (21,2,0,32) C21M2Y0K32 (21%,2%,0%,32%) (0.21/0.02/0.00/0.32) 

CMYK percentages

%21.39
%1.73
%0
%32.16

Codes

Color #88AAAD in popluar color models

88 AA AD
RGB 136 170 173
HSL 185° 18.41% 60.59%
HSB/HSV 185° 21.39% 67.84%
CMYK 21.39% 1.73% 0.00%
32.16%

Color #88AAAD in popluar number systems.

HEX 88 AA AD
Decimal 136 170 173
Binary 10001000 10101010 10101101
Octal 210 252 255

Shades and tints

Shades of #88AAAD

#88AAAD
(136,170,173)
#7C9B9E
(124,155,158)
#708C8F
(112,140,143)
#647D80
(100,125,128)
#586E71
(88,110,113)
#4C5F62
(76,95,98)
#405053
(64,80,83)
#344144
(52,65,68)
#283235
(40,50,53)
#1C2326
(28,35,38)
#101417
(16,20,23)
#000000
(0,0,0)

Tints of #88AAAD

#88AAAD
(136,170,173)
#92B1B4
(146,177,180)
#9CB8BB
(156,184,187)
#A6BFC2
(166,191,194)
#B0C6C9
(176,198,201)
#BACDD0
(186,205,208)
#C4D4D7
(196,212,215)
#CEDBDE
(206,219,222)
#D8E2E5
(216,226,229)
#E2E9EC
(226,233,236)
#ECF0F3
(236,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88AAAD; }

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

This text font color is #88AAAD.

Background Color

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

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

This div background color is #88AAAD.

Border color

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

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

This div border color is #88AAAD.

Opacity

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

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

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

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

This text has shadow with #88AAAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88AAAD.

Preview

Color preview on black background

This text has color #88AAAD on black background.


Color preview on white background

This text has color #88AAAD on white background.


Black color preview on #88AAAD background

This text has black color on #88AAAD background.


White color preview on #88AAAD background

This text has white color on #88AAAD background.


Related colors

Complementary color

Complementary color for #hex is #775552.


I love getcolorcode.com

Triadic colors

1 #AD88AA and #AAAD88 with #88AAAD are triadic colors.

2 #ADAA88 and #AA88AD with #88AAAD are triadic colors.