COLOR #885FB6

HEX: #885FB6
RGB: (136,95,182)

Color info

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

RGB color model

#885FB6 color RGB value is (136,95,182).

  • red value is 136;
  • green value is 95;
  • blue value is 182.
RGB:
(136,95,182)
(53%,37%,71%)

RGB channels and saturation

R 136 of 255 = 53%
G 95 of 255 = 37%
B 182 of 255 = 71%

136
95
182

R + G + B ~ 54%. #885FB6 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
136 + 95 + 182 = 413 (100%)
R 136 of 413 ~ 32.93%
G 95 of 413 ~ 23%
B 182 of 413 ~ 44.07%

%32.93
%23
%44.07

CMYK color model

#885FB6 color CMYK value is (25,48,0,29).

  • cyan value is 25.27%
  • magenta value is 47.80%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(25,48,0,29)
C25M48Y0K29 
(25%,48%,0%,29%)
(0.25/0.48/0.00/0.29)	

CMYK percentages

%25.27
%47.8
%0
%28.63

Codes

Color #885FB6 in popluar color models

885FB6
RGB13695182
HSL268°37.34%54.31%
HSB/HSV268°47.80%71.37%
CMYK25.27%47.80%0.00%
28.63%

Color #885FB6 in popluar number systems.

HEX885FB6
Decimal13695182
Binary10001000101111110110110
Octal210137266

Shades and tints

Shades of #885FB6

#885FB6
(136,95,182)
#7C57A6
(124,87,166)
#704F96
(112,79,150)
#644786
(100,71,134)
#583F76
(88,63,118)
#4C3766
(76,55,102)
#402F56
(64,47,86)
#342746
(52,39,70)
#281F36
(40,31,54)
#1C1726
(28,23,38)
#100F16
(16,15,22)
#000000
(0,0,0)

Tints of #885FB6

#885FB6
(136,95,182)
#926DBC
(146,109,188)
#9C7BC2
(156,123,194)
#A689C8
(166,137,200)
#B097CE
(176,151,206)
#BAA5D4
(186,165,212)
#C4B3DA
(196,179,218)
#CEC1E0
(206,193,224)
#D8CFE6
(216,207,230)
#E2DDEC
(226,221,236)
#ECEBF2
(236,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #885FB6 color. Also use rgb(136,95,182) instead hex code.

Text Font Color

.myTextColor { color: #885FB6; }

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

This text font color is #885FB6.


Background Color

.myBgColor { background-color: #885FB6; }

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

This div background color is #885FB6.


Border color

.myBorderColor { border: 1px solid #885FB6; }

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

This div border color is #885FB6.


Opacity

.myOpacity80 { color: #885FB6; opacity: 0.8; }

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

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

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

This text has shadow with #885FB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #885FB6 on black background.


Color preview on white background

This text has color #885FB6 on white background.



Black color preview on #885FB6 background

This text has black color on #885FB6 background.


White color preview on #885FB6 background

This text has white color on #885FB6 background.