COLOR #88A888

HEX: #88A888
RGB: (136,168,136)

Color info

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

RGB color model

#88A888 color RGB value is (136,168,136).

  • red value is 136;
  • green value is 168;
  • blue value is 136.
RGB:
(136,168,136)
(53%,66%,53%)

RGB channels and saturation

R 136 of 255 = 53%
G 168 of 255 = 66%
B 136 of 255 = 53%

136
168
136

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

Portions of RGB colors in percentages

R + G + B =
136 + 168 + 136 = 440 (100%)
R 136 of 440 ~ 30.91%
G 168 of 440 ~ 38.18%
B 136 of 440 ~ 30.91%

%30.91
%38.18
%30.91

CMYK color model

#88A888 color CMYK value is (19,0,19,34).

  • cyan value is 19.05%
  • magenta value is 0.00%
  • yellow value is 19.05%
  • key color value is 34.12%
CMYK:
(19,0,19,34)
C19M0Y19K34 
(19%,0%,19%,34%)
(0.19/0.00/0.19/0.34)	

CMYK percentages

%19.05
%0
%19.05
%34.12

Codes

Color #88A888 in popluar color models

88A888
RGB136168136
HSL120°15.53%59.61%
HSB/HSV120°19.05%65.88%
CMYK19.05%0.00%19.05%
34.12%

Color #88A888 in popluar number systems.

HEX88A888
Decimal136168136
Binary100010001010100010001000
Octal210250210

Shades and tints

Shades of #88A888

#88A888
(136,168,136)
#7C997C
(124,153,124)
#708A70
(112,138,112)
#647B64
(100,123,100)
#586C58
(88,108,88)
#4C5D4C
(76,93,76)
#404E40
(64,78,64)
#343F34
(52,63,52)
#283028
(40,48,40)
#1C211C
(28,33,28)
#101210
(16,18,16)
#000000
(0,0,0)

Tints of #88A888

#88A888
(136,168,136)
#92AF92
(146,175,146)
#9CB69C
(156,182,156)
#A6BDA6
(166,189,166)
#B0C4B0
(176,196,176)
#BACBBA
(186,203,186)
#C4D2C4
(196,210,196)
#CED9CE
(206,217,206)
#D8E0D8
(216,224,216)
#E2E7E2
(226,231,226)
#ECEEEC
(236,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88A888; }

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

This text font color is #88A888.


Background Color

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

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

This div background color is #88A888.


Border color

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

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

This div border color is #88A888.


Opacity

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

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

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

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

This text has shadow with #88A888 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88A888 on black background.


Color preview on white background

This text has color #88A888 on white background.



Black color preview on #88A888 background

This text has black color on #88A888 background.


White color preview on #88A888 background

This text has white color on #88A888 background.