COLOR #846B88

HEX: #846B88
RGB: (132,107,136)

Color info

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

RGB color model

#846B88 color RGB value is (132,107,136).

  • red value is 132;
  • green value is 107;
  • blue value is 136.
RGB:
(132,107,136)
(52%,42%,53%)

RGB channels and saturation

R 132 of 255 = 52%
G 107 of 255 = 42%
B 136 of 255 = 53%

132
107
136

R + G + B ~ 49%. #846B88 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
132 + 107 + 136 = 375 (100%)
R 132 of 375 ~ 35.2%
G 107 of 375 ~ 28.53%
B 136 of 375 ~ 36.27%

%35.2
%28.53
%36.27

CMYK color model

#846B88 color CMYK value is (3,21,0,47).

  • cyan value is 2.94%
  • magenta value is 21.32%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(3,21,0,47)
C3M21Y0K47 
(3%,21%,0%,47%)
(0.03/0.21/0.00/0.47)	

CMYK percentages

%2.94
%21.32
%0
%46.67

Codes

Color #846B88 in popluar color models

846B88
RGB132107136
HSL292°11.93%47.65%
HSB/HSV292°21.32%53.33%
CMYK2.94%21.32%0.00%
46.67%

Color #846B88 in popluar number systems.

HEX846B88
Decimal132107136
Binary10000100110101110001000
Octal204153210

Shades and tints

Shades of #846B88

#846B88
(132,107,136)
#78627C
(120,98,124)
#6C5970
(108,89,112)
#605064
(96,80,100)
#544758
(84,71,88)
#483E4C
(72,62,76)
#3C3540
(60,53,64)
#302C34
(48,44,52)
#242328
(36,35,40)
#181A1C
(24,26,28)
#0C1110
(12,17,16)
#000000
(0,0,0)

Tints of #846B88

#846B88
(132,107,136)
#8F7892
(143,120,146)
#9A859C
(154,133,156)
#A592A6
(165,146,166)
#B09FB0
(176,159,176)
#BBACBA
(187,172,186)
#C6B9C4
(198,185,196)
#D1C6CE
(209,198,206)
#DCD3D8
(220,211,216)
#E7E0E2
(231,224,226)
#F2EDEC
(242,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #846B88 color. Also use rgb(132,107,136) instead hex code.

Text Font Color

.myTextColor { color: #846B88; }

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

This text font color is #846B88.


Background Color

.myBgColor { background-color: #846B88; }

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

This div background color is #846B88.


Border color

.myBorderColor { border: 1px solid #846B88; }

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

This div border color is #846B88.


Opacity

.myOpacity80 { color: #846B88; opacity: 0.8; }

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

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

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

This text has shadow with #846B88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #846B88 on black background.


Color preview on white background

This text has color #846B88 on white background.



Black color preview on #846B88 background

This text has black color on #846B88 background.


White color preview on #846B88 background

This text has white color on #846B88 background.