COLOR #886898

HEX: #886898
RGB: (136,104,152)

Color info

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

RGB color model

#886898 color RGB value is (136,104,152).

  • red value is 136;
  • green value is 104;
  • blue value is 152.
RGB:
(136,104,152)
(53%,41%,60%)

RGB channels and saturation

R 136 of 255 = 53%
G 104 of 255 = 41%
B 152 of 255 = 60%

136
104
152

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

Portions of RGB colors in percentages

R + G + B =
136 + 104 + 152 = 392 (100%)
R 136 of 392 ~ 34.69%
G 104 of 392 ~ 26.53%
B 152 of 392 ~ 38.78%

%34.69
%26.53
%38.78

CMYK color model

#886898 color CMYK value is (11,32,0,40).

  • cyan value is 10.53%
  • magenta value is 31.58%
  • yellow value is 0.00%
  • key color value is 40.39%
CMYK:
(11,32,0,40)
C11M32Y0K40 
(11%,32%,0%,40%)
(0.11/0.32/0.00/0.40)	

CMYK percentages

%10.53
%31.58
%0
%40.39

Codes

Color #886898 in popluar color models

886898
RGB136104152
HSL280°18.90%50.20%
HSB/HSV280°31.58%59.61%
CMYK10.53%31.58%0.00%
40.39%

Color #886898 in popluar number systems.

HEX886898
Decimal136104152
Binary10001000110100010011000
Octal210150230

Shades and tints

Shades of #886898

#886898
(136,104,152)
#7C5F8B
(124,95,139)
#70567E
(112,86,126)
#644D71
(100,77,113)
#584464
(88,68,100)
#4C3B57
(76,59,87)
#40324A
(64,50,74)
#34293D
(52,41,61)
#282030
(40,32,48)
#1C1723
(28,23,35)
#100E16
(16,14,22)
#000000
(0,0,0)

Tints of #886898

#886898
(136,104,152)
#9275A1
(146,117,161)
#9C82AA
(156,130,170)
#A68FB3
(166,143,179)
#B09CBC
(176,156,188)
#BAA9C5
(186,169,197)
#C4B6CE
(196,182,206)
#CEC3D7
(206,195,215)
#D8D0E0
(216,208,224)
#E2DDE9
(226,221,233)
#ECEAF2
(236,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #886898; }

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

This text font color is #886898.


Background Color

.myBgColor { background-color: #886898; }

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

This div background color is #886898.


Border color

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

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

This div border color is #886898.


Opacity

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

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

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

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

This text has shadow with #886898 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #886898 on black background.


Color preview on white background

This text has color #886898 on white background.



Black color preview on #886898 background

This text has black color on #886898 background.


White color preview on #886898 background

This text has white color on #886898 background.