COLOR #88A2AD

HEX: #88A2AD
RGB: (136,162,173)

Color info

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

RGB color model

#88A2AD color RGB value is (136,162,173).

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

RGB channels and saturation

R 136 of 255 = 53%
G 162 of 255 = 64%
B 173 of 255 = 68%

136
162
173

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

Portions of RGB colors in percentages

R + G + B =
136 + 162 + 173 = 471 (100%)
R 136 of 471 ~ 28.87%
G 162 of 471 ~ 34.39%
B 173 of 471 ~ 36.73%

%28.87
%34.39
%36.73

CMYK color model

#88A2AD color CMYK value is (21,6,0,32).

  • cyan value is 21.39%
  • magenta value is 6.36%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(21,6,0,32)
C21M6Y0K32 
(21%,6%,0%,32%)
(0.21/0.06/0.00/0.32)	

CMYK percentages

%21.39
%6.36
%0
%32.16

Codes

Color #88A2AD in popluar color models

88A2AD
RGB136162173
HSL198°18.41%60.59%
HSB/HSV198°21.39%67.84%
CMYK21.39%6.36%0.00%
32.16%

Color #88A2AD in popluar number systems.

HEX88A2AD
Decimal136162173
Binary100010001010001010101101
Octal210242255

Shades and tints

Shades of #88A2AD

#88A2AD
(136,162,173)
#7C949E
(124,148,158)
#70868F
(112,134,143)
#647880
(100,120,128)
#586A71
(88,106,113)
#4C5C62
(76,92,98)
#404E53
(64,78,83)
#344044
(52,64,68)
#283235
(40,50,53)
#1C2426
(28,36,38)
#101617
(16,22,23)
#000000
(0,0,0)

Tints of #88A2AD

#88A2AD
(136,162,173)
#92AAB4
(146,170,180)
#9CB2BB
(156,178,187)
#A6BAC2
(166,186,194)
#B0C2C9
(176,194,201)
#BACAD0
(186,202,208)
#C4D2D7
(196,210,215)
#CEDADE
(206,218,222)
#D8E2E5
(216,226,229)
#E2EAEC
(226,234,236)
#ECF2F3
(236,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88A2AD color. Also use rgb(136,162,173) instead hex code.

Text Font Color

.myTextColor { color: #88A2AD; }

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

This text font color is #88A2AD.


Background Color

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

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

This div background color is #88A2AD.


Border color

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

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

This div border color is #88A2AD.


Opacity

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

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

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

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

This text has shadow with #88A2AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88A2AD on black background.


Color preview on white background

This text has color #88A2AD on white background.



Black color preview on #88A2AD background

This text has black color on #88A2AD background.


White color preview on #88A2AD background

This text has white color on #88A2AD background.