COLOR #88A7AE

HEX: #88A7AE
RGB: (136,167,174)

Color info

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

RGB color model

#88A7AE color RGB value is (136,167,174).

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

RGB channels and saturation

R 136 of 255 = 53%
G 167 of 255 = 65%
B 174 of 255 = 68%

136
167
174

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

Portions of RGB colors in percentages

R + G + B =
136 + 167 + 174 = 477 (100%)
R 136 of 477 ~ 28.51%
G 167 of 477 ~ 35.01%
B 174 of 477 ~ 36.48%

%28.51
%35.01
%36.48

CMYK color model

#88A7AE color CMYK value is (22,4,0,32).

  • cyan value is 21.84%
  • magenta value is 4.02%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(22,4,0,32)
C22M4Y0K32 
(22%,4%,0%,32%)
(0.22/0.04/0.00/0.32)	

CMYK percentages

%21.84
%4.02
%0
%31.76

Codes

Color #88A7AE in popluar color models

88A7AE
RGB136167174
HSL191°19.00%60.78%
HSB/HSV191°21.84%68.24%
CMYK21.84%4.02%0.00%
31.76%

Color #88A7AE in popluar number systems.

HEX88A7AE
Decimal136167174
Binary100010001010011110101110
Octal210247256

Shades and tints

Shades of #88A7AE

#88A7AE
(136,167,174)
#7C989F
(124,152,159)
#708990
(112,137,144)
#647A81
(100,122,129)
#586B72
(88,107,114)
#4C5C63
(76,92,99)
#404D54
(64,77,84)
#343E45
(52,62,69)
#282F36
(40,47,54)
#1C2027
(28,32,39)
#101118
(16,17,24)
#000000
(0,0,0)

Tints of #88A7AE

#88A7AE
(136,167,174)
#92AFB5
(146,175,181)
#9CB7BC
(156,183,188)
#A6BFC3
(166,191,195)
#B0C7CA
(176,199,202)
#BACFD1
(186,207,209)
#C4D7D8
(196,215,216)
#CEDFDF
(206,223,223)
#D8E7E6
(216,231,230)
#E2EFED
(226,239,237)
#ECF7F4
(236,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88A7AE; }

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

This text font color is #88A7AE.


Background Color

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

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

This div background color is #88A7AE.


Border color

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

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

This div border color is #88A7AE.


Opacity

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

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

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

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

This text has shadow with #88A7AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88A7AE on black background.


Color preview on white background

This text has color #88A7AE on white background.



Black color preview on #88A7AE background

This text has black color on #88A7AE background.


White color preview on #88A7AE background

This text has white color on #88A7AE background.