COLOR #88A389

HEX: #88A389 RGB: (136,163,137)

Color info

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

RGB color model

#88A389 color RGB value is (136,163,137).

RGB: (136,163,137) (53%, 64%, 54%)

RGB channels and saturation

R 136 of 255 = 53%
G 163 of 255 = 64%
B 137 of 255 = 54%

136
163
137

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

Portions of RGB colors in percentages

R + G + B = 136 + 163 + 137 = 436 (100%)
R 136 of 436 ~ 31.19%
G 163 of 436 ~ 37.39%
B 137 of 436 ~ 31.42'%

%31.19
%37.39
%31.42

CMYK color model

#88A389 color CMYK value is (17,0,16,36).

  • cyan value is 16.56%
  • magenta value is 0.00%
  • yellow value is 15.95%
  • key color value is 36.08%

CMYK: (17,0,16,36)
C17M0Y16K36 (17%, 0%, 16%, 36%)
(0.17 / 0.00 / 0.16 / 0.36)

CMYK percentages

%16.56
%0
%15.95
%36.08

Codes

Color #88A389 in popluar color models

88 A3 89
RGB 136 163 137
HSL 122° 12.80% 58.63%
HSB/HSV 122° 16.56% 63.92%
CMYK 16.56% 0.00% 15.95%
36.08%

Color #88A389 in popluar number systems.

HEX 88 A3 89
Decimal 136 163 137
Binary 10001000 10100011 10001001
Octal 210 243 211

Shades and tints

Shades of #88A389

#88A389
(136,163,137)
#7C957D
(124,149,125)
#708771
(112,135,113)
#647965
(100,121,101)
#586B59
(88,107,89)
#4C5D4D
(76,93,77)
#404F41
(64,79,65)
#344135
(52,65,53)
#283329
(40,51,41)
#1C251D
(28,37,29)
#101711
(16,23,17)
#000000
(0,0,0)

Tints of #88A389

#88A389
(136,163,137)
#92AB93
(146,171,147)
#9CB39D
(156,179,157)
#A6BBA7
(166,187,167)
#B0C3B1
(176,195,177)
#BACBBB
(186,203,187)
#C4D3C5
(196,211,197)
#CEDBCF
(206,219,207)
#D8E3D9
(216,227,217)
#E2EBE3
(226,235,227)
#ECF3ED
(236,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88A389; }

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

This text font color is #88A389.

Background Color

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

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

This div background color is #88A389.

Border color

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

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

This div border color is #88A389.

Opacity

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

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

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

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

This text has shadow with #88A389 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88A389.

Preview

Color preview on black background

This text has color #88A389 on black background.


Color preview on white background

This text has color #88A389 on white background.


Black color preview on #88A389 background

This text has black color on #88A389 background.


White color preview on #88A389 background

This text has white color on #88A389 background.


Related colors

Complementary color

Complementary color for #hex is #775C76.


I love getcolorcode.com

Triadic colors

1 #8988A3 and #A38988 with #88A389 are triadic colors.

2 #89A388 and #A38889 with #88A389 are triadic colors.