COLOR #88A2BA

HEX: #88A2BA RGB: (136,162,186)

Color info

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

RGB color model

#88A2BA color RGB value is (136,162,186).

RGB: (136,162,186) (53%, 64%, 73%)

RGB channels and saturation

R 136 of 255 = 53%
G 162 of 255 = 64%
B 186 of 255 = 73%

136
162
186

R + G + B ~ 63%. #88A2BA is quite light color.

Portions of RGB colors in percentages

R + G + B = 136 + 162 + 186 = 484 (100%)
R 136 of 484 ~ 28.1%
G 162 of 484 ~ 33.47%
B 186 of 484 ~ 38.43'%

%28.1
%33.47
%38.43

CMYK color model

#88A2BA color CMYK value is (27,13,0,27).

  • cyan value is 26.88%
  • magenta value is 12.90%
  • yellow value is 0.00%
  • key color value is 27.06%

CMYK: (27,13,0,27)
C27M13Y0K27 (27%, 13%, 0%, 27%)
(0.27 / 0.13 / 0.00 / 0.27)

CMYK percentages

%26.88
%12.9
%0
%27.06

Codes

Color #88A2BA in popluar color models

88 A2 BA
RGB 136 162 186
HSL 209° 26.60% 63.14%
HSB/HSV 209° 26.88% 72.94%
CMYK 26.88% 12.90% 0.00%
27.06%

Color #88A2BA in popluar number systems.

HEX 88 A2 BA
Decimal 136 162 186
Binary 10001000 10100010 10111010
Octal 210 242 272

Shades and tints

Shades of #88A2BA

#88A2BA
(136,162,186)
#7C94AA
(124,148,170)
#70869A
(112,134,154)
#64788A
(100,120,138)
#586A7A
(88,106,122)
#4C5C6A
(76,92,106)
#404E5A
(64,78,90)
#34404A
(52,64,74)
#28323A
(40,50,58)
#1C242A
(28,36,42)
#10161A
(16,22,26)
#000000
(0,0,0)

Tints of #88A2BA

#88A2BA
(136,162,186)
#92AAC0
(146,170,192)
#9CB2C6
(156,178,198)
#A6BACC
(166,186,204)
#B0C2D2
(176,194,210)
#BACAD8
(186,202,216)
#C4D2DE
(196,210,222)
#CEDAE4
(206,218,228)
#D8E2EA
(216,226,234)
#E2EAF0
(226,234,240)
#ECF2F6
(236,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88A2BA; }

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

This text font color is #88A2BA.

Background Color

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

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

This div background color is #88A2BA.

Border color

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

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

This div border color is #88A2BA.

Opacity

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

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

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

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

This text has shadow with #88A2BA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88A2BA.

Preview

Color preview on black background

This text has color #88A2BA on black background.


Color preview on white background

This text has color #88A2BA on white background.


Black color preview on #88A2BA background

This text has black color on #88A2BA background.


White color preview on #88A2BA background

This text has white color on #88A2BA background.


Related colors

Complementary color

Complementary color for #hex is #775D45.


I love getcolorcode.com

Triadic colors

1 #BA88A2 and #A2BA88 with #88A2BA are triadic colors.

2 #BAA288 and #A288BA with #88A2BA are triadic colors.