COLOR #886795

HEX: #886795
RGB: (136,103,149)

Color info

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

RGB color model

#886795 color RGB value is (136,103,149).

  • red value is 136;
  • green value is 103;
  • blue value is 149.
RGB:
(136,103,149)
(53%,40%,58%)

RGB channels and saturation

R 136 of 255 = 53%
G 103 of 255 = 40%
B 149 of 255 = 58%

136
103
149

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

Portions of RGB colors in percentages

R + G + B =
136 + 103 + 149 = 388 (100%)
R 136 of 388 ~ 35.05%
G 103 of 388 ~ 26.55%
B 149 of 388 ~ 38.4%

%35.05
%26.55
%38.4

CMYK color model

#886795 color CMYK value is (9,31,0,42).

  • cyan value is 8.72%
  • magenta value is 30.87%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(9,31,0,42)
C9M31Y0K42 
(9%,31%,0%,42%)
(0.09/0.31/0.00/0.42)	

CMYK percentages

%8.72
%30.87
%0
%41.57

Codes

Color #886795 in popluar color models

886795
RGB136103149
HSL283°18.25%49.41%
HSB/HSV283°30.87%58.43%
CMYK8.72%30.87%0.00%
41.57%

Color #886795 in popluar number systems.

HEX886795
Decimal136103149
Binary10001000110011110010101
Octal210147225

Shades and tints

Shades of #886795

#886795
(136,103,149)
#7C5E88
(124,94,136)
#70557B
(112,85,123)
#644C6E
(100,76,110)
#584361
(88,67,97)
#4C3A54
(76,58,84)
#403147
(64,49,71)
#34283A
(52,40,58)
#281F2D
(40,31,45)
#1C1620
(28,22,32)
#100D13
(16,13,19)
#000000
(0,0,0)

Tints of #886795

#886795
(136,103,149)
#92749E
(146,116,158)
#9C81A7
(156,129,167)
#A68EB0
(166,142,176)
#B09BB9
(176,155,185)
#BAA8C2
(186,168,194)
#C4B5CB
(196,181,203)
#CEC2D4
(206,194,212)
#D8CFDD
(216,207,221)
#E2DCE6
(226,220,230)
#ECE9EF
(236,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #886795; }

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

This text font color is #886795.


Background Color

.myBgColor { background-color: #886795; }

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

This div background color is #886795.


Border color

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

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

This div border color is #886795.


Opacity

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

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

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

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

This text has shadow with #886795 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #886795 on black background.


Color preview on white background

This text has color #886795 on white background.



Black color preview on #886795 background

This text has black color on #886795 background.


White color preview on #886795 background

This text has white color on #886795 background.