COLOR #88ABBC

HEX: #88ABBC RGB: (136,171,188)

Color info

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

RGB color model

#88ABBC color RGB value is (136,171,188).

RGB: (136,171,188) (53%, 67%, 74%)

RGB channels and saturation

R 136 of 255 = 53%
G 171 of 255 = 67%
B 188 of 255 = 74%

136
171
188

R + G + B ~ 65%. #88ABBC is quite light color.

Portions of RGB colors in percentages

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'%

%27.47
%34.55
%37.98

CMYK color model

#88ABBC color CMYK value is (28,9,0,26).

  • cyan value is 27.66%
  • magenta value is 9.04%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK: (28,9,0,26) C28M9Y0K26 (28%,9%,0%,26%) (0.28/0.09/0.00/0.26) 

CMYK percentages

%27.66
%9.04
%0
%26.27

Codes

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 and tints

Shades of #88ABBC

#88ABBC
(136,171,188)
#7C9CAB
(124,156,171)
#708D9A
(112,141,154)
#647E89
(100,126,137)
#586F78
(88,111,120)
#4C6067
(76,96,103)
#405156
(64,81,86)
#344245
(52,66,69)
#283334
(40,51,52)
#1C2423
(28,36,35)
#101512
(16,21,18)
#000000
(0,0,0)

Tints of #88ABBC

#88ABBC
(136,171,188)
#92B2C2
(146,178,194)
#9CB9C8
(156,185,200)
#A6C0CE
(166,192,206)
#B0C7D4
(176,199,212)
#BACEDA
(186,206,218)
#C4D5E0
(196,213,224)
#CEDCE6
(206,220,230)
#D8E3EC
(216,227,236)
#E2EAF2
(226,234,242)
#ECF1F8
(236,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88ABBC; }

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

This text font color is #88ABBC.

Background Color

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

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

This div background color is #88ABBC.

Border color

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

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

This div border color is #88ABBC.

Opacity

.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%.

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 #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.

Div box shadow color

/* 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 div box has shadow with color #88ABBC.

Preview

Color preview on black background

This text has color #88ABBC on black background.


Color preview on white background

This text has color #88ABBC on white background.


Black color preview on #88ABBC background

This text has black color on #88ABBC background.


White color preview on #88ABBC background

This text has white color on #88ABBC background.


Related colors

Complementary color

Complementary color for #hex is #775443.


I love getcolorcode.com

Triadic colors

1 #BC88AB and #ABBC88 with #88ABBC are triadic colors.

2 #BCAB88 and #AB88BC with #88ABBC are triadic colors.