COLOR #88A4AB

HEX: #88A4AB RGB: (136,164,171)

Color info

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

RGB color model

#88A4AB color RGB value is (136,164,171).

RGB: (136,164,171) (53%, 64%, 67%)

RGB channels and saturation

R 136 of 255 = 53%
G 164 of 255 = 64%
B 171 of 255 = 67%

136
164
171

R + G + B ~ 61%. #88A4AB is quite light color.

Portions of RGB colors in percentages

R + G + B = 136 + 164 + 171 = 471 (100%)
R 136 of 471 ~ 28.87%
G 164 of 471 ~ 34.82%
B 171 of 471 ~ 36.31'%

%28.87
%34.82
%36.31

CMYK color model

#88A4AB color CMYK value is (20,4,0,33).

  • cyan value is 20.47%
  • magenta value is 4.09%
  • yellow value is 0.00%
  • key color value is 32.94%

CMYK: (20,4,0,33)
C20M4Y0K33 (20%, 4%, 0%, 33%)
(0.20 / 0.04 / 0.00 / 0.33)

CMYK percentages

%20.47
%4.09
%0
%32.94

Codes

Color #88A4AB in popluar color models

88 A4 AB
RGB 136 164 171
HSL 192° 17.24% 60.20%
HSB/HSV 192° 20.47% 67.06%
CMYK 20.47% 4.09% 0.00%
32.94%

Color #88A4AB in popluar number systems.

HEX 88 A4 AB
Decimal 136 164 171
Binary 10001000 10100100 10101011
Octal 210 244 253

Shades and tints

Shades of #88A4AB

#88A4AB
(136,164,171)
#7C969C
(124,150,156)
#70888D
(112,136,141)
#647A7E
(100,122,126)
#586C6F
(88,108,111)
#4C5E60
(76,94,96)
#405051
(64,80,81)
#344242
(52,66,66)
#283433
(40,52,51)
#1C2624
(28,38,36)
#101815
(16,24,21)
#000000
(0,0,0)

Tints of #88A4AB

#88A4AB
(136,164,171)
#92ACB2
(146,172,178)
#9CB4B9
(156,180,185)
#A6BCC0
(166,188,192)
#B0C4C7
(176,196,199)
#BACCCE
(186,204,206)
#C4D4D5
(196,212,213)
#CEDCDC
(206,220,220)
#D8E4E3
(216,228,227)
#E2ECEA
(226,236,234)
#ECF4F1
(236,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88A4AB; }

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

This text font color is #88A4AB.

Background Color

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

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

This div background color is #88A4AB.

Border color

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

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

This div border color is #88A4AB.

Opacity

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

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

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

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

This text has shadow with #88A4AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88A4AB.

Preview

Color preview on black background

This text has color #88A4AB on black background.


Color preview on white background

This text has color #88A4AB on white background.


Black color preview on #88A4AB background

This text has black color on #88A4AB background.


White color preview on #88A4AB background

This text has white color on #88A4AB background.


Related colors

Complementary color

Complementary color for #hex is #775B54.


I love getcolorcode.com

Triadic colors

1 #AB88A4 and #A4AB88 with #88A4AB are triadic colors.

2 #ABA488 and #A488AB with #88A4AB are triadic colors.