COLOR #88A299

HEX: #88A299
RGB: (136,162,153)

Color info

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

RGB color model

#88A299 color RGB value is (136,162,153).

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

RGB channels and saturation

R 136 of 255 = 53%
G 162 of 255 = 64%
B 153 of 255 = 60%

136
162
153

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

Portions of RGB colors in percentages

R + G + B =
136 + 162 + 153 = 451 (100%)
R 136 of 451 ~ 30.16%
G 162 of 451 ~ 35.92%
B 153 of 451 ~ 33.92%

%30.16
%35.92
%33.92

CMYK color model

#88A299 color CMYK value is (16,0,6,36).

  • cyan value is 16.05%
  • magenta value is 0.00%
  • yellow value is 5.56%
  • key color value is 36.47%
CMYK:
(16,0,6,36)
C16M0Y6K36 
(16%,0%,6%,36%)
(0.16/0.00/0.06/0.36)	

CMYK percentages

%16.05
%0
%5.56
%36.47

Codes

Color #88A299 in popluar color models

88A299
RGB136162153
HSL159°12.26%58.43%
HSB/HSV159°16.05%63.53%
CMYK16.05%0.00%5.56%
36.47%

Color #88A299 in popluar number systems.

HEX88A299
Decimal136162153
Binary100010001010001010011001
Octal210242231

Shades and tints

Shades of #88A299

#88A299
(136,162,153)
#7C948C
(124,148,140)
#70867F
(112,134,127)
#647872
(100,120,114)
#586A65
(88,106,101)
#4C5C58
(76,92,88)
#404E4B
(64,78,75)
#34403E
(52,64,62)
#283231
(40,50,49)
#1C2424
(28,36,36)
#101617
(16,22,23)
#000000
(0,0,0)

Tints of #88A299

#88A299
(136,162,153)
#92AAA2
(146,170,162)
#9CB2AB
(156,178,171)
#A6BAB4
(166,186,180)
#B0C2BD
(176,194,189)
#BACAC6
(186,202,198)
#C4D2CF
(196,210,207)
#CEDAD8
(206,218,216)
#D8E2E1
(216,226,225)
#E2EAEA
(226,234,234)
#ECF2F3
(236,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88A299; }

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

This text font color is #88A299.


Background Color

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

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

This div background color is #88A299.


Border color

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

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

This div border color is #88A299.


Opacity

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

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

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

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

This text has shadow with #88A299 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88A299 on black background.


Color preview on white background

This text has color #88A299 on white background.



Black color preview on #88A299 background

This text has black color on #88A299 background.


White color preview on #88A299 background

This text has white color on #88A299 background.