COLOR #88A090

HEX: #88A090
RGB: (136,160,144)

Color info

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

RGB color model

#88A090 color RGB value is (136,160,144).

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

RGB channels and saturation

R 136 of 255 = 53%
G 160 of 255 = 63%
B 144 of 255 = 56%

136
160
144

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

Portions of RGB colors in percentages

R + G + B =
136 + 160 + 144 = 440 (100%)
R 136 of 440 ~ 30.91%
G 160 of 440 ~ 36.36%
B 144 of 440 ~ 32.73%

%30.91
%36.36
%32.73

CMYK color model

#88A090 color CMYK value is (15,0,10,37).

  • cyan value is 15.00%
  • magenta value is 0.00%
  • yellow value is 10.00%
  • key color value is 37.25%
CMYK:
(15,0,10,37)
C15M0Y10K37 
(15%,0%,10%,37%)
(0.15/0.00/0.10/0.37)	

CMYK percentages

%15
%0
%10
%37.25

Codes

Color #88A090 in popluar color models

88A090
RGB136160144
HSL140°11.21%58.04%
HSB/HSV140°15.00%62.75%
CMYK15.00%0.00%10.00%
37.25%

Color #88A090 in popluar number systems.

HEX88A090
Decimal136160144
Binary100010001010000010010000
Octal210240220

Shades and tints

Shades of #88A090

#88A090
(136,160,144)
#7C9283
(124,146,131)
#708476
(112,132,118)
#647669
(100,118,105)
#58685C
(88,104,92)
#4C5A4F
(76,90,79)
#404C42
(64,76,66)
#343E35
(52,62,53)
#283028
(40,48,40)
#1C221B
(28,34,27)
#10140E
(16,20,14)
#000000
(0,0,0)

Tints of #88A090

#88A090
(136,160,144)
#92A89A
(146,168,154)
#9CB0A4
(156,176,164)
#A6B8AE
(166,184,174)
#B0C0B8
(176,192,184)
#BAC8C2
(186,200,194)
#C4D0CC
(196,208,204)
#CED8D6
(206,216,214)
#D8E0E0
(216,224,224)
#E2E8EA
(226,232,234)
#ECF0F4
(236,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88A090; }

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

This text font color is #88A090.


Background Color

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

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

This div background color is #88A090.


Border color

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

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

This div border color is #88A090.


Opacity

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

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

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

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

This text has shadow with #88A090 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88A090 on black background.


Color preview on white background

This text has color #88A090 on white background.



Black color preview on #88A090 background

This text has black color on #88A090 background.


White color preview on #88A090 background

This text has white color on #88A090 background.