COLOR #88A498

HEX: #88A498
RGB: (136,164,152)

Color info

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

RGB color model

#88A498 color RGB value is (136,164,152).

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

RGB channels and saturation

R 136 of 255 = 53%
G 164 of 255 = 64%
B 152 of 255 = 60%

136
164
152

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

Portions of RGB colors in percentages

R + G + B =
136 + 164 + 152 = 452 (100%)
R 136 of 452 ~ 30.09%
G 164 of 452 ~ 36.28%
B 152 of 452 ~ 33.63%

%30.09
%36.28
%33.63

CMYK color model

#88A498 color CMYK value is (17,0,7,36).

  • cyan value is 17.07%
  • magenta value is 0.00%
  • yellow value is 7.32%
  • key color value is 35.69%
CMYK:
(17,0,7,36)
C17M0Y7K36 
(17%,0%,7%,36%)
(0.17/0.00/0.07/0.36)	

CMYK percentages

%17.07
%0
%7.32
%35.69

Codes

Color #88A498 in popluar color models

88A498
RGB136164152
HSL154°13.33%58.82%
HSB/HSV154°17.07%64.31%
CMYK17.07%0.00%7.32%
35.69%

Color #88A498 in popluar number systems.

HEX88A498
Decimal136164152
Binary100010001010010010011000
Octal210244230

Shades and tints

Shades of #88A498

#88A498
(136,164,152)
#7C968B
(124,150,139)
#70887E
(112,136,126)
#647A71
(100,122,113)
#586C64
(88,108,100)
#4C5E57
(76,94,87)
#40504A
(64,80,74)
#34423D
(52,66,61)
#283430
(40,52,48)
#1C2623
(28,38,35)
#101816
(16,24,22)
#000000
(0,0,0)

Tints of #88A498

#88A498
(136,164,152)
#92ACA1
(146,172,161)
#9CB4AA
(156,180,170)
#A6BCB3
(166,188,179)
#B0C4BC
(176,196,188)
#BACCC5
(186,204,197)
#C4D4CE
(196,212,206)
#CEDCD7
(206,220,215)
#D8E4E0
(216,228,224)
#E2ECE9
(226,236,233)
#ECF4F2
(236,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88A498; }

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

This text font color is #88A498.


Background Color

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

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

This div background color is #88A498.


Border color

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

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

This div border color is #88A498.


Opacity

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

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

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

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

This text has shadow with #88A498 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88A498 on black background.


Color preview on white background

This text has color #88A498 on white background.



Black color preview on #88A498 background

This text has black color on #88A498 background.


White color preview on #88A498 background

This text has white color on #88A498 background.