COLOR #88A09B

HEX: #88A09B
RGB: (136,160,155)

Color info

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

RGB color model

#88A09B color RGB value is (136,160,155).

  • red value is 136;
  • green value is 160;
  • blue value is 155.
RGB:
(136,160,155)
(53%,63%,61%)

RGB channels and saturation

R 136 of 255 = 53%
G 160 of 255 = 63%
B 155 of 255 = 61%

136
160
155

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

Portions of RGB colors in percentages

R + G + B =
136 + 160 + 155 = 451 (100%)
R 136 of 451 ~ 30.16%
G 160 of 451 ~ 35.48%
B 155 of 451 ~ 34.37%

%30.16
%35.48
%34.37

CMYK color model

#88A09B color CMYK value is (15,0,3,37).

  • cyan value is 15.00%
  • magenta value is 0.00%
  • yellow value is 3.13%
  • key color value is 37.25%
CMYK:
(15,0,3,37)
C15M0Y3K37 
(15%,0%,3%,37%)
(0.15/0.00/0.03/0.37)	

CMYK percentages

%15
%0
%3.13
%37.25

Codes

Color #88A09B in popluar color models

88A09B
RGB136160155
HSL168°11.21%58.04%
HSB/HSV168°15.00%62.75%
CMYK15.00%0.00%3.13%
37.25%

Color #88A09B in popluar number systems.

HEX88A09B
Decimal136160155
Binary100010001010000010011011
Octal210240233

Shades and tints

Shades of #88A09B

#88A09B
(136,160,155)
#7C928D
(124,146,141)
#70847F
(112,132,127)
#647671
(100,118,113)
#586863
(88,104,99)
#4C5A55
(76,90,85)
#404C47
(64,76,71)
#343E39
(52,62,57)
#28302B
(40,48,43)
#1C221D
(28,34,29)
#10140F
(16,20,15)
#000000
(0,0,0)

Tints of #88A09B

#88A09B
(136,160,155)
#92A8A4
(146,168,164)
#9CB0AD
(156,176,173)
#A6B8B6
(166,184,182)
#B0C0BF
(176,192,191)
#BAC8C8
(186,200,200)
#C4D0D1
(196,208,209)
#CED8DA
(206,216,218)
#D8E0E3
(216,224,227)
#E2E8EC
(226,232,236)
#ECF0F5
(236,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88A09B color. Also use rgb(136,160,155) instead hex code.

Text Font Color

.myTextColor { color: #88A09B; }

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

This text font color is #88A09B.


Background Color

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

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

This div background color is #88A09B.


Border color

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

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

This div border color is #88A09B.


Opacity

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

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

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

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

This text has shadow with #88A09B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88A09B on black background.


Color preview on white background

This text has color #88A09B on white background.



Black color preview on #88A09B background

This text has black color on #88A09B background.


White color preview on #88A09B background

This text has white color on #88A09B background.