COLOR #885071

HEX: #885071
RGB: (136,80,113)

Color info

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

RGB color model

#885071 color RGB value is (136,80,113).

  • red value is 136;
  • green value is 80;
  • blue value is 113.
RGB:
(136,80,113)
(53%,31%,44%)

RGB channels and saturation

R 136 of 255 = 53%
G 80 of 255 = 31%
B 113 of 255 = 44%

136
80
113

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

Portions of RGB colors in percentages

R + G + B =
136 + 80 + 113 = 329 (100%)
R 136 of 329 ~ 41.34%
G 80 of 329 ~ 24.32%
B 113 of 329 ~ 34.35%

%41.34
%24.32
%34.35

CMYK color model

#885071 color CMYK value is (0,41,17,47).

  • cyan value is 0.00%
  • magenta value is 41.18%
  • yellow value is 16.91%
  • key color value is 46.67%
CMYK:
(0,41,17,47)
C0M41Y17K47 
(0%,41%,17%,47%)
(0.00/0.41/0.17/0.47)	

CMYK percentages

%0
%41.18
%16.91
%46.67

Codes

Color #885071 in popluar color models

885071
RGB13680113
HSL325°25.93%42.35%
HSB/HSV325°41.18%53.33%
CMYK0.00%41.18%16.91%
46.67%

Color #885071 in popluar number systems.

HEX885071
Decimal13680113
Binary1000100010100001110001
Octal210120161

Shades and tints

Shades of #885071

#885071
(136,80,113)
#7C4967
(124,73,103)
#70425D
(112,66,93)
#643B53
(100,59,83)
#583449
(88,52,73)
#4C2D3F
(76,45,63)
#402635
(64,38,53)
#341F2B
(52,31,43)
#281821
(40,24,33)
#1C1117
(28,17,23)
#100A0D
(16,10,13)
#000000
(0,0,0)

Tints of #885071

#885071
(136,80,113)
#925F7D
(146,95,125)
#9C6E89
(156,110,137)
#A67D95
(166,125,149)
#B08CA1
(176,140,161)
#BA9BAD
(186,155,173)
#C4AAB9
(196,170,185)
#CEB9C5
(206,185,197)
#D8C8D1
(216,200,209)
#E2D7DD
(226,215,221)
#ECE6E9
(236,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #885071; }

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

This text font color is #885071.


Background Color

.myBgColor { background-color: #885071; }

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

This div background color is #885071.


Border color

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

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

This div border color is #885071.


Opacity

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

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

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

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

This text has shadow with #885071 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #885071 on black background.


Color preview on white background

This text has color #885071 on white background.



Black color preview on #885071 background

This text has black color on #885071 background.


White color preview on #885071 background

This text has white color on #885071 background.