COLOR #88A7AF

HEX: #88A7AF
RGB: (136,167,175)

Color info

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

RGB color model

#88A7AF color RGB value is (136,167,175).

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

RGB channels and saturation

R 136 of 255 = 53%
G 167 of 255 = 65%
B 175 of 255 = 69%

136
167
175

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

Portions of RGB colors in percentages

R + G + B =
136 + 167 + 175 = 478 (100%)
R 136 of 478 ~ 28.45%
G 167 of 478 ~ 34.94%
B 175 of 478 ~ 36.61%

%28.45
%34.94
%36.61

CMYK color model

#88A7AF color CMYK value is (22,5,0,31).

  • cyan value is 22.29%
  • magenta value is 4.57%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(22,5,0,31)
C22M5Y0K31 
(22%,5%,0%,31%)
(0.22/0.05/0.00/0.31)	

CMYK percentages

%22.29
%4.57
%0
%31.37

Codes

Color #88A7AF in popluar color models

88A7AF
RGB136167175
HSL192°19.60%60.98%
HSB/HSV192°22.29%68.63%
CMYK22.29%4.57%0.00%
31.37%

Color #88A7AF in popluar number systems.

HEX88A7AF
Decimal136167175
Binary100010001010011110101111
Octal210247257

Shades and tints

Shades of #88A7AF

#88A7AF
(136,167,175)
#7C98A0
(124,152,160)
#708991
(112,137,145)
#647A82
(100,122,130)
#586B73
(88,107,115)
#4C5C64
(76,92,100)
#404D55
(64,77,85)
#343E46
(52,62,70)
#282F37
(40,47,55)
#1C2028
(28,32,40)
#101119
(16,17,25)
#000000
(0,0,0)

Tints of #88A7AF

#88A7AF
(136,167,175)
#92AFB6
(146,175,182)
#9CB7BD
(156,183,189)
#A6BFC4
(166,191,196)
#B0C7CB
(176,199,203)
#BACFD2
(186,207,210)
#C4D7D9
(196,215,217)
#CEDFE0
(206,223,224)
#D8E7E7
(216,231,231)
#E2EFEE
(226,239,238)
#ECF7F5
(236,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88A7AF; }

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

This text font color is #88A7AF.


Background Color

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

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

This div background color is #88A7AF.


Border color

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

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

This div border color is #88A7AF.


Opacity

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

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

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

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

This text has shadow with #88A7AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88A7AF on black background.


Color preview on white background

This text has color #88A7AF on white background.



Black color preview on #88A7AF background

This text has black color on #88A7AF background.


White color preview on #88A7AF background

This text has white color on #88A7AF background.