COLOR #88ABB5

HEX: #88ABB5 RGB: (136,171,181)

Color info

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

RGB color model

#88ABB5 color RGB value is (136,171,181).

RGB: (136,171,181) (53%, 67%, 71%)

RGB channels and saturation

R 136 of 255 = 53%
G 171 of 255 = 67%
B 181 of 255 = 71%

136
171
181

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

Portions of RGB colors in percentages

R + G + B = 136 + 171 + 181 = 488 (100%)
R 136 of 488 ~ 27.87%
G 171 of 488 ~ 35.04%
B 181 of 488 ~ 37.09'%

%27.87
%35.04
%37.09

CMYK color model

#88ABB5 color CMYK value is (25,6,0,29).

  • cyan value is 24.86%
  • magenta value is 5.52%
  • yellow value is 0.00%
  • key color value is 29.02%

CMYK: (25,6,0,29)
C25M6Y0K29 (25%, 6%, 0%, 29%)
(0.25 / 0.06 / 0.00 / 0.29)

CMYK percentages

%24.86
%5.52
%0
%29.02

Codes

Color #88ABB5 in popluar color models

88 AB B5
RGB 136 171 181
HSL 193° 23.32% 62.16%
HSB/HSV 193° 24.86% 70.98%
CMYK 24.86% 5.52% 0.00%
29.02%

Color #88ABB5 in popluar number systems.

HEX 88 AB B5
Decimal 136 171 181
Binary 10001000 10101011 10110101
Octal 210 253 265

Shades and tints

Shades of #88ABB5

#88ABB5
(136,171,181)
#7C9CA5
(124,156,165)
#708D95
(112,141,149)
#647E85
(100,126,133)
#586F75
(88,111,117)
#4C6065
(76,96,101)
#405155
(64,81,85)
#344245
(52,66,69)
#283335
(40,51,53)
#1C2425
(28,36,37)
#101515
(16,21,21)
#000000
(0,0,0)

Tints of #88ABB5

#88ABB5
(136,171,181)
#92B2BB
(146,178,187)
#9CB9C1
(156,185,193)
#A6C0C7
(166,192,199)
#B0C7CD
(176,199,205)
#BACED3
(186,206,211)
#C4D5D9
(196,213,217)
#CEDCDF
(206,220,223)
#D8E3E5
(216,227,229)
#E2EAEB
(226,234,235)
#ECF1F1
(236,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88ABB5 color. Also use rgb(136,171,181) instead hex code.

Text Font Color

.myTextColor { color: #88ABB5; }

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

This text font color is #88ABB5.

Background Color

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

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

This div background color is #88ABB5.

Border color

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

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

This div border color is #88ABB5.

Opacity

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

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

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

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

This text has shadow with #88ABB5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88ABB5.

Preview

Color preview on black background

This text has color #88ABB5 on black background.


Color preview on white background

This text has color #88ABB5 on white background.


Black color preview on #88ABB5 background

This text has black color on #88ABB5 background.


White color preview on #88ABB5 background

This text has white color on #88ABB5 background.


Related colors

Complementary color

Complementary color for #hex is #77544A.


I love getcolorcode.com

Triadic colors

1 #B588AB and #ABB588 with #88ABB5 are triadic colors.

2 #B5AB88 and #AB88B5 with #88ABB5 are triadic colors.