COLOR #84AF8E

HEX: #84AF8E RGB: (132,175,142)

Color info

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

RGB color model

#84AF8E color RGB value is (132,175,142).

RGB: (132,175,142) (52%, 69%, 56%)

RGB channels and saturation

R 132 of 255 = 52%
G 175 of 255 = 69%
B 142 of 255 = 56%

132
175
142

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

Portions of RGB colors in percentages

R + G + B = 132 + 175 + 142 = 449 (100%)
R 132 of 449 ~ 29.4%
G 175 of 449 ~ 38.98%
B 142 of 449 ~ 31.63'%

%29.4
%38.98
%31.63

CMYK color model

#84AF8E color CMYK value is (25,0,19,31).

  • cyan value is 24.57%
  • magenta value is 0.00%
  • yellow value is 18.86%
  • key color value is 31.37%

CMYK: (25,0,19,31)
C25M0Y19K31 (25%, 0%, 19%, 31%)
(0.25 / 0.00 / 0.19 / 0.31)

CMYK percentages

%24.57
%0
%18.86
%31.37

Codes

Color #84AF8E in popluar color models

84 AF 8E
RGB 132 175 142
HSL 134° 21.18% 60.20%
HSB/HSV 134° 24.57% 68.63%
CMYK 24.57% 0.00% 18.86%
31.37%

Color #84AF8E in popluar number systems.

HEX 84 AF 8E
Decimal 132 175 142
Binary 10000100 10101111 10001110
Octal 204 257 216

Shades and tints

Shades of #84AF8E

#84AF8E
(132,175,142)
#78A082
(120,160,130)
#6C9176
(108,145,118)
#60826A
(96,130,106)
#54735E
(84,115,94)
#486452
(72,100,82)
#3C5546
(60,85,70)
#30463A
(48,70,58)
#24372E
(36,55,46)
#182822
(24,40,34)
#0C1916
(12,25,22)
#000000
(0,0,0)

Tints of #84AF8E

#84AF8E
(132,175,142)
#8FB698
(143,182,152)
#9ABDA2
(154,189,162)
#A5C4AC
(165,196,172)
#B0CBB6
(176,203,182)
#BBD2C0
(187,210,192)
#C6D9CA
(198,217,202)
#D1E0D4
(209,224,212)
#DCE7DE
(220,231,222)
#E7EEE8
(231,238,232)
#F2F5F2
(242,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84AF8E color. Also use rgb(132,175,142) instead hex code.

Text Font Color

.myTextColor { color: #84AF8E; }

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

This text font color is #84AF8E.

Background Color

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

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

This div background color is #84AF8E.

Border color

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

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

This div border color is #84AF8E.

Opacity

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

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

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

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

This text has shadow with #84AF8E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #84AF8E.

Preview

Color preview on black background

This text has color #84AF8E on black background.


Color preview on white background

This text has color #84AF8E on white background.


Black color preview on #84AF8E background

This text has black color on #84AF8E background.


White color preview on #84AF8E background

This text has white color on #84AF8E background.


Related colors

Complementary color

Complementary color for #hex is #7B5071.


I love getcolorcode.com

Triadic colors

1 #8E84AF and #AF8E84 with #84AF8E are triadic colors.

2 #8EAF84 and #AF848E with #84AF8E are triadic colors.