COLOR #88A285

HEX: #88A285
RGB: (136,162,133)

Color info

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

RGB color model

#88A285 color RGB value is (136,162,133).

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

RGB channels and saturation

R 136 of 255 = 53%
G 162 of 255 = 64%
B 133 of 255 = 52%

136
162
133

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

Portions of RGB colors in percentages

R + G + B =
136 + 162 + 133 = 431 (100%)
R 136 of 431 ~ 31.55%
G 162 of 431 ~ 37.59%
B 133 of 431 ~ 30.86%

%31.55
%37.59
%30.86

CMYK color model

#88A285 color CMYK value is (16,0,18,36).

  • cyan value is 16.05%
  • magenta value is 0.00%
  • yellow value is 17.90%
  • key color value is 36.47%
CMYK:
(16,0,18,36)
C16M0Y18K36 
(16%,0%,18%,36%)
(0.16/0.00/0.18/0.36)	

CMYK percentages

%16.05
%0
%17.9
%36.47

Codes

Color #88A285 in popluar color models

88A285
RGB136162133
HSL114°13.49%57.84%
HSB/HSV114°17.90%63.53%
CMYK16.05%0.00%17.90%
36.47%

Color #88A285 in popluar number systems.

HEX88A285
Decimal136162133
Binary100010001010001010000101
Octal210242205

Shades and tints

Shades of #88A285

#88A285
(136,162,133)
#7C9479
(124,148,121)
#70866D
(112,134,109)
#647861
(100,120,97)
#586A55
(88,106,85)
#4C5C49
(76,92,73)
#404E3D
(64,78,61)
#344031
(52,64,49)
#283225
(40,50,37)
#1C2419
(28,36,25)
#10160D
(16,22,13)
#000000
(0,0,0)

Tints of #88A285

#88A285
(136,162,133)
#92AA90
(146,170,144)
#9CB29B
(156,178,155)
#A6BAA6
(166,186,166)
#B0C2B1
(176,194,177)
#BACABC
(186,202,188)
#C4D2C7
(196,210,199)
#CEDAD2
(206,218,210)
#D8E2DD
(216,226,221)
#E2EAE8
(226,234,232)
#ECF2F3
(236,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88A285; }

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

This text font color is #88A285.


Background Color

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

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

This div background color is #88A285.


Border color

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

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

This div border color is #88A285.


Opacity

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

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

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

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

This text has shadow with #88A285 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88A285 on black background.


Color preview on white background

This text has color #88A285 on white background.



Black color preview on #88A285 background

This text has black color on #88A285 background.


White color preview on #88A285 background

This text has white color on #88A285 background.