COLOR #88A3A7

HEX: #88A3A7
RGB: (136,163,167)

Color info

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

RGB color model

#88A3A7 color RGB value is (136,163,167).

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

RGB channels and saturation

R 136 of 255 = 53%
G 163 of 255 = 64%
B 167 of 255 = 65%

136
163
167

R + G + B ~ 61%. #88A3A7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
136 + 163 + 167 = 466 (100%)
R 136 of 466 ~ 29.18%
G 163 of 466 ~ 34.98%
B 167 of 466 ~ 35.84%

%29.18
%34.98
%35.84

CMYK color model

#88A3A7 color CMYK value is (19,2,0,35).

  • cyan value is 18.56%
  • magenta value is 2.40%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK:
(19,2,0,35)
C19M2Y0K35 
(19%,2%,0%,35%)
(0.19/0.02/0.00/0.35)	

CMYK percentages

%18.56
%2.4
%0
%34.51

Codes

Color #88A3A7 in popluar color models

88A3A7
RGB136163167
HSL188°14.98%59.41%
HSB/HSV188°18.56%65.49%
CMYK18.56%2.40%0.00%
34.51%

Color #88A3A7 in popluar number systems.

HEX88A3A7
Decimal136163167
Binary100010001010001110100111
Octal210243247

Shades and tints

Shades of #88A3A7

#88A3A7
(136,163,167)
#7C9598
(124,149,152)
#708789
(112,135,137)
#64797A
(100,121,122)
#586B6B
(88,107,107)
#4C5D5C
(76,93,92)
#404F4D
(64,79,77)
#34413E
(52,65,62)
#28332F
(40,51,47)
#1C2520
(28,37,32)
#101711
(16,23,17)
#000000
(0,0,0)

Tints of #88A3A7

#88A3A7
(136,163,167)
#92ABAF
(146,171,175)
#9CB3B7
(156,179,183)
#A6BBBF
(166,187,191)
#B0C3C7
(176,195,199)
#BACBCF
(186,203,207)
#C4D3D7
(196,211,215)
#CEDBDF
(206,219,223)
#D8E3E7
(216,227,231)
#E2EBEF
(226,235,239)
#ECF3F7
(236,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88A3A7; }

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

This text font color is #88A3A7.


Background Color

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

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

This div background color is #88A3A7.


Border color

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

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

This div border color is #88A3A7.


Opacity

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

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

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

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

This text has shadow with #88A3A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88A3A7 on black background.


Color preview on white background

This text has color #88A3A7 on white background.



Black color preview on #88A3A7 background

This text has black color on #88A3A7 background.


White color preview on #88A3A7 background

This text has white color on #88A3A7 background.