COLOR #846687

HEX: #846687
RGB: (132,102,135)

Color info

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

RGB color model

#846687 color RGB value is (132,102,135).

  • red value is 132;
  • green value is 102;
  • blue value is 135.
RGB:
(132,102,135)
(52%,40%,53%)

RGB channels and saturation

R 132 of 255 = 52%
G 102 of 255 = 40%
B 135 of 255 = 53%

132
102
135

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

Portions of RGB colors in percentages

R + G + B =
132 + 102 + 135 = 369 (100%)
R 132 of 369 ~ 35.77%
G 102 of 369 ~ 27.64%
B 135 of 369 ~ 36.59%

%35.77
%27.64
%36.59

CMYK color model

#846687 color CMYK value is (2,24,0,47).

  • cyan value is 2.22%
  • magenta value is 24.44%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(2,24,0,47)
C2M24Y0K47 
(2%,24%,0%,47%)
(0.02/0.24/0.00/0.47)	

CMYK percentages

%2.22
%24.44
%0
%47.06

Codes

Color #846687 in popluar color models

846687
RGB132102135
HSL295°13.92%46.47%
HSB/HSV295°24.44%52.94%
CMYK2.22%24.44%0.00%
47.06%

Color #846687 in popluar number systems.

HEX846687
Decimal132102135
Binary10000100110011010000111
Octal204146207

Shades and tints

Shades of #846687

#846687
(132,102,135)
#785D7B
(120,93,123)
#6C546F
(108,84,111)
#604B63
(96,75,99)
#544257
(84,66,87)
#48394B
(72,57,75)
#3C303F
(60,48,63)
#302733
(48,39,51)
#241E27
(36,30,39)
#18151B
(24,21,27)
#0C0C0F
(12,12,15)
#000000
(0,0,0)

Tints of #846687

#846687
(132,102,135)
#8F7391
(143,115,145)
#9A809B
(154,128,155)
#A58DA5
(165,141,165)
#B09AAF
(176,154,175)
#BBA7B9
(187,167,185)
#C6B4C3
(198,180,195)
#D1C1CD
(209,193,205)
#DCCED7
(220,206,215)
#E7DBE1
(231,219,225)
#F2E8EB
(242,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #846687 color. Also use rgb(132,102,135) instead hex code.

Text Font Color

.myTextColor { color: #846687; }

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

This text font color is #846687.


Background Color

.myBgColor { background-color: #846687; }

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

This div background color is #846687.


Border color

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

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

This div border color is #846687.


Opacity

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

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

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

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

This text has shadow with #846687 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #846687 on black background.


Color preview on white background

This text has color #846687 on white background.



Black color preview on #846687 background

This text has black color on #846687 background.


White color preview on #846687 background

This text has white color on #846687 background.