COLOR #84AE8D

HEX: #84AE8D
RGB: (132,174,141)

Color info

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

RGB color model

#84AE8D color RGB value is (132,174,141).

  • red value is 132;
  • green value is 174;
  • blue value is 141.
RGB:
(132,174,141)
(52%,68%,55%)

RGB channels and saturation

R 132 of 255 = 52%
G 174 of 255 = 68%
B 141 of 255 = 55%

132
174
141

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

Portions of RGB colors in percentages

R + G + B =
132 + 174 + 141 = 447 (100%)
R 132 of 447 ~ 29.53%
G 174 of 447 ~ 38.93%
B 141 of 447 ~ 31.54%

%29.53
%38.93
%31.54

CMYK color model

#84AE8D color CMYK value is (24,0,19,32).

  • cyan value is 24.14%
  • magenta value is 0.00%
  • yellow value is 18.97%
  • key color value is 31.76%
CMYK:
(24,0,19,32)
C24M0Y19K32 
(24%,0%,19%,32%)
(0.24/0.00/0.19/0.32)	

CMYK percentages

%24.14
%0
%18.97
%31.76

Codes

Color #84AE8D in popluar color models

84AE8D
RGB132174141
HSL133°20.59%60.00%
HSB/HSV133°24.14%68.24%
CMYK24.14%0.00%18.97%
31.76%

Color #84AE8D in popluar number systems.

HEX84AE8D
Decimal132174141
Binary100001001010111010001101
Octal204256215

Shades and tints

Shades of #84AE8D

#84AE8D
(132,174,141)
#789F81
(120,159,129)
#6C9075
(108,144,117)
#608169
(96,129,105)
#54725D
(84,114,93)
#486351
(72,99,81)
#3C5445
(60,84,69)
#304539
(48,69,57)
#24362D
(36,54,45)
#182721
(24,39,33)
#0C1815
(12,24,21)
#000000
(0,0,0)

Tints of #84AE8D

#84AE8D
(132,174,141)
#8FB597
(143,181,151)
#9ABCA1
(154,188,161)
#A5C3AB
(165,195,171)
#B0CAB5
(176,202,181)
#BBD1BF
(187,209,191)
#C6D8C9
(198,216,201)
#D1DFD3
(209,223,211)
#DCE6DD
(220,230,221)
#E7EDE7
(231,237,231)
#F2F4F1
(242,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84AE8D color. Also use rgb(132,174,141) instead hex code.

Text Font Color

.myTextColor { color: #84AE8D; }

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

This text font color is #84AE8D.


Background Color

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

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

This div background color is #84AE8D.


Border color

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

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

This div border color is #84AE8D.


Opacity

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

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

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

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

This text has shadow with #84AE8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84AE8D on black background.


Color preview on white background

This text has color #84AE8D on white background.



Black color preview on #84AE8D background

This text has black color on #84AE8D background.


White color preview on #84AE8D background

This text has white color on #84AE8D background.