COLOR #88AAAE

HEX: #88AAAE RGB: (136,170,174)

Color info

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

RGB color model

#88AAAE color RGB value is (136,170,174).

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

RGB channels and saturation

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

136
170
174

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

Portions of RGB colors in percentages

R + G + B = 136 + 170 + 174 = 480 (100%)
R 136 of 480 ~ 28.33%
G 170 of 480 ~ 35.42%
B 174 of 480 ~ 36.25'%

%28.33
%35.42
%36.25

CMYK color model

#88AAAE color CMYK value is (22,2,0,32).

  • cyan value is 21.84%
  • magenta value is 2.30%
  • yellow value is 0.00%
  • key color value is 31.76%

CMYK: (22,2,0,32)
C22M2Y0K32 (22%, 2%, 0%, 32%)
(0.22 / 0.02 / 0.00 / 0.32)

CMYK percentages

%21.84
%2.3
%0
%31.76

Codes

Color #88AAAE in popluar color models

88 AA AE
RGB 136 170 174
HSL 186° 19.00% 60.78%
HSB/HSV 186° 21.84% 68.24%
CMYK 21.84% 2.30% 0.00%
31.76%

Color #88AAAE in popluar number systems.

HEX 88 AA AE
Decimal 136 170 174
Binary 10001000 10101010 10101110
Octal 210 252 256

Shades and tints

Shades of #88AAAE

#88AAAE
(136,170,174)
#7C9B9F
(124,155,159)
#708C90
(112,140,144)
#647D81
(100,125,129)
#586E72
(88,110,114)
#4C5F63
(76,95,99)
#405054
(64,80,84)
#344145
(52,65,69)
#283236
(40,50,54)
#1C2327
(28,35,39)
#101418
(16,20,24)
#000000
(0,0,0)

Tints of #88AAAE

#88AAAE
(136,170,174)
#92B1B5
(146,177,181)
#9CB8BC
(156,184,188)
#A6BFC3
(166,191,195)
#B0C6CA
(176,198,202)
#BACDD1
(186,205,209)
#C4D4D8
(196,212,216)
#CEDBDF
(206,219,223)
#D8E2E6
(216,226,230)
#E2E9ED
(226,233,237)
#ECF0F4
(236,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88AAAE; }

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

This text font color is #88AAAE.

Background Color

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

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

This div background color is #88AAAE.

Border color

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

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

This div border color is #88AAAE.

Opacity

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

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

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

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

This text has shadow with #88AAAE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88AAAE.

Preview

Color preview on black background

This text has color #88AAAE on black background.


Color preview on white background

This text has color #88AAAE on white background.


Black color preview on #88AAAE background

This text has black color on #88AAAE background.


White color preview on #88AAAE background

This text has white color on #88AAAE background.


Related colors

Complementary color

Complementary color for #hex is #775551.


I love getcolorcode.com

Triadic colors

1 #AE88AA and #AAAE88 with #88AAAE are triadic colors.

2 #AEAA88 and #AA88AE with #88AAAE are triadic colors.