COLOR #8877BE

HEX: #8877BE
RGB: (136,119,190)

Color info

#8877BE contains mainly red and blue colors. Web safe color of #8877BE is #9966CC (or #96C).

RGB color model

#8877BE color RGB value is (136,119,190).

  • red value is 136;
  • green value is 119;
  • blue value is 190.
RGB:
(136,119,190)
(53%,47%,75%)

RGB channels and saturation

R 136 of 255 = 53%
G 119 of 255 = 47%
B 190 of 255 = 75%

136
119
190

R + G + B ~ 58%. #8877BE is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
136 + 119 + 190 = 445 (100%)
R 136 of 445 ~ 30.56%
G 119 of 445 ~ 26.74%
B 190 of 445 ~ 42.7%

%30.56
%26.74
%42.7

CMYK color model

#8877BE color CMYK value is (28,37,0,25).

  • cyan value is 28.42%
  • magenta value is 37.37%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(28,37,0,25)
C28M37Y0K25 
(28%,37%,0%,25%)
(0.28/0.37/0.00/0.25)	

CMYK percentages

%28.42
%37.37
%0
%25.49

Codes

Color #8877BE in popluar color models

8877BE
RGB136119190
HSL254°35.32%60.59%
HSB/HSV254°37.37%74.51%
CMYK28.42%37.37%0.00%
25.49%

Color #8877BE in popluar number systems.

HEX8877BE
Decimal136119190
Binary10001000111011110111110
Octal210167276

Shades and tints

Shades of #8877BE

#8877BE
(136,119,190)
#7C6DAD
(124,109,173)
#70639C
(112,99,156)
#64598B
(100,89,139)
#584F7A
(88,79,122)
#4C4569
(76,69,105)
#403B58
(64,59,88)
#343147
(52,49,71)
#282736
(40,39,54)
#1C1D25
(28,29,37)
#101314
(16,19,20)
#000000
(0,0,0)

Tints of #8877BE

#8877BE
(136,119,190)
#9283C3
(146,131,195)
#9C8FC8
(156,143,200)
#A69BCD
(166,155,205)
#B0A7D2
(176,167,210)
#BAB3D7
(186,179,215)
#C4BFDC
(196,191,220)
#CECBE1
(206,203,225)
#D8D7E6
(216,215,230)
#E2E3EB
(226,227,235)
#ECEFF0
(236,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8877BE color. Also use rgb(136,119,190) instead hex code.

Text Font Color

.myTextColor { color: #8877BE; }

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

This text font color is #8877BE.


Background Color

.myBgColor { background-color: #8877BE; }

<div style="background-color:#8877BE">Inner text</div>

This div background color is #8877BE.


Border color

.myBorderColor { border: 1px solid #8877BE; }

<div style="border:3px solid #8877BE">Div</div>

This div border color is #8877BE.


Opacity

.myOpacity80 { color: #8877BE; opacity: 0.8; }

<p style="color:#8877BE;opacity:0.8;">80%</p>

Text with #8877BE 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 #8877BE;}

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

This text has shadow with #8877BE color.

.textShadow {text-shadow: 3px 3px 1px #8877BE, 3px 3px 1px red;}

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

This text has shadow with #8877BE primary color and red secondary color.


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

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

This text has shadow with #8877BE and red colors in old Internet Explorer.


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #8877BE;
-webkit-box-shadow: 1px 1px 3px 2px #8877BE;
box-shadow:1px 1px 3px 2px #8877BE;">
Div content here</div>
This div box has shadow with color #8877BE.

Preview

Color preview on black background

This text has color #8877BE on black background.


Color preview on white background

This text has color #8877BE on white background.



Black color preview on #8877BE background

This text has black color on #8877BE background.


White color preview on #8877BE background

This text has white color on #8877BE background.