COLOR #88ABC2

HEX: #88ABC2 RGB: (136,171,194)

Color info

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

RGB color model

#88ABC2 color RGB value is (136,171,194).

RGB: (136,171,194) (53%, 67%, 76%)

RGB channels and saturation

R 136 of 255 = 53%
G 171 of 255 = 67%
B 194 of 255 = 76%

136
171
194

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

Portions of RGB colors in percentages

R + G + B = 136 + 171 + 194 = 501 (100%)
R 136 of 501 ~ 27.15%
G 171 of 501 ~ 34.13%
B 194 of 501 ~ 38.72'%

%27.15
%34.13
%38.72

CMYK color model

#88ABC2 color CMYK value is (30,12,0,24).

  • cyan value is 29.90%
  • magenta value is 11.86%
  • yellow value is 0.00%
  • key color value is 23.92%

CMYK: (30,12,0,24)
C30M12Y0K24 (30%, 12%, 0%, 24%)
(0.30 / 0.12 / 0.00 / 0.24)

CMYK percentages

%29.9
%11.86
%0
%23.92

Codes

Color #88ABC2 in popluar color models

88 AB C2
RGB 136 171 194
HSL 204° 32.22% 64.71%
HSB/HSV 204° 29.90% 76.08%
CMYK 29.90% 11.86% 0.00%
23.92%

Color #88ABC2 in popluar number systems.

HEX 88 AB C2
Decimal 136 171 194
Binary 10001000 10101011 11000010
Octal 210 253 302

Shades and tints

Shades of #88ABC2

#88ABC2
(136,171,194)
#7C9CB1
(124,156,177)
#708DA0
(112,141,160)
#647E8F
(100,126,143)
#586F7E
(88,111,126)
#4C606D
(76,96,109)
#40515C
(64,81,92)
#34424B
(52,66,75)
#28333A
(40,51,58)
#1C2429
(28,36,41)
#101518
(16,21,24)
#000000
(0,0,0)

Tints of #88ABC2

#88ABC2
(136,171,194)
#92B2C7
(146,178,199)
#9CB9CC
(156,185,204)
#A6C0D1
(166,192,209)
#B0C7D6
(176,199,214)
#BACEDB
(186,206,219)
#C4D5E0
(196,213,224)
#CEDCE5
(206,220,229)
#D8E3EA
(216,227,234)
#E2EAEF
(226,234,239)
#ECF1F4
(236,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88ABC2; }

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

This text font color is #88ABC2.

Background Color

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

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

This div background color is #88ABC2.

Border color

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

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

This div border color is #88ABC2.

Opacity

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

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

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

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

This text has shadow with #88ABC2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88ABC2.

Preview

Color preview on black background

This text has color #88ABC2 on black background.


Color preview on white background

This text has color #88ABC2 on white background.


Black color preview on #88ABC2 background

This text has black color on #88ABC2 background.


White color preview on #88ABC2 background

This text has white color on #88ABC2 background.


Related colors

Complementary color

Complementary color for #hex is #77543D.


I love getcolorcode.com

Triadic colors

1 #C288AB and #ABC288 with #88ABC2 are triadic colors.

2 #C2AB88 and #AB88C2 with #88ABC2 are triadic colors.