HEX: #88ABBC
RGB: (136,171,188)
#88ABBC contains red, green and blue colors in about the same proportion. Web safe color of #88ABBC is #9999CC (or #99C).
#88ABBC color RGB value is (136,171,188).
RGB: (136,171,188)
(53%, 67%, 74%)
R 136 of 255 = 53%
G 171 of 255 = 67%
B 188 of 255 = 74%
R + G + B ~ 65%. #88ABBC is quite light color.
R + G + B = 136 + 171 + 188 = 495 (100%)
R 136 of 495 ~ 27.47%
G 171 of 495 ~ 34.55%
B 188 of 495 ~ 37.98'%
#88ABBC color CMYK value is (28,9,0,26).
CMYK: (28,9,0,26) C28M9Y0K26 (28%,9%,0%,26%) (0.28/0.09/0.00/0.26)
Color #88ABBC in popluar color models
88 | AB | BC | |
---|---|---|---|
RGB | 136 | 171 | 188 |
HSL | 200° | 27.96% | 63.53% |
HSB/HSV | 200° | 27.66% | 73.73% |
CMYK | 27.66% | 9.04% | 0.00% |
26.27% |
Color #88ABBC in popluar number systems.
HEX | 88 | AB | BC |
Decimal | 136 | 171 | 188 |
Binary | 10001000 | 10101011 | 10111100 |
Octal | 210 | 253 | 274 |
Shades of #88ABBC
Tints of #88ABBC
Examples of css and html codes for elements with #88ABBC color. Also use rgb(136,171,188) instead hex code.
.myTextColor { color: #88ABBC; }
<p style="color:#88ABBC">This sample text font color is #88ABBC.</p>
This text font color is #88ABBC.
.myBgColor { background-color: #88ABBC; }
<div style="background-color:#88ABBC">Inner text</div>
This div background color is #88ABBC.
.myBorderColor { border: 1px solid #88ABBC; }
<div style="border:3px solid #88ABBC">Div</div>
This div border color is #88ABBC.
.myOpacity80 { color: #88ABBC; opacity: 0.8; }
<p style="color:#88ABBC;opacity:0.8;">80%</p>
Text with #88ABBC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #88ABBC;}
<p style="text-shadow: 3px 3px 1px #88ABBC">Text here.</p>
This text has shadow with #88ABBC color.
.textShadow {text-shadow: 3px 3px 1px #88ABBC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #88ABBC, 5px 5px 20px red">Text here.</p>
This text has shadow with #88ABBC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#88ABBC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#88ABBC, Direction=45, Strength=4)">Text</p>
This text has shadow with #88ABBC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #88ABBC;
-webkit-box-shadow: 1px 1px 3px 2px #88ABBC;
box-shadow: 1px 1px 3px 2px #88ABBC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #88ABBC; -webkit-box-shadow: 1px 1px 3px 2px #88ABBC; box-shadow:1px 1px 3px 2px #88ABBC;">
Div content here
</div>
This text has color #88ABBC on black background.
This text has color #88ABBC on white background.
This text has black color on #88ABBC background.
This text has white color on #88ABBC background.
Complementary color for #hex is #775443.