COLOR #88A890

HEX: #88A890
RGB: (136,168,144)

Color info

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

RGB color model

#88A890 color RGB value is (136,168,144).

  • red value is 136;
  • green value is 168;
  • blue value is 144.
RGB:
(136,168,144)
(53%,66%,56%)

RGB channels and saturation

R 136 of 255 = 53%
G 168 of 255 = 66%
B 144 of 255 = 56%

136
168
144

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

Portions of RGB colors in percentages

R + G + B =
136 + 168 + 144 = 448 (100%)
R 136 of 448 ~ 30.36%
G 168 of 448 ~ 37.5%
B 144 of 448 ~ 32.14%

%30.36
%37.5
%32.14

CMYK color model

#88A890 color CMYK value is (19,0,14,34).

  • cyan value is 19.05%
  • magenta value is 0.00%
  • yellow value is 14.29%
  • key color value is 34.12%
CMYK:
(19,0,14,34)
C19M0Y14K34 
(19%,0%,14%,34%)
(0.19/0.00/0.14/0.34)	

CMYK percentages

%19.05
%0
%14.29
%34.12

Codes

Color #88A890 in popluar color models

88A890
RGB136168144
HSL135°15.53%59.61%
HSB/HSV135°19.05%65.88%
CMYK19.05%0.00%14.29%
34.12%

Color #88A890 in popluar number systems.

HEX88A890
Decimal136168144
Binary100010001010100010010000
Octal210250220

Shades and tints

Shades of #88A890

#88A890
(136,168,144)
#7C9983
(124,153,131)
#708A76
(112,138,118)
#647B69
(100,123,105)
#586C5C
(88,108,92)
#4C5D4F
(76,93,79)
#404E42
(64,78,66)
#343F35
(52,63,53)
#283028
(40,48,40)
#1C211B
(28,33,27)
#10120E
(16,18,14)
#000000
(0,0,0)

Tints of #88A890

#88A890
(136,168,144)
#92AF9A
(146,175,154)
#9CB6A4
(156,182,164)
#A6BDAE
(166,189,174)
#B0C4B8
(176,196,184)
#BACBC2
(186,203,194)
#C4D2CC
(196,210,204)
#CED9D6
(206,217,214)
#D8E0E0
(216,224,224)
#E2E7EA
(226,231,234)
#ECEEF4
(236,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88A890; }

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

This text font color is #88A890.


Background Color

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

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

This div background color is #88A890.


Border color

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

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

This div border color is #88A890.


Opacity

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

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

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

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

This text has shadow with #88A890 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88A890 on black background.


Color preview on white background

This text has color #88A890 on white background.



Black color preview on #88A890 background

This text has black color on #88A890 background.


White color preview on #88A890 background

This text has white color on #88A890 background.