COLOR #886982

HEX: #886982
RGB: (136,105,130)

Color info

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

RGB color model

#886982 color RGB value is (136,105,130).

  • red value is 136;
  • green value is 105;
  • blue value is 130.
RGB:
(136,105,130)
(53%,41%,51%)

RGB channels and saturation

R 136 of 255 = 53%
G 105 of 255 = 41%
B 130 of 255 = 51%

136
105
130

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

Portions of RGB colors in percentages

R + G + B =
136 + 105 + 130 = 371 (100%)
R 136 of 371 ~ 36.66%
G 105 of 371 ~ 28.3%
B 130 of 371 ~ 35.04%

%36.66
%28.3
%35.04

CMYK color model

#886982 color CMYK value is (0,23,4,47).

  • cyan value is 0.00%
  • magenta value is 22.79%
  • yellow value is 4.41%
  • key color value is 46.67%
CMYK:
(0,23,4,47)
C0M23Y4K47 
(0%,23%,4%,47%)
(0.00/0.23/0.04/0.47)	

CMYK percentages

%0
%22.79
%4.41
%46.67

Codes

Color #886982 in popluar color models

886982
RGB136105130
HSL312°12.86%47.25%
HSB/HSV312°22.79%53.33%
CMYK0.00%22.79%4.41%
46.67%

Color #886982 in popluar number systems.

HEX886982
Decimal136105130
Binary10001000110100110000010
Octal210151202

Shades and tints

Shades of #886982

#886982
(136,105,130)
#7C6077
(124,96,119)
#70576C
(112,87,108)
#644E61
(100,78,97)
#584556
(88,69,86)
#4C3C4B
(76,60,75)
#403340
(64,51,64)
#342A35
(52,42,53)
#28212A
(40,33,42)
#1C181F
(28,24,31)
#100F14
(16,15,20)
#000000
(0,0,0)

Tints of #886982

#886982
(136,105,130)
#92768D
(146,118,141)
#9C8398
(156,131,152)
#A690A3
(166,144,163)
#B09DAE
(176,157,174)
#BAAAB9
(186,170,185)
#C4B7C4
(196,183,196)
#CEC4CF
(206,196,207)
#D8D1DA
(216,209,218)
#E2DEE5
(226,222,229)
#ECEBF0
(236,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #886982 color. Also use rgb(136,105,130) instead hex code.

Text Font Color

.myTextColor { color: #886982; }

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

This text font color is #886982.


Background Color

.myBgColor { background-color: #886982; }

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

This div background color is #886982.


Border color

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

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

This div border color is #886982.


Opacity

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

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

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

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

This text has shadow with #886982 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #886982 on black background.


Color preview on white background

This text has color #886982 on white background.



Black color preview on #886982 background

This text has black color on #886982 background.


White color preview on #886982 background

This text has white color on #886982 background.