COLOR #88A0BB

HEX: #88A0BB
RGB: (136,160,187)

Color info

#88A0BB contains red, green and blue colors in about the same proportion. Web safe color of #88A0BB is #9999CC (or #99C).

RGB color model

#88A0BB color RGB value is (136,160,187).

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

RGB channels and saturation

R 136 of 255 = 53%
G 160 of 255 = 63%
B 187 of 255 = 73%

136
160
187

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

Portions of RGB colors in percentages

R + G + B =
136 + 160 + 187 = 483 (100%)
R 136 of 483 ~ 28.16%
G 160 of 483 ~ 33.13%
B 187 of 483 ~ 38.72%

%28.16
%33.13
%38.72

CMYK color model

#88A0BB color CMYK value is (27,14,0,27).

  • cyan value is 27.27%
  • magenta value is 14.44%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(27,14,0,27)
C27M14Y0K27 
(27%,14%,0%,27%)
(0.27/0.14/0.00/0.27)	

CMYK percentages

%27.27
%14.44
%0
%26.67

Codes

Color #88A0BB in popluar color models

88A0BB
RGB136160187
HSL212°27.27%63.33%
HSB/HSV212°27.27%73.33%
CMYK27.27%14.44%0.00%
26.67%

Color #88A0BB in popluar number systems.

HEX88A0BB
Decimal136160187
Binary100010001010000010111011
Octal210240273

Shades and tints

Shades of #88A0BB

#88A0BB
(136,160,187)
#7C92AA
(124,146,170)
#708499
(112,132,153)
#647688
(100,118,136)
#586877
(88,104,119)
#4C5A66
(76,90,102)
#404C55
(64,76,85)
#343E44
(52,62,68)
#283033
(40,48,51)
#1C2222
(28,34,34)
#101411
(16,20,17)
#000000
(0,0,0)

Tints of #88A0BB

#88A0BB
(136,160,187)
#92A8C1
(146,168,193)
#9CB0C7
(156,176,199)
#A6B8CD
(166,184,205)
#B0C0D3
(176,192,211)
#BAC8D9
(186,200,217)
#C4D0DF
(196,208,223)
#CED8E5
(206,216,229)
#D8E0EB
(216,224,235)
#E2E8F1
(226,232,241)
#ECF0F7
(236,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88A0BB; }

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

This text font color is #88A0BB.


Background Color

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

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

This div background color is #88A0BB.


Border color

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

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

This div border color is #88A0BB.


Opacity

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

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

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

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

This text has shadow with #88A0BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88A0BB on black background.


Color preview on white background

This text has color #88A0BB on white background.



Black color preview on #88A0BB background

This text has black color on #88A0BB background.


White color preview on #88A0BB background

This text has white color on #88A0BB background.