COLOR #84A897

HEX: #84A897
RGB: (132,168,151)

Color info

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

RGB color model

#84A897 color RGB value is (132,168,151).

  • red value is 132;
  • green value is 168;
  • blue value is 151.
RGB:
(132,168,151)
(52%,66%,59%)

RGB channels and saturation

R 132 of 255 = 52%
G 168 of 255 = 66%
B 151 of 255 = 59%

132
168
151

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

Portions of RGB colors in percentages

R + G + B =
132 + 168 + 151 = 451 (100%)
R 132 of 451 ~ 29.27%
G 168 of 451 ~ 37.25%
B 151 of 451 ~ 33.48%

%29.27
%37.25
%33.48

CMYK color model

#84A897 color CMYK value is (21,0,10,34).

  • cyan value is 21.43%
  • magenta value is 0.00%
  • yellow value is 10.12%
  • key color value is 34.12%
CMYK:
(21,0,10,34)
C21M0Y10K34 
(21%,0%,10%,34%)
(0.21/0.00/0.10/0.34)	

CMYK percentages

%21.43
%0
%10.12
%34.12

Codes

Color #84A897 in popluar color models

84A897
RGB132168151
HSL152°17.14%58.82%
HSB/HSV152°21.43%65.88%
CMYK21.43%0.00%10.12%
34.12%

Color #84A897 in popluar number systems.

HEX84A897
Decimal132168151
Binary100001001010100010010111
Octal204250227

Shades and tints

Shades of #84A897

#84A897
(132,168,151)
#78998A
(120,153,138)
#6C8A7D
(108,138,125)
#607B70
(96,123,112)
#546C63
(84,108,99)
#485D56
(72,93,86)
#3C4E49
(60,78,73)
#303F3C
(48,63,60)
#24302F
(36,48,47)
#182122
(24,33,34)
#0C1215
(12,18,21)
#000000
(0,0,0)

Tints of #84A897

#84A897
(132,168,151)
#8FAFA0
(143,175,160)
#9AB6A9
(154,182,169)
#A5BDB2
(165,189,178)
#B0C4BB
(176,196,187)
#BBCBC4
(187,203,196)
#C6D2CD
(198,210,205)
#D1D9D6
(209,217,214)
#DCE0DF
(220,224,223)
#E7E7E8
(231,231,232)
#F2EEF1
(242,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84A897; }

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

This text font color is #84A897.


Background Color

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

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

This div background color is #84A897.


Border color

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

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

This div border color is #84A897.


Opacity

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

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

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

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

This text has shadow with #84A897 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84A897 on black background.


Color preview on white background

This text has color #84A897 on white background.



Black color preview on #84A897 background

This text has black color on #84A897 background.


White color preview on #84A897 background

This text has white color on #84A897 background.