COLOR #88A2BC

HEX: #88A2BC RGB: (136,162,188)

Color info

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

RGB color model

#88A2BC color RGB value is (136,162,188).

RGB: (136,162,188) (53%, 64%, 74%)

RGB channels and saturation

R 136 of 255 = 53%
G 162 of 255 = 64%
B 188 of 255 = 74%

136
162
188

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

Portions of RGB colors in percentages

R + G + B = 136 + 162 + 188 = 486 (100%)
R 136 of 486 ~ 27.98%
G 162 of 486 ~ 33.33%
B 188 of 486 ~ 38.68'%

%27.98
%33.33
%38.68

CMYK color model

#88A2BC color CMYK value is (28,14,0,26).

  • cyan value is 27.66%
  • magenta value is 13.83%
  • yellow value is 0.00%
  • key color value is 26.27%

CMYK: (28,14,0,26)
C28M14Y0K26 (28%, 14%, 0%, 26%)
(0.28 / 0.14 / 0.00 / 0.26)

CMYK percentages

%27.66
%13.83
%0
%26.27

Codes

Color #88A2BC in popluar color models

88 A2 BC
RGB 136 162 188
HSL 210° 27.96% 63.53%
HSB/HSV 210° 27.66% 73.73%
CMYK 27.66% 13.83% 0.00%
26.27%

Color #88A2BC in popluar number systems.

HEX 88 A2 BC
Decimal 136 162 188
Binary 10001000 10100010 10111100
Octal 210 242 274

Shades and tints

Shades of #88A2BC

#88A2BC
(136,162,188)
#7C94AB
(124,148,171)
#70869A
(112,134,154)
#647889
(100,120,137)
#586A78
(88,106,120)
#4C5C67
(76,92,103)
#404E56
(64,78,86)
#344045
(52,64,69)
#283234
(40,50,52)
#1C2423
(28,36,35)
#101612
(16,22,18)
#000000
(0,0,0)

Tints of #88A2BC

#88A2BC
(136,162,188)
#92AAC2
(146,170,194)
#9CB2C8
(156,178,200)
#A6BACE
(166,186,206)
#B0C2D4
(176,194,212)
#BACADA
(186,202,218)
#C4D2E0
(196,210,224)
#CEDAE6
(206,218,230)
#D8E2EC
(216,226,236)
#E2EAF2
(226,234,242)
#ECF2F8
(236,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88A2BC; }

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

This text font color is #88A2BC.

Background Color

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

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

This div background color is #88A2BC.

Border color

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

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

This div border color is #88A2BC.

Opacity

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

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

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

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

This text has shadow with #88A2BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88A2BC.

Preview

Color preview on black background

This text has color #88A2BC on black background.


Color preview on white background

This text has color #88A2BC on white background.


Black color preview on #88A2BC background

This text has black color on #88A2BC background.


White color preview on #88A2BC background

This text has white color on #88A2BC background.


Related colors

Complementary color

Complementary color for #hex is #775D43.


I love getcolorcode.com

Triadic colors

1 #BC88A2 and #A2BC88 with #88A2BC are triadic colors.

2 #BCA288 and #A288BC with #88A2BC are triadic colors.