COLOR #84889A

HEX: #84889A
RGB: (132,136,154)

Color info

#84889A contains red, green and blue colors in about the same proportion. Web safe color of #84889A is #999999 (or #999).

RGB color model

#84889A color RGB value is (132,136,154).

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

RGB channels and saturation

R 132 of 255 = 52%
G 136 of 255 = 53%
B 154 of 255 = 60%

132
136
154

R + G + B ~ 55%. #84889A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
132 + 136 + 154 = 422 (100%)
R 132 of 422 ~ 31.28%
G 136 of 422 ~ 32.23%
B 154 of 422 ~ 36.49%

%31.28
%32.23
%36.49

CMYK color model

#84889A color CMYK value is (14,12,0,40).

  • cyan value is 14.29%
  • magenta value is 11.69%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK: (14,12,0,40) C14M12Y0K40 (14%,12%,0%,40%) (0.14/0.12/0.00/0.40)

CMYK percentages

%14.29
%11.69
%0
%39.61

Codes

Color #84889A in popluar color models

84889A
RGB132136154
HSL229°9.82%56.08%
HSB/HSV229°14.29%60.39%
CMYK14.29%11.69%0.00%
39.61%

Color #84889A in popluar number systems.

HEX84889A
Decimal132136154
Binary100001001000100010011010
Octal204210232

Shades and tints

Shades of #84889A

#84889A
(132,136,154)
#787C8C
(120,124,140)
#6C707E
(108,112,126)
#606470
(96,100,112)
#545862
(84,88,98)
#484C54
(72,76,84)
#3C4046
(60,64,70)
#303438
(48,52,56)
#24282A
(36,40,42)
#181C1C
(24,28,28)
#0C100E
(12,16,14)
#000000
(0,0,0)

Tints of #84889A

#84889A
(132,136,154)
#8F92A3
(143,146,163)
#9A9CAC
(154,156,172)
#A5A6B5
(165,166,181)
#B0B0BE
(176,176,190)
#BBBAC7
(187,186,199)
#C6C4D0
(198,196,208)
#D1CED9
(209,206,217)
#DCD8E2
(220,216,226)
#E7E2EB
(231,226,235)
#F2ECF4
(242,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84889A color. Also use rgb(132,136,154) instead hex code.

Text Font Color

.myTextColor { color: #84889A; }

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

This text font color is #84889A.


Background Color

.myBgColor { background-color: #84889A; }

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

This div background color is #84889A.


Border color

.myBorderColor { border: 1px solid #84889A; }

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

This div border color is #84889A.


Opacity

.myOpacity80 { color: #84889A; opacity: 0.8; }

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

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

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

This text has shadow with #84889A color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #84889A on black background.


Color preview on white background

This text has color #84889A on white background.



Black color preview on #84889A background

This text has black color on #84889A background.


White color preview on #84889A background

This text has white color on #84889A background.