COLOR #88A0BC

HEX: #88A0BC RGB: (136,160,188)

Color info

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

RGB color model

#88A0BC color RGB value is (136,160,188).

RGB: (136,160,188) (53%, 63%, 74%)

RGB channels and saturation

R 136 of 255 = 53%
G 160 of 255 = 63%
B 188 of 255 = 74%

136
160
188

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

Portions of RGB colors in percentages

R + G + B = 136 + 160 + 188 = 484 (100%)
R 136 of 484 ~ 28.1%
G 160 of 484 ~ 33.06%
B 188 of 484 ~ 38.84'%

%28.1
%33.06
%38.84

CMYK color model

#88A0BC color CMYK value is (28,15,0,26).

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

CMYK: (28,15,0,26)
C28M15Y0K26 (28%, 15%, 0%, 26%)
(0.28 / 0.15 / 0.00 / 0.26)

CMYK percentages

%27.66
%14.89
%0
%26.27

Codes

Color #88A0BC in popluar color models

88 A0 BC
RGB 136 160 188
HSL 212° 27.96% 63.53%
HSB/HSV 212° 27.66% 73.73%
CMYK 27.66% 14.89% 0.00%
26.27%

Color #88A0BC in popluar number systems.

HEX 88 A0 BC
Decimal 136 160 188
Binary 10001000 10100000 10111100
Octal 210 240 274

Shades and tints

Shades of #88A0BC

#88A0BC
(136,160,188)
#7C92AB
(124,146,171)
#70849A
(112,132,154)
#647689
(100,118,137)
#586878
(88,104,120)
#4C5A67
(76,90,103)
#404C56
(64,76,86)
#343E45
(52,62,69)
#283034
(40,48,52)
#1C2223
(28,34,35)
#101412
(16,20,18)
#000000
(0,0,0)

Tints of #88A0BC

#88A0BC
(136,160,188)
#92A8C2
(146,168,194)
#9CB0C8
(156,176,200)
#A6B8CE
(166,184,206)
#B0C0D4
(176,192,212)
#BAC8DA
(186,200,218)
#C4D0E0
(196,208,224)
#CED8E6
(206,216,230)
#D8E0EC
(216,224,236)
#E2E8F2
(226,232,242)
#ECF0F8
(236,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88A0BC; }

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

This text font color is #88A0BC.

Background Color

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

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

This div background color is #88A0BC.

Border color

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

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

This div border color is #88A0BC.

Opacity

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

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

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

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

This text has shadow with #88A0BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88A0BC.

Preview

Color preview on black background

This text has color #88A0BC on black background.


Color preview on white background

This text has color #88A0BC on white background.


Black color preview on #88A0BC background

This text has black color on #88A0BC background.


White color preview on #88A0BC background

This text has white color on #88A0BC background.


Related colors

Complementary color

Complementary color for #hex is #775F43.


I love getcolorcode.com

Triadic colors

1 #BC88A0 and #A0BC88 with #88A0BC are triadic colors.

2 #BCA088 and #A088BC with #88A0BC are triadic colors.