COLOR #84AB99

HEX: #84AB99
RGB: (132,171,153)

Color info

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

RGB color model

#84AB99 color RGB value is (132,171,153).

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

RGB channels and saturation

R 132 of 255 = 52%
G 171 of 255 = 67%
B 153 of 255 = 60%

132
171
153

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

Portions of RGB colors in percentages

R + G + B =
132 + 171 + 153 = 456 (100%)
R 132 of 456 ~ 28.95%
G 171 of 456 ~ 37.5%
B 153 of 456 ~ 33.55%

%28.95
%37.5
%33.55

CMYK color model

#84AB99 color CMYK value is (23,0,11,33).

  • cyan value is 22.81%
  • magenta value is 0.00%
  • yellow value is 10.53%
  • key color value is 32.94%
CMYK:
(23,0,11,33)
C23M0Y11K33 
(23%,0%,11%,33%)
(0.23/0.00/0.11/0.33)	

CMYK percentages

%22.81
%0
%10.53
%32.94

Codes

Color #84AB99 in popluar color models

84AB99
RGB132171153
HSL152°18.84%59.41%
HSB/HSV152°22.81%67.06%
CMYK22.81%0.00%10.53%
32.94%

Color #84AB99 in popluar number systems.

HEX84AB99
Decimal132171153
Binary100001001010101110011001
Octal204253231

Shades and tints

Shades of #84AB99

#84AB99
(132,171,153)
#789C8C
(120,156,140)
#6C8D7F
(108,141,127)
#607E72
(96,126,114)
#546F65
(84,111,101)
#486058
(72,96,88)
#3C514B
(60,81,75)
#30423E
(48,66,62)
#243331
(36,51,49)
#182424
(24,36,36)
#0C1517
(12,21,23)
#000000
(0,0,0)

Tints of #84AB99

#84AB99
(132,171,153)
#8FB2A2
(143,178,162)
#9AB9AB
(154,185,171)
#A5C0B4
(165,192,180)
#B0C7BD
(176,199,189)
#BBCEC6
(187,206,198)
#C6D5CF
(198,213,207)
#D1DCD8
(209,220,216)
#DCE3E1
(220,227,225)
#E7EAEA
(231,234,234)
#F2F1F3
(242,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84AB99; }

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

This text font color is #84AB99.


Background Color

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

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

This div background color is #84AB99.


Border color

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

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

This div border color is #84AB99.


Opacity

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

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

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

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

This text has shadow with #84AB99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84AB99 on black background.


Color preview on white background

This text has color #84AB99 on white background.



Black color preview on #84AB99 background

This text has black color on #84AB99 background.


White color preview on #84AB99 background

This text has white color on #84AB99 background.