COLOR #84AC97

HEX: #84AC97 RGB: (132,172,151)

Color info

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

RGB color model

#84AC97 color RGB value is (132,172,151).

RGB: (132,172,151) (52%, 67%, 59%)

RGB channels and saturation

R 132 of 255 = 52%
G 172 of 255 = 67%
B 151 of 255 = 59%

132
172
151

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

Portions of RGB colors in percentages

R + G + B = 132 + 172 + 151 = 455 (100%)
R 132 of 455 ~ 29.01%
G 172 of 455 ~ 37.8%
B 151 of 455 ~ 33.19'%

%29.01
%37.8
%33.19

CMYK color model

#84AC97 color CMYK value is (23,0,12,33).

  • cyan value is 23.26%
  • magenta value is 0.00%
  • yellow value is 12.21%
  • key color value is 32.55%

CMYK: (23,0,12,33)
C23M0Y12K33 (23%, 0%, 12%, 33%)
(0.23 / 0.00 / 0.12 / 0.33)

CMYK percentages

%23.26
%0
%12.21
%32.55

Codes

Color #84AC97 in popluar color models

84 AC 97
RGB 132 172 151
HSL 149° 19.42% 59.61%
HSB/HSV 149° 23.26% 67.45%
CMYK 23.26% 0.00% 12.21%
32.55%

Color #84AC97 in popluar number systems.

HEX 84 AC 97
Decimal 132 172 151
Binary 10000100 10101100 10010111
Octal 204 254 227

Shades and tints

Shades of #84AC97

#84AC97
(132,172,151)
#789D8A
(120,157,138)
#6C8E7D
(108,142,125)
#607F70
(96,127,112)
#547063
(84,112,99)
#486156
(72,97,86)
#3C5249
(60,82,73)
#30433C
(48,67,60)
#24342F
(36,52,47)
#182522
(24,37,34)
#0C1615
(12,22,21)
#000000
(0,0,0)

Tints of #84AC97

#84AC97
(132,172,151)
#8FB3A0
(143,179,160)
#9ABAA9
(154,186,169)
#A5C1B2
(165,193,178)
#B0C8BB
(176,200,187)
#BBCFC4
(187,207,196)
#C6D6CD
(198,214,205)
#D1DDD6
(209,221,214)
#DCE4DF
(220,228,223)
#E7EBE8
(231,235,232)
#F2F2F1
(242,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84AC97 color. Also use rgb(132,172,151) instead hex code.

Text Font Color

.myTextColor { color: #84AC97; }

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

This text font color is #84AC97.

Background Color

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

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

This div background color is #84AC97.

Border color

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

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

This div border color is #84AC97.

Opacity

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

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

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

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

This text has shadow with #84AC97 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #84AC97.

Preview

Color preview on black background

This text has color #84AC97 on black background.


Color preview on white background

This text has color #84AC97 on white background.


Black color preview on #84AC97 background

This text has black color on #84AC97 background.


White color preview on #84AC97 background

This text has white color on #84AC97 background.


Related colors

Complementary color

Complementary color for #hex is #7B5368.


I love getcolorcode.com

Triadic colors

1 #9784AC and #AC9784 with #84AC97 are triadic colors.

2 #97AC84 and #AC8497 with #84AC97 are triadic colors.