COLOR #84AB93

HEX: #84AB93
RGB: (132,171,147)

Color info

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

RGB color model

#84AB93 color RGB value is (132,171,147).

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

RGB channels and saturation

R 132 of 255 = 52%
G 171 of 255 = 67%
B 147 of 255 = 58%

132
171
147

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

Portions of RGB colors in percentages

R + G + B =
132 + 171 + 147 = 450 (100%)
R 132 of 450 ~ 29.33%
G 171 of 450 ~ 38%
B 147 of 450 ~ 32.67%

%29.33
%38
%32.67

CMYK color model

#84AB93 color CMYK value is (23,0,14,33).

  • cyan value is 22.81%
  • magenta value is 0.00%
  • yellow value is 14.04%
  • key color value is 32.94%
CMYK:
(23,0,14,33)
C23M0Y14K33 
(23%,0%,14%,33%)
(0.23/0.00/0.14/0.33)	

CMYK percentages

%22.81
%0
%14.04
%32.94

Codes

Color #84AB93 in popluar color models

84AB93
RGB132171147
HSL143°18.84%59.41%
HSB/HSV143°22.81%67.06%
CMYK22.81%0.00%14.04%
32.94%

Color #84AB93 in popluar number systems.

HEX84AB93
Decimal132171147
Binary100001001010101110010011
Octal204253223

Shades and tints

Shades of #84AB93

#84AB93
(132,171,147)
#789C86
(120,156,134)
#6C8D79
(108,141,121)
#607E6C
(96,126,108)
#546F5F
(84,111,95)
#486052
(72,96,82)
#3C5145
(60,81,69)
#304238
(48,66,56)
#24332B
(36,51,43)
#18241E
(24,36,30)
#0C1511
(12,21,17)
#000000
(0,0,0)

Tints of #84AB93

#84AB93
(132,171,147)
#8FB29C
(143,178,156)
#9AB9A5
(154,185,165)
#A5C0AE
(165,192,174)
#B0C7B7
(176,199,183)
#BBCEC0
(187,206,192)
#C6D5C9
(198,213,201)
#D1DCD2
(209,220,210)
#DCE3DB
(220,227,219)
#E7EAE4
(231,234,228)
#F2F1ED
(242,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84AB93; }

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

This text font color is #84AB93.


Background Color

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

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

This div background color is #84AB93.


Border color

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

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

This div border color is #84AB93.


Opacity

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

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

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

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

This text has shadow with #84AB93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84AB93 on black background.


Color preview on white background

This text has color #84AB93 on white background.



Black color preview on #84AB93 background

This text has black color on #84AB93 background.


White color preview on #84AB93 background

This text has white color on #84AB93 background.