COLOR #88B0A8

HEX: #88B0A8
RGB: (136,176,168)

Color info

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

RGB color model

#88B0A8 color RGB value is (136,176,168).

  • red value is 136;
  • green value is 176;
  • blue value is 168.
RGB: (136,176,168) (53%,69%,66%)

RGB channels and saturation

R 136 of 255 = 53%
G 176 of 255 = 69%
B 168 of 255 = 66%

136
176
168

R + G + B ~ 63%. #88B0A8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
136 + 176 + 168 = 480 (100%)
R 136 of 480 ~ 28.33%
G 176 of 480 ~ 36.67%
B 168 of 480 ~ 35%

%28.33
%36.67
%35

CMYK color model

#88B0A8 color CMYK value is (23,0,5,31).

  • cyan value is 22.73%
  • magenta value is 0.00%
  • yellow value is 4.55%
  • key color value is 30.98%
CMYK: (23,0,5,31) C23M0Y5K31 (23%,0%,5%,31%) (0.23/0.00/0.05/0.31)

CMYK percentages

%22.73
%0
%4.55
%30.98

Codes

Color #88B0A8 in popluar color models

88B0A8
RGB136176168
HSL168°20.20%61.18%
HSB/HSV168°22.73%69.02%
CMYK22.73%0.00%4.55%
30.98%

Color #88B0A8 in popluar number systems.

HEX88B0A8
Decimal136176168
Binary100010001011000010101000
Octal210260250

Shades and tints

Shades of #88B0A8

#88B0A8
(136,176,168)
#7CA099
(124,160,153)
#70908A
(112,144,138)
#64807B
(100,128,123)
#58706C
(88,112,108)
#4C605D
(76,96,93)
#40504E
(64,80,78)
#34403F
(52,64,63)
#283030
(40,48,48)
#1C2021
(28,32,33)
#101012
(16,16,18)
#000000
(0,0,0)

Tints of #88B0A8

#88B0A8
(136,176,168)
#92B7AF
(146,183,175)
#9CBEB6
(156,190,182)
#A6C5BD
(166,197,189)
#B0CCC4
(176,204,196)
#BAD3CB
(186,211,203)
#C4DAD2
(196,218,210)
#CEE1D9
(206,225,217)
#D8E8E0
(216,232,224)
#E2EFE7
(226,239,231)
#ECF6EE
(236,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88B0A8 color. Also use rgb(136,176,168) instead hex code.

Text Font Color

.myTextColor { color: #88B0A8; }

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

This text font color is #88B0A8.


Background Color

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

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

This div background color is #88B0A8.


Border color

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

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

This div border color is #88B0A8.


Opacity

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

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

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

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

This text has shadow with #88B0A8 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #88B0A8 on black background.


Color preview on white background

This text has color #88B0A8 on white background.



Black color preview on #88B0A8 background

This text has black color on #88B0A8 background.


White color preview on #88B0A8 background

This text has white color on #88B0A8 background.