COLOR #88A58C

HEX: #88A58C RGB: (136,165,140)

Color info

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

RGB color model

#88A58C color RGB value is (136,165,140).

RGB: (136,165,140) (53%, 65%, 55%)

RGB channels and saturation

R 136 of 255 = 53%
G 165 of 255 = 65%
B 140 of 255 = 55%

136
165
140

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

Portions of RGB colors in percentages

R + G + B = 136 + 165 + 140 = 441 (100%)
R 136 of 441 ~ 30.84%
G 165 of 441 ~ 37.41%
B 140 of 441 ~ 31.75'%

%30.84
%37.41
%31.75

CMYK color model

#88A58C color CMYK value is (18,0,15,35).

  • cyan value is 17.58%
  • magenta value is 0.00%
  • yellow value is 15.15%
  • key color value is 35.29%

CMYK: (18,0,15,35)
C18M0Y15K35 (18%, 0%, 15%, 35%)
(0.18 / 0.00 / 0.15 / 0.35)

CMYK percentages

%17.58
%0
%15.15
%35.29

Codes

Color #88A58C in popluar color models

88 A5 8C
RGB 136 165 140
HSL 128° 13.88% 59.02%
HSB/HSV 128° 17.58% 64.71%
CMYK 17.58% 0.00% 15.15%
35.29%

Color #88A58C in popluar number systems.

HEX 88 A5 8C
Decimal 136 165 140
Binary 10001000 10100101 10001100
Octal 210 245 214

Shades and tints

Shades of #88A58C

#88A58C
(136,165,140)
#7C9680
(124,150,128)
#708774
(112,135,116)
#647868
(100,120,104)
#58695C
(88,105,92)
#4C5A50
(76,90,80)
#404B44
(64,75,68)
#343C38
(52,60,56)
#282D2C
(40,45,44)
#1C1E20
(28,30,32)
#100F14
(16,15,20)
#000000
(0,0,0)

Tints of #88A58C

#88A58C
(136,165,140)
#92AD96
(146,173,150)
#9CB5A0
(156,181,160)
#A6BDAA
(166,189,170)
#B0C5B4
(176,197,180)
#BACDBE
(186,205,190)
#C4D5C8
(196,213,200)
#CEDDD2
(206,221,210)
#D8E5DC
(216,229,220)
#E2EDE6
(226,237,230)
#ECF5F0
(236,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88A58C color. Also use rgb(136,165,140) instead hex code.

Text Font Color

.myTextColor { color: #88A58C; }

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

This text font color is #88A58C.

Background Color

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

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

This div background color is #88A58C.

Border color

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

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

This div border color is #88A58C.

Opacity

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

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

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

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

This text has shadow with #88A58C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88A58C.

Preview

Color preview on black background

This text has color #88A58C on black background.


Color preview on white background

This text has color #88A58C on white background.


Black color preview on #88A58C background

This text has black color on #88A58C background.


White color preview on #88A58C background

This text has white color on #88A58C background.


Related colors

Complementary color

Complementary color for #hex is #775A73.


I love getcolorcode.com

Triadic colors

1 #8C88A5 and #A58C88 with #88A58C are triadic colors.

2 #8CA588 and #A5888C with #88A58C are triadic colors.