COLOR #88ACBB

HEX: #88ACBB
RGB: (136,172,187)

Color info

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

RGB color model

#88ACBB color RGB value is (136,172,187).

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

RGB channels and saturation

R 136 of 255 = 53%
G 172 of 255 = 67%
B 187 of 255 = 73%

136
172
187

R + G + B ~ 64%. #88ACBB is quite light color.

Portions of RGB colors in percentages

R + G + B =
136 + 172 + 187 = 495 (100%)
R 136 of 495 ~ 27.47%
G 172 of 495 ~ 34.75%
B 187 of 495 ~ 37.78%

%27.47
%34.75
%37.78

CMYK color model

#88ACBB color CMYK value is (27,8,0,27).

  • cyan value is 27.27%
  • magenta value is 8.02%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(27,8,0,27)
C27M8Y0K27 
(27%,8%,0%,27%)
(0.27/0.08/0.00/0.27)	

CMYK percentages

%27.27
%8.02
%0
%26.67

Codes

Color #88ACBB in popluar color models

88ACBB
RGB136172187
HSL198°27.27%63.33%
HSB/HSV198°27.27%73.33%
CMYK27.27%8.02%0.00%
26.67%

Color #88ACBB in popluar number systems.

HEX88ACBB
Decimal136172187
Binary100010001010110010111011
Octal210254273

Shades and tints

Shades of #88ACBB

#88ACBB
(136,172,187)
#7C9DAA
(124,157,170)
#708E99
(112,142,153)
#647F88
(100,127,136)
#587077
(88,112,119)
#4C6166
(76,97,102)
#405255
(64,82,85)
#344344
(52,67,68)
#283433
(40,52,51)
#1C2522
(28,37,34)
#101611
(16,22,17)
#000000
(0,0,0)

Tints of #88ACBB

#88ACBB
(136,172,187)
#92B3C1
(146,179,193)
#9CBAC7
(156,186,199)
#A6C1CD
(166,193,205)
#B0C8D3
(176,200,211)
#BACFD9
(186,207,217)
#C4D6DF
(196,214,223)
#CEDDE5
(206,221,229)
#D8E4EB
(216,228,235)
#E2EBF1
(226,235,241)
#ECF2F7
(236,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88ACBB; }

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

This text font color is #88ACBB.


Background Color

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

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

This div background color is #88ACBB.


Border color

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

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

This div border color is #88ACBB.


Opacity

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

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

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

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

This text has shadow with #88ACBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88ACBB on black background.


Color preview on white background

This text has color #88ACBB on white background.



Black color preview on #88ACBB background

This text has black color on #88ACBB background.


White color preview on #88ACBB background

This text has white color on #88ACBB background.