COLOR #84798C

HEX: #84798C
RGB: (132,121,140)

Color info

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

RGB color model

#84798C color RGB value is (132,121,140).

  • red value is 132;
  • green value is 121;
  • blue value is 140.
RGB:
(132,121,140)
(52%,47%,55%)

RGB channels and saturation

R 132 of 255 = 52%
G 121 of 255 = 47%
B 140 of 255 = 55%

132
121
140

R + G + B ~ 51%. #84798C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
132 + 121 + 140 = 393 (100%)
R 132 of 393 ~ 33.59%
G 121 of 393 ~ 30.79%
B 140 of 393 ~ 35.62%

%33.59
%30.79
%35.62

CMYK color model

#84798C color CMYK value is (6,14,0,45).

  • cyan value is 5.71%
  • magenta value is 13.57%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(6,14,0,45)
C6M14Y0K45 
(6%,14%,0%,45%)
(0.06/0.14/0.00/0.45)	

CMYK percentages

%5.71
%13.57
%0
%45.1

Codes

Color #84798C in popluar color models

84798C
RGB132121140
HSL275°7.63%51.18%
HSB/HSV275°13.57%54.90%
CMYK5.71%13.57%0.00%
45.10%

Color #84798C in popluar number systems.

HEX84798C
Decimal132121140
Binary10000100111100110001100
Octal204171214

Shades and tints

Shades of #84798C

#84798C
(132,121,140)
#786E80
(120,110,128)
#6C6374
(108,99,116)
#605868
(96,88,104)
#544D5C
(84,77,92)
#484250
(72,66,80)
#3C3744
(60,55,68)
#302C38
(48,44,56)
#24212C
(36,33,44)
#181620
(24,22,32)
#0C0B14
(12,11,20)
#000000
(0,0,0)

Tints of #84798C

#84798C
(132,121,140)
#8F8596
(143,133,150)
#9A91A0
(154,145,160)
#A59DAA
(165,157,170)
#B0A9B4
(176,169,180)
#BBB5BE
(187,181,190)
#C6C1C8
(198,193,200)
#D1CDD2
(209,205,210)
#DCD9DC
(220,217,220)
#E7E5E6
(231,229,230)
#F2F1F0
(242,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84798C color. Also use rgb(132,121,140) instead hex code.

Text Font Color

.myTextColor { color: #84798C; }

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

This text font color is #84798C.


Background Color

.myBgColor { background-color: #84798C; }

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

This div background color is #84798C.


Border color

.myBorderColor { border: 1px solid #84798C; }

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

This div border color is #84798C.


Opacity

.myOpacity80 { color: #84798C; opacity: 0.8; }

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

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

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

This text has shadow with #84798C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84798C on black background.


Color preview on white background

This text has color #84798C on white background.



Black color preview on #84798C background

This text has black color on #84798C background.


White color preview on #84798C background

This text has white color on #84798C background.