COLOR #88A593

HEX: #88A593
RGB: (136,165,147)

Color info

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

RGB color model

#88A593 color RGB value is (136,165,147).

  • red value is 136;
  • green value is 165;
  • blue value is 147.
RGB:
(136,165,147)
(53%,65%,58%)

RGB channels and saturation

R 136 of 255 = 53%
G 165 of 255 = 65%
B 147 of 255 = 58%

136
165
147

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

Portions of RGB colors in percentages

R + G + B =
136 + 165 + 147 = 448 (100%)
R 136 of 448 ~ 30.36%
G 165 of 448 ~ 36.83%
B 147 of 448 ~ 32.81%

%30.36
%36.83
%32.81

CMYK color model

#88A593 color CMYK value is (18,0,11,35).

  • cyan value is 17.58%
  • magenta value is 0.00%
  • yellow value is 10.91%
  • key color value is 35.29%
CMYK:
(18,0,11,35)
C18M0Y11K35 
(18%,0%,11%,35%)
(0.18/0.00/0.11/0.35)	

CMYK percentages

%17.58
%0
%10.91
%35.29

Codes

Color #88A593 in popluar color models

88A593
RGB136165147
HSL143°13.88%59.02%
HSB/HSV143°17.58%64.71%
CMYK17.58%0.00%10.91%
35.29%

Color #88A593 in popluar number systems.

HEX88A593
Decimal136165147
Binary100010001010010110010011
Octal210245223

Shades and tints

Shades of #88A593

#88A593
(136,165,147)
#7C9686
(124,150,134)
#708779
(112,135,121)
#64786C
(100,120,108)
#58695F
(88,105,95)
#4C5A52
(76,90,82)
#404B45
(64,75,69)
#343C38
(52,60,56)
#282D2B
(40,45,43)
#1C1E1E
(28,30,30)
#100F11
(16,15,17)
#000000
(0,0,0)

Tints of #88A593

#88A593
(136,165,147)
#92AD9C
(146,173,156)
#9CB5A5
(156,181,165)
#A6BDAE
(166,189,174)
#B0C5B7
(176,197,183)
#BACDC0
(186,205,192)
#C4D5C9
(196,213,201)
#CEDDD2
(206,221,210)
#D8E5DB
(216,229,219)
#E2EDE4
(226,237,228)
#ECF5ED
(236,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88A593; }

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

This text font color is #88A593.


Background Color

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

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

This div background color is #88A593.


Border color

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

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

This div border color is #88A593.


Opacity

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

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

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

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

This text has shadow with #88A593 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88A593 on black background.


Color preview on white background

This text has color #88A593 on white background.



Black color preview on #88A593 background

This text has black color on #88A593 background.


White color preview on #88A593 background

This text has white color on #88A593 background.