COLOR #88A4A3

HEX: #88A4A3
RGB: (136,164,163)

Color info

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

RGB color model

#88A4A3 color RGB value is (136,164,163).

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

RGB channels and saturation

R 136 of 255 = 53%
G 164 of 255 = 64%
B 163 of 255 = 64%

136
164
163

R + G + B ~ 60%. #88A4A3 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
136 + 164 + 163 = 463 (100%)
R 136 of 463 ~ 29.37%
G 164 of 463 ~ 35.42%
B 163 of 463 ~ 35.21%

%29.37
%35.42
%35.21

CMYK color model

#88A4A3 color CMYK value is (17,0,1,36).

  • cyan value is 17.07%
  • magenta value is 0.00%
  • yellow value is 0.61%
  • key color value is 35.69%
CMYK:
(17,0,1,36)
C17M0Y1K36 
(17%,0%,1%,36%)
(0.17/0.00/0.01/0.36)	

CMYK percentages

%17.07
%0
%0.61
%35.69

Codes

Color #88A4A3 in popluar color models

88A4A3
RGB136164163
HSL178°13.33%58.82%
HSB/HSV178°17.07%64.31%
CMYK17.07%0.00%0.61%
35.69%

Color #88A4A3 in popluar number systems.

HEX88A4A3
Decimal136164163
Binary100010001010010010100011
Octal210244243

Shades and tints

Shades of #88A4A3

#88A4A3
(136,164,163)
#7C9695
(124,150,149)
#708887
(112,136,135)
#647A79
(100,122,121)
#586C6B
(88,108,107)
#4C5E5D
(76,94,93)
#40504F
(64,80,79)
#344241
(52,66,65)
#283433
(40,52,51)
#1C2625
(28,38,37)
#101817
(16,24,23)
#000000
(0,0,0)

Tints of #88A4A3

#88A4A3
(136,164,163)
#92ACAB
(146,172,171)
#9CB4B3
(156,180,179)
#A6BCBB
(166,188,187)
#B0C4C3
(176,196,195)
#BACCCB
(186,204,203)
#C4D4D3
(196,212,211)
#CEDCDB
(206,220,219)
#D8E4E3
(216,228,227)
#E2ECEB
(226,236,235)
#ECF4F3
(236,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88A4A3; }

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

This text font color is #88A4A3.


Background Color

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

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

This div background color is #88A4A3.


Border color

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

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

This div border color is #88A4A3.


Opacity

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

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

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

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

This text has shadow with #88A4A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88A4A3 on black background.


Color preview on white background

This text has color #88A4A3 on white background.



Black color preview on #88A4A3 background

This text has black color on #88A4A3 background.


White color preview on #88A4A3 background

This text has white color on #88A4A3 background.