COLOR #88AB90

HEX: #88AB90 RGB: (136,171,144)

Color info

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

RGB color model

#88AB90 color RGB value is (136,171,144).

RGB: (136,171,144) (53%, 67%, 56%)

RGB channels and saturation

R 136 of 255 = 53%
G 171 of 255 = 67%
B 144 of 255 = 56%

136
171
144

R + G + B ~ 59%. #88AB90 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 136 + 171 + 144 = 451 (100%)
R 136 of 451 ~ 30.16%
G 171 of 451 ~ 37.92%
B 144 of 451 ~ 31.93'%

%30.16
%37.92
%31.93

CMYK color model

#88AB90 color CMYK value is (20,0,16,33).

  • cyan value is 20.47%
  • magenta value is 0.00%
  • yellow value is 15.79%
  • key color value is 32.94%
CMYK: (20,0,16,33) C20M0Y16K33 (20%,0%,16%,33%) (0.20/0.00/0.16/0.33) 

CMYK percentages

%20.47
%0
%15.79
%32.94

Codes

Color #88AB90 in popluar color models

88 AB 90
RGB 136 171 144
HSL 134° 17.24% 60.20%
HSB/HSV 134° 20.47% 67.06%
CMYK 20.47% 0.00% 15.79%
32.94%

Color #88AB90 in popluar number systems.

HEX 88 AB 90
Decimal 136 171 144
Binary 10001000 10101011 10010000
Octal 210 253 220

Shades and tints

Shades of #88AB90

#88AB90
(136,171,144)
#7C9C83
(124,156,131)
#708D76
(112,141,118)
#647E69
(100,126,105)
#586F5C
(88,111,92)
#4C604F
(76,96,79)
#405142
(64,81,66)
#344235
(52,66,53)
#283328
(40,51,40)
#1C241B
(28,36,27)
#10150E
(16,21,14)
#000000
(0,0,0)

Tints of #88AB90

#88AB90
(136,171,144)
#92B29A
(146,178,154)
#9CB9A4
(156,185,164)
#A6C0AE
(166,192,174)
#B0C7B8
(176,199,184)
#BACEC2
(186,206,194)
#C4D5CC
(196,213,204)
#CEDCD6
(206,220,214)
#D8E3E0
(216,227,224)
#E2EAEA
(226,234,234)
#ECF1F4
(236,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88AB90; }

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

This text font color is #88AB90.

Background Color

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

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

This div background color is #88AB90.

Border color

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

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

This div border color is #88AB90.

Opacity

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

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

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

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

This text has shadow with #88AB90 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88AB90.

Preview

Color preview on black background

This text has color #88AB90 on black background.


Color preview on white background

This text has color #88AB90 on white background.


Black color preview on #88AB90 background

This text has black color on #88AB90 background.


White color preview on #88AB90 background

This text has white color on #88AB90 background.


Related colors

Complementary color

Complementary color for #hex is #77546F.


I love getcolorcode.com

Triadic colors

1 #9088AB and #AB9088 with #88AB90 are triadic colors.

2 #90AB88 and #AB8890 with #88AB90 are triadic colors.