COLOR #88AEA8

HEX: #88AEA8
RGB: (136,174,168)

Color info

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

RGB color model

#88AEA8 color RGB value is (136,174,168).

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

RGB channels and saturation

R 136 of 255 = 53%
G 174 of 255 = 68%
B 168 of 255 = 66%

136
174
168

R + G + B ~ 62%. #88AEA8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
136 + 174 + 168 = 478 (100%)
R 136 of 478 ~ 28.45%
G 174 of 478 ~ 36.4%
B 168 of 478 ~ 35.15%

%28.45
%36.4
%35.15

CMYK color model

#88AEA8 color CMYK value is (22,0,3,32).

  • cyan value is 21.84%
  • magenta value is 0.00%
  • yellow value is 3.45%
  • key color value is 31.76%
CMYK:
(22,0,3,32)
C22M0Y3K32 
(22%,0%,3%,32%)
(0.22/0.00/0.03/0.32)	

CMYK percentages

%21.84
%0
%3.45
%31.76

Codes

Color #88AEA8 in popluar color models

88AEA8
RGB136174168
HSL171°19.00%60.78%
HSB/HSV171°21.84%68.24%
CMYK21.84%0.00%3.45%
31.76%

Color #88AEA8 in popluar number systems.

HEX88AEA8
Decimal136174168
Binary100010001010111010101000
Octal210256250

Shades and tints

Shades of #88AEA8

#88AEA8
(136,174,168)
#7C9F99
(124,159,153)
#70908A
(112,144,138)
#64817B
(100,129,123)
#58726C
(88,114,108)
#4C635D
(76,99,93)
#40544E
(64,84,78)
#34453F
(52,69,63)
#283630
(40,54,48)
#1C2721
(28,39,33)
#101812
(16,24,18)
#000000
(0,0,0)

Tints of #88AEA8

#88AEA8
(136,174,168)
#92B5AF
(146,181,175)
#9CBCB6
(156,188,182)
#A6C3BD
(166,195,189)
#B0CAC4
(176,202,196)
#BAD1CB
(186,209,203)
#C4D8D2
(196,216,210)
#CEDFD9
(206,223,217)
#D8E6E0
(216,230,224)
#E2EDE7
(226,237,231)
#ECF4EE
(236,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88AEA8; }

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

This text font color is #88AEA8.


Background Color

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

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

This div background color is #88AEA8.


Border color

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

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

This div border color is #88AEA8.


Opacity

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

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

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

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

This text has shadow with #88AEA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88AEA8 on black background.


Color preview on white background

This text has color #88AEA8 on white background.



Black color preview on #88AEA8 background

This text has black color on #88AEA8 background.


White color preview on #88AEA8 background

This text has white color on #88AEA8 background.