COLOR #88A189

HEX: #88A189 RGB: (136,161,137)

Color info

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

RGB color model

#88A189 color RGB value is (136,161,137).

RGB: (136,161,137) (53%, 63%, 54%)

RGB channels and saturation

R 136 of 255 = 53%
G 161 of 255 = 63%
B 137 of 255 = 54%

136
161
137

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

Portions of RGB colors in percentages

R + G + B = 136 + 161 + 137 = 434 (100%)
R 136 of 434 ~ 31.34%
G 161 of 434 ~ 37.1%
B 137 of 434 ~ 31.57'%

%31.34
%37.1
%31.57

CMYK color model

#88A189 color CMYK value is (16,0,15,37).

  • cyan value is 15.53%
  • magenta value is 0.00%
  • yellow value is 14.91%
  • key color value is 36.86%

CMYK: (16,0,15,37)
C16M0Y15K37 (16%, 0%, 15%, 37%)
(0.16 / 0.00 / 0.15 / 0.37)

CMYK percentages

%15.53
%0
%14.91
%36.86

Codes

Color #88A189 in popluar color models

88 A1 89
RGB 136 161 137
HSL 122° 11.74% 58.24%
HSB/HSV 122° 15.53% 63.14%
CMYK 15.53% 0.00% 14.91%
36.86%

Color #88A189 in popluar number systems.

HEX 88 A1 89
Decimal 136 161 137
Binary 10001000 10100001 10001001
Octal 210 241 211

Shades and tints

Shades of #88A189

#88A189
(136,161,137)
#7C937D
(124,147,125)
#708571
(112,133,113)
#647765
(100,119,101)
#586959
(88,105,89)
#4C5B4D
(76,91,77)
#404D41
(64,77,65)
#343F35
(52,63,53)
#283129
(40,49,41)
#1C231D
(28,35,29)
#101511
(16,21,17)
#000000
(0,0,0)

Tints of #88A189

#88A189
(136,161,137)
#92A993
(146,169,147)
#9CB19D
(156,177,157)
#A6B9A7
(166,185,167)
#B0C1B1
(176,193,177)
#BAC9BB
(186,201,187)
#C4D1C5
(196,209,197)
#CED9CF
(206,217,207)
#D8E1D9
(216,225,217)
#E2E9E3
(226,233,227)
#ECF1ED
(236,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88A189 color. Also use rgb(136,161,137) instead hex code.

Text Font Color

.myTextColor { color: #88A189; }

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

This text font color is #88A189.

Background Color

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

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

This div background color is #88A189.

Border color

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

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

This div border color is #88A189.

Opacity

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

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

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

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

This text has shadow with #88A189 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88A189.

Preview

Color preview on black background

This text has color #88A189 on black background.


Color preview on white background

This text has color #88A189 on white background.


Black color preview on #88A189 background

This text has black color on #88A189 background.


White color preview on #88A189 background

This text has white color on #88A189 background.


Related colors

Complementary color

Complementary color for #hex is #775E76.


I love getcolorcode.com

Triadic colors

1 #8988A1 and #A18988 with #88A189 are triadic colors.

2 #89A188 and #A18889 with #88A189 are triadic colors.