COLOR #84A688

HEX: #84A688
RGB: (132,166,136)

Color info

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

RGB color model

#84A688 color RGB value is (132,166,136).

  • red value is 132;
  • green value is 166;
  • blue value is 136.
RGB:
(132,166,136)
(52%,65%,53%)

RGB channels and saturation

R 132 of 255 = 52%
G 166 of 255 = 65%
B 136 of 255 = 53%

132
166
136

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

Portions of RGB colors in percentages

R + G + B =
132 + 166 + 136 = 434 (100%)
R 132 of 434 ~ 30.41%
G 166 of 434 ~ 38.25%
B 136 of 434 ~ 31.34%

%30.41
%38.25
%31.34

CMYK color model

#84A688 color CMYK value is (20,0,18,35).

  • cyan value is 20.48%
  • magenta value is 0.00%
  • yellow value is 18.07%
  • key color value is 34.90%
CMYK:
(20,0,18,35)
C20M0Y18K35 
(20%,0%,18%,35%)
(0.20/0.00/0.18/0.35)	

CMYK percentages

%20.48
%0
%18.07
%34.9

Codes

Color #84A688 in popluar color models

84A688
RGB132166136
HSL127°16.04%58.43%
HSB/HSV127°20.48%65.10%
CMYK20.48%0.00%18.07%
34.90%

Color #84A688 in popluar number systems.

HEX84A688
Decimal132166136
Binary100001001010011010001000
Octal204246210

Shades and tints

Shades of #84A688

#84A688
(132,166,136)
#78977C
(120,151,124)
#6C8870
(108,136,112)
#607964
(96,121,100)
#546A58
(84,106,88)
#485B4C
(72,91,76)
#3C4C40
(60,76,64)
#303D34
(48,61,52)
#242E28
(36,46,40)
#181F1C
(24,31,28)
#0C1010
(12,16,16)
#000000
(0,0,0)

Tints of #84A688

#84A688
(132,166,136)
#8FAE92
(143,174,146)
#9AB69C
(154,182,156)
#A5BEA6
(165,190,166)
#B0C6B0
(176,198,176)
#BBCEBA
(187,206,186)
#C6D6C4
(198,214,196)
#D1DECE
(209,222,206)
#DCE6D8
(220,230,216)
#E7EEE2
(231,238,226)
#F2F6EC
(242,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84A688 color. Also use rgb(132,166,136) instead hex code.

Text Font Color

.myTextColor { color: #84A688; }

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

This text font color is #84A688.


Background Color

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

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

This div background color is #84A688.


Border color

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

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

This div border color is #84A688.


Opacity

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

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

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

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

This text has shadow with #84A688 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84A688 on black background.


Color preview on white background

This text has color #84A688 on white background.



Black color preview on #84A688 background

This text has black color on #84A688 background.


White color preview on #84A688 background

This text has white color on #84A688 background.