COLOR #88AE9A

HEX: #88AE9A
RGB: (136,174,154)

Color info

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

RGB color model

#88AE9A color RGB value is (136,174,154).

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

RGB channels and saturation

R 136 of 255 = 53%
G 174 of 255 = 68%
B 154 of 255 = 60%

136
174
154

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

Portions of RGB colors in percentages

R + G + B =
136 + 174 + 154 = 464 (100%)
R 136 of 464 ~ 29.31%
G 174 of 464 ~ 37.5%
B 154 of 464 ~ 33.19%

%29.31
%37.5
%33.19

CMYK color model

#88AE9A color CMYK value is (22,0,11,32).

  • cyan value is 21.84%
  • magenta value is 0.00%
  • yellow value is 11.49%
  • key color value is 31.76%
CMYK:
(22,0,11,32)
C22M0Y11K32 
(22%,0%,11%,32%)
(0.22/0.00/0.11/0.32)	

CMYK percentages

%21.84
%0
%11.49
%31.76

Codes

Color #88AE9A in popluar color models

88AE9A
RGB136174154
HSL148°19.00%60.78%
HSB/HSV148°21.84%68.24%
CMYK21.84%0.00%11.49%
31.76%

Color #88AE9A in popluar number systems.

HEX88AE9A
Decimal136174154
Binary100010001010111010011010
Octal210256232

Shades and tints

Shades of #88AE9A

#88AE9A
(136,174,154)
#7C9F8C
(124,159,140)
#70907E
(112,144,126)
#648170
(100,129,112)
#587262
(88,114,98)
#4C6354
(76,99,84)
#405446
(64,84,70)
#344538
(52,69,56)
#28362A
(40,54,42)
#1C271C
(28,39,28)
#10180E
(16,24,14)
#000000
(0,0,0)

Tints of #88AE9A

#88AE9A
(136,174,154)
#92B5A3
(146,181,163)
#9CBCAC
(156,188,172)
#A6C3B5
(166,195,181)
#B0CABE
(176,202,190)
#BAD1C7
(186,209,199)
#C4D8D0
(196,216,208)
#CEDFD9
(206,223,217)
#D8E6E2
(216,230,226)
#E2EDEB
(226,237,235)
#ECF4F4
(236,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88AE9A; }

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

This text font color is #88AE9A.


Background Color

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

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

This div background color is #88AE9A.


Border color

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

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

This div border color is #88AE9A.


Opacity

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

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

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

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

This text has shadow with #88AE9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88AE9A on black background.


Color preview on white background

This text has color #88AE9A on white background.



Black color preview on #88AE9A background

This text has black color on #88AE9A background.


White color preview on #88AE9A background

This text has white color on #88AE9A background.