COLOR #886078

HEX: #886078
RGB: (136,96,120)

Color info

#886078 contains red, green and blue colors in about the same proportion. Web safe color of #886078 is #996666 (or #966).

RGB color model

#886078 color RGB value is (136,96,120).

  • red value is 136;
  • green value is 96;
  • blue value is 120.
RGB:
(136,96,120)
(53%,38%,47%)

RGB channels and saturation

R 136 of 255 = 53%
G 96 of 255 = 38%
B 120 of 255 = 47%

136
96
120

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

Portions of RGB colors in percentages

R + G + B =
136 + 96 + 120 = 352 (100%)
R 136 of 352 ~ 38.64%
G 96 of 352 ~ 27.27%
B 120 of 352 ~ 34.09%

%38.64
%27.27
%34.09

CMYK color model

#886078 color CMYK value is (0,29,12,47).

  • cyan value is 0.00%
  • magenta value is 29.41%
  • yellow value is 11.76%
  • key color value is 46.67%
CMYK:
(0,29,12,47)
C0M29Y12K47 
(0%,29%,12%,47%)
(0.00/0.29/0.12/0.47)	

CMYK percentages

%0
%29.41
%11.76
%46.67

Codes

Color #886078 in popluar color models

886078
RGB13696120
HSL324°17.24%45.49%
HSB/HSV324°29.41%53.33%
CMYK0.00%29.41%11.76%
46.67%

Color #886078 in popluar number systems.

HEX886078
Decimal13696120
Binary1000100011000001111000
Octal210140170

Shades and tints

Shades of #886078

#886078
(136,96,120)
#7C586E
(124,88,110)
#705064
(112,80,100)
#64485A
(100,72,90)
#584050
(88,64,80)
#4C3846
(76,56,70)
#40303C
(64,48,60)
#342832
(52,40,50)
#282028
(40,32,40)
#1C181E
(28,24,30)
#101014
(16,16,20)
#000000
(0,0,0)

Tints of #886078

#886078
(136,96,120)
#926E84
(146,110,132)
#9C7C90
(156,124,144)
#A68A9C
(166,138,156)
#B098A8
(176,152,168)
#BAA6B4
(186,166,180)
#C4B4C0
(196,180,192)
#CEC2CC
(206,194,204)
#D8D0D8
(216,208,216)
#E2DEE4
(226,222,228)
#ECECF0
(236,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #886078; }

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

This text font color is #886078.


Background Color

.myBgColor { background-color: #886078; }

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

This div background color is #886078.


Border color

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

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

This div border color is #886078.


Opacity

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

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

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

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

This text has shadow with #886078 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #886078 on black background.


Color preview on white background

This text has color #886078 on white background.



Black color preview on #886078 background

This text has black color on #886078 background.


White color preview on #886078 background

This text has white color on #886078 background.