COLOR #88A99A

HEX: #88A99A
RGB: (136,169,154)

Color info

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

RGB color model

#88A99A color RGB value is (136,169,154).

  • red value is 136;
  • green value is 169;
  • blue value is 154.
RGB:
(136,169,154)
(53%,66%,60%)

RGB channels and saturation

R 136 of 255 = 53%
G 169 of 255 = 66%
B 154 of 255 = 60%

136
169
154

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

Portions of RGB colors in percentages

R + G + B =
136 + 169 + 154 = 459 (100%)
R 136 of 459 ~ 29.63%
G 169 of 459 ~ 36.82%
B 154 of 459 ~ 33.55%

%29.63
%36.82
%33.55

CMYK color model

#88A99A color CMYK value is (20,0,9,34).

  • cyan value is 19.53%
  • magenta value is 0.00%
  • yellow value is 8.88%
  • key color value is 33.73%
CMYK:
(20,0,9,34)
C20M0Y9K34 
(20%,0%,9%,34%)
(0.20/0.00/0.09/0.34)	

CMYK percentages

%19.53
%0
%8.88
%33.73

Codes

Color #88A99A in popluar color models

88A99A
RGB136169154
HSL153°16.10%59.80%
HSB/HSV153°19.53%66.27%
CMYK19.53%0.00%8.88%
33.73%

Color #88A99A in popluar number systems.

HEX88A99A
Decimal136169154
Binary100010001010100110011010
Octal210251232

Shades and tints

Shades of #88A99A

#88A99A
(136,169,154)
#7C9A8C
(124,154,140)
#708B7E
(112,139,126)
#647C70
(100,124,112)
#586D62
(88,109,98)
#4C5E54
(76,94,84)
#404F46
(64,79,70)
#344038
(52,64,56)
#28312A
(40,49,42)
#1C221C
(28,34,28)
#10130E
(16,19,14)
#000000
(0,0,0)

Tints of #88A99A

#88A99A
(136,169,154)
#92B0A3
(146,176,163)
#9CB7AC
(156,183,172)
#A6BEB5
(166,190,181)
#B0C5BE
(176,197,190)
#BACCC7
(186,204,199)
#C4D3D0
(196,211,208)
#CEDAD9
(206,218,217)
#D8E1E2
(216,225,226)
#E2E8EB
(226,232,235)
#ECEFF4
(236,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88A99A color. Also use rgb(136,169,154) instead hex code.

Text Font Color

.myTextColor { color: #88A99A; }

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

This text font color is #88A99A.


Background Color

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

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

This div background color is #88A99A.


Border color

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

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

This div border color is #88A99A.


Opacity

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

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

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

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

This text has shadow with #88A99A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88A99A on black background.


Color preview on white background

This text has color #88A99A on white background.



Black color preview on #88A99A background

This text has black color on #88A99A background.


White color preview on #88A99A background

This text has white color on #88A99A background.