COLOR #88A39A

HEX: #88A39A
RGB: (136,163,154)

Color info

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

RGB color model

#88A39A color RGB value is (136,163,154).

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

RGB channels and saturation

R 136 of 255 = 53%
G 163 of 255 = 64%
B 154 of 255 = 60%

136
163
154

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

Portions of RGB colors in percentages

R + G + B =
136 + 163 + 154 = 453 (100%)
R 136 of 453 ~ 30.02%
G 163 of 453 ~ 35.98%
B 154 of 453 ~ 34%

%30.02
%35.98
%34

CMYK color model

#88A39A color CMYK value is (17,0,6,36).

  • cyan value is 16.56%
  • magenta value is 0.00%
  • yellow value is 5.52%
  • key color value is 36.08%
CMYK:
(17,0,6,36)
C17M0Y6K36 
(17%,0%,6%,36%)
(0.17/0.00/0.06/0.36)	

CMYK percentages

%16.56
%0
%5.52
%36.08

Codes

Color #88A39A in popluar color models

88A39A
RGB136163154
HSL160°12.80%58.63%
HSB/HSV160°16.56%63.92%
CMYK16.56%0.00%5.52%
36.08%

Color #88A39A in popluar number systems.

HEX88A39A
Decimal136163154
Binary100010001010001110011010
Octal210243232

Shades and tints

Shades of #88A39A

#88A39A
(136,163,154)
#7C958C
(124,149,140)
#70877E
(112,135,126)
#647970
(100,121,112)
#586B62
(88,107,98)
#4C5D54
(76,93,84)
#404F46
(64,79,70)
#344138
(52,65,56)
#28332A
(40,51,42)
#1C251C
(28,37,28)
#10170E
(16,23,14)
#000000
(0,0,0)

Tints of #88A39A

#88A39A
(136,163,154)
#92ABA3
(146,171,163)
#9CB3AC
(156,179,172)
#A6BBB5
(166,187,181)
#B0C3BE
(176,195,190)
#BACBC7
(186,203,199)
#C4D3D0
(196,211,208)
#CEDBD9
(206,219,217)
#D8E3E2
(216,227,226)
#E2EBEB
(226,235,235)
#ECF3F4
(236,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88A39A; }

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

This text font color is #88A39A.


Background Color

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

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

This div background color is #88A39A.


Border color

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

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

This div border color is #88A39A.


Opacity

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

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

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

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

This text has shadow with #88A39A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88A39A on black background.


Color preview on white background

This text has color #88A39A on white background.



Black color preview on #88A39A background

This text has black color on #88A39A background.


White color preview on #88A39A background

This text has white color on #88A39A background.