COLOR #84A89B

HEX: #84A89B
RGB: (132,168,155)

Color info

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

RGB color model

#84A89B color RGB value is (132,168,155).

  • red value is 132;
  • green value is 168;
  • blue value is 155.
RGB:
(132,168,155)
(52%,66%,61%)

RGB channels and saturation

R 132 of 255 = 52%
G 168 of 255 = 66%
B 155 of 255 = 61%

132
168
155

R + G + B ~ 60%. #84A89B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
132 + 168 + 155 = 455 (100%)
R 132 of 455 ~ 29.01%
G 168 of 455 ~ 36.92%
B 155 of 455 ~ 34.07%

%29.01
%36.92
%34.07

CMYK color model

#84A89B color CMYK value is (21,0,8,34).

  • cyan value is 21.43%
  • magenta value is 0.00%
  • yellow value is 7.74%
  • key color value is 34.12%
CMYK:
(21,0,8,34)
C21M0Y8K34 
(21%,0%,8%,34%)
(0.21/0.00/0.08/0.34)	

CMYK percentages

%21.43
%0
%7.74
%34.12

Codes

Color #84A89B in popluar color models

84A89B
RGB132168155
HSL158°17.14%58.82%
HSB/HSV158°21.43%65.88%
CMYK21.43%0.00%7.74%
34.12%

Color #84A89B in popluar number systems.

HEX84A89B
Decimal132168155
Binary100001001010100010011011
Octal204250233

Shades and tints

Shades of #84A89B

#84A89B
(132,168,155)
#78998D
(120,153,141)
#6C8A7F
(108,138,127)
#607B71
(96,123,113)
#546C63
(84,108,99)
#485D55
(72,93,85)
#3C4E47
(60,78,71)
#303F39
(48,63,57)
#24302B
(36,48,43)
#18211D
(24,33,29)
#0C120F
(12,18,15)
#000000
(0,0,0)

Tints of #84A89B

#84A89B
(132,168,155)
#8FAFA4
(143,175,164)
#9AB6AD
(154,182,173)
#A5BDB6
(165,189,182)
#B0C4BF
(176,196,191)
#BBCBC8
(187,203,200)
#C6D2D1
(198,210,209)
#D1D9DA
(209,217,218)
#DCE0E3
(220,224,227)
#E7E7EC
(231,231,236)
#F2EEF5
(242,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84A89B color. Also use rgb(132,168,155) instead hex code.

Text Font Color

.myTextColor { color: #84A89B; }

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

This text font color is #84A89B.


Background Color

.myBgColor { background-color: #84A89B; }

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

This div background color is #84A89B.


Border color

.myBorderColor { border: 1px solid #84A89B; }

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

This div border color is #84A89B.


Opacity

.myOpacity80 { color: #84A89B; opacity: 0.8; }

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

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

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

This text has shadow with #84A89B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84A89B on black background.


Color preview on white background

This text has color #84A89B on white background.



Black color preview on #84A89B background

This text has black color on #84A89B background.


White color preview on #84A89B background

This text has white color on #84A89B background.