COLOR #886488

HEX: #886488
RGB: (136,100,136)

Color info

#886488 contains red, green and blue colors in about the same proportion. Web safe color of #886488 is #996699 (or #969).

RGB color model

#886488 color RGB value is (136,100,136).

  • red value is 136;
  • green value is 100;
  • blue value is 136.
RGB:
(136,100,136)
(53%,39%,53%)

RGB channels and saturation

R 136 of 255 = 53%
G 100 of 255 = 39%
B 136 of 255 = 53%

136
100
136

R + G + B ~ 48%. #886488 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
136 + 100 + 136 = 372 (100%)
R 136 of 372 ~ 36.56%
G 100 of 372 ~ 26.88%
B 136 of 372 ~ 36.56%

%36.56
%26.88
%36.56

CMYK color model

#886488 color CMYK value is (0,26,0,47).

  • cyan value is 0.00%
  • magenta value is 26.47%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(0,26,0,47)
C0M26Y0K47 
(0%,26%,0%,47%)
(0.00/0.26/0.00/0.47)	

CMYK percentages

%0
%26.47
%0
%46.67

Codes

Color #886488 in popluar color models

886488
RGB136100136
HSL300°15.25%46.27%
HSB/HSV300°26.47%53.33%
CMYK0.00%26.47%0.00%
46.67%

Color #886488 in popluar number systems.

HEX886488
Decimal136100136
Binary10001000110010010001000
Octal210144210

Shades and tints

Shades of #886488

#886488
(136,100,136)
#7C5B7C
(124,91,124)
#705270
(112,82,112)
#644964
(100,73,100)
#584058
(88,64,88)
#4C374C
(76,55,76)
#402E40
(64,46,64)
#342534
(52,37,52)
#281C28
(40,28,40)
#1C131C
(28,19,28)
#100A10
(16,10,16)
#000000
(0,0,0)

Tints of #886488

#886488
(136,100,136)
#927292
(146,114,146)
#9C809C
(156,128,156)
#A68EA6
(166,142,166)
#B09CB0
(176,156,176)
#BAAABA
(186,170,186)
#C4B8C4
(196,184,196)
#CEC6CE
(206,198,206)
#D8D4D8
(216,212,216)
#E2E2E2
(226,226,226)
#ECF0EC
(236,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #886488 color. Also use rgb(136,100,136) instead hex code.

Text Font Color

.myTextColor { color: #886488; }

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

This text font color is #886488.


Background Color

.myBgColor { background-color: #886488; }

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

This div background color is #886488.


Border color

.myBorderColor { border: 1px solid #886488; }

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

This div border color is #886488.


Opacity

.myOpacity80 { color: #886488; opacity: 0.8; }

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

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

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

This text has shadow with #886488 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #886488 on black background.


Color preview on white background

This text has color #886488 on white background.



Black color preview on #886488 background

This text has black color on #886488 background.


White color preview on #886488 background

This text has white color on #886488 background.