COLOR #88AEA4

HEX: #88AEA4
RGB: (136,174,164)

Color info

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

RGB color model

#88AEA4 color RGB value is (136,174,164).

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

RGB channels and saturation

R 136 of 255 = 53%
G 174 of 255 = 68%
B 164 of 255 = 64%

136
174
164

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

Portions of RGB colors in percentages

R + G + B =
136 + 174 + 164 = 474 (100%)
R 136 of 474 ~ 28.69%
G 174 of 474 ~ 36.71%
B 164 of 474 ~ 34.6%

%28.69
%36.71
%34.6

CMYK color model

#88AEA4 color CMYK value is (22,0,6,32).

  • cyan value is 21.84%
  • magenta value is 0.00%
  • yellow value is 5.75%
  • key color value is 31.76%
CMYK:
(22,0,6,32)
C22M0Y6K32 
(22%,0%,6%,32%)
(0.22/0.00/0.06/0.32)	

CMYK percentages

%21.84
%0
%5.75
%31.76

Codes

Color #88AEA4 in popluar color models

88AEA4
RGB136174164
HSL164°19.00%60.78%
HSB/HSV164°21.84%68.24%
CMYK21.84%0.00%5.75%
31.76%

Color #88AEA4 in popluar number systems.

HEX88AEA4
Decimal136174164
Binary100010001010111010100100
Octal210256244

Shades and tints

Shades of #88AEA4

#88AEA4
(136,174,164)
#7C9F96
(124,159,150)
#709088
(112,144,136)
#64817A
(100,129,122)
#58726C
(88,114,108)
#4C635E
(76,99,94)
#405450
(64,84,80)
#344542
(52,69,66)
#283634
(40,54,52)
#1C2726
(28,39,38)
#101818
(16,24,24)
#000000
(0,0,0)

Tints of #88AEA4

#88AEA4
(136,174,164)
#92B5AC
(146,181,172)
#9CBCB4
(156,188,180)
#A6C3BC
(166,195,188)
#B0CAC4
(176,202,196)
#BAD1CC
(186,209,204)
#C4D8D4
(196,216,212)
#CEDFDC
(206,223,220)
#D8E6E4
(216,230,228)
#E2EDEC
(226,237,236)
#ECF4F4
(236,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88AEA4; }

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

This text font color is #88AEA4.


Background Color

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

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

This div background color is #88AEA4.


Border color

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

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

This div border color is #88AEA4.


Opacity

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

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

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

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

This text has shadow with #88AEA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88AEA4 on black background.


Color preview on white background

This text has color #88AEA4 on white background.



Black color preview on #88AEA4 background

This text has black color on #88AEA4 background.


White color preview on #88AEA4 background

This text has white color on #88AEA4 background.