COLOR #88A394

HEX: #88A394
RGB: (136,163,148)

Color info

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

RGB color model

#88A394 color RGB value is (136,163,148).

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

RGB channels and saturation

R 136 of 255 = 53%
G 163 of 255 = 64%
B 148 of 255 = 58%

136
163
148

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

Portions of RGB colors in percentages

R + G + B =
136 + 163 + 148 = 447 (100%)
R 136 of 447 ~ 30.43%
G 163 of 447 ~ 36.47%
B 148 of 447 ~ 33.11%

%30.43
%36.47
%33.11

CMYK color model

#88A394 color CMYK value is (17,0,9,36).

  • cyan value is 16.56%
  • magenta value is 0.00%
  • yellow value is 9.20%
  • key color value is 36.08%
CMYK:
(17,0,9,36)
C17M0Y9K36 
(17%,0%,9%,36%)
(0.17/0.00/0.09/0.36)	

CMYK percentages

%16.56
%0
%9.2
%36.08

Codes

Color #88A394 in popluar color models

88A394
RGB136163148
HSL147°12.80%58.63%
HSB/HSV147°16.56%63.92%
CMYK16.56%0.00%9.20%
36.08%

Color #88A394 in popluar number systems.

HEX88A394
Decimal136163148
Binary100010001010001110010100
Octal210243224

Shades and tints

Shades of #88A394

#88A394
(136,163,148)
#7C9587
(124,149,135)
#70877A
(112,135,122)
#64796D
(100,121,109)
#586B60
(88,107,96)
#4C5D53
(76,93,83)
#404F46
(64,79,70)
#344139
(52,65,57)
#28332C
(40,51,44)
#1C251F
(28,37,31)
#101712
(16,23,18)
#000000
(0,0,0)

Tints of #88A394

#88A394
(136,163,148)
#92AB9D
(146,171,157)
#9CB3A6
(156,179,166)
#A6BBAF
(166,187,175)
#B0C3B8
(176,195,184)
#BACBC1
(186,203,193)
#C4D3CA
(196,211,202)
#CEDBD3
(206,219,211)
#D8E3DC
(216,227,220)
#E2EBE5
(226,235,229)
#ECF3EE
(236,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88A394; }

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

This text font color is #88A394.


Background Color

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

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

This div background color is #88A394.


Border color

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

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

This div border color is #88A394.


Opacity

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

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

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

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

This text has shadow with #88A394 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88A394 on black background.


Color preview on white background

This text has color #88A394 on white background.



Black color preview on #88A394 background

This text has black color on #88A394 background.


White color preview on #88A394 background

This text has white color on #88A394 background.