COLOR #84AB9B

HEX: #84AB9B
RGB: (132,171,155)

Color info

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

RGB color model

#84AB9B color RGB value is (132,171,155).

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

RGB channels and saturation

R 132 of 255 = 52%
G 171 of 255 = 67%
B 155 of 255 = 61%

132
171
155

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

Portions of RGB colors in percentages

R + G + B =
132 + 171 + 155 = 458 (100%)
R 132 of 458 ~ 28.82%
G 171 of 458 ~ 37.34%
B 155 of 458 ~ 33.84%

%28.82
%37.34
%33.84

CMYK color model

#84AB9B color CMYK value is (23,0,9,33).

  • cyan value is 22.81%
  • magenta value is 0.00%
  • yellow value is 9.36%
  • key color value is 32.94%
CMYK:
(23,0,9,33)
C23M0Y9K33 
(23%,0%,9%,33%)
(0.23/0.00/0.09/0.33)	

CMYK percentages

%22.81
%0
%9.36
%32.94

Codes

Color #84AB9B in popluar color models

84AB9B
RGB132171155
HSL155°18.84%59.41%
HSB/HSV155°22.81%67.06%
CMYK22.81%0.00%9.36%
32.94%

Color #84AB9B in popluar number systems.

HEX84AB9B
Decimal132171155
Binary100001001010101110011011
Octal204253233

Shades and tints

Shades of #84AB9B

#84AB9B
(132,171,155)
#789C8D
(120,156,141)
#6C8D7F
(108,141,127)
#607E71
(96,126,113)
#546F63
(84,111,99)
#486055
(72,96,85)
#3C5147
(60,81,71)
#304239
(48,66,57)
#24332B
(36,51,43)
#18241D
(24,36,29)
#0C150F
(12,21,15)
#000000
(0,0,0)

Tints of #84AB9B

#84AB9B
(132,171,155)
#8FB2A4
(143,178,164)
#9AB9AD
(154,185,173)
#A5C0B6
(165,192,182)
#B0C7BF
(176,199,191)
#BBCEC8
(187,206,200)
#C6D5D1
(198,213,209)
#D1DCDA
(209,220,218)
#DCE3E3
(220,227,227)
#E7EAEC
(231,234,236)
#F2F1F5
(242,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84AB9B; }

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

This text font color is #84AB9B.


Background Color

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

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

This div background color is #84AB9B.


Border color

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

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

This div border color is #84AB9B.


Opacity

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

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

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

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

This text has shadow with #84AB9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84AB9B on black background.


Color preview on white background

This text has color #84AB9B on white background.



Black color preview on #84AB9B background

This text has black color on #84AB9B background.


White color preview on #84AB9B background

This text has white color on #84AB9B background.