COLOR #84B495

HEX: #84B495
RGB: (132,180,149)

Color info

#84B495 contains red, green and blue colors in about the same proportion. Web safe color of #84B495 is #99CC99 (or #9C9).

RGB color model

#84B495 color RGB value is (132,180,149).

  • red value is 132;
  • green value is 180;
  • blue value is 149.
RGB:
(132,180,149)
(52%,71%,58%)

RGB channels and saturation

R 132 of 255 = 52%
G 180 of 255 = 71%
B 149 of 255 = 58%

132
180
149

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

Portions of RGB colors in percentages

R + G + B =
132 + 180 + 149 = 461 (100%)
R 132 of 461 ~ 28.63%
G 180 of 461 ~ 39.05%
B 149 of 461 ~ 32.32%

%28.63
%39.05
%32.32

CMYK color model

#84B495 color CMYK value is (27,0,17,29).

  • cyan value is 26.67%
  • magenta value is 0.00%
  • yellow value is 17.22%
  • key color value is 29.41%
CMYK:
(27,0,17,29)
C27M0Y17K29 
(27%,0%,17%,29%)
(0.27/0.00/0.17/0.29)	

CMYK percentages

%26.67
%0
%17.22
%29.41

Codes

Color #84B495 in popluar color models

84B495
RGB132180149
HSL141°24.24%61.18%
HSB/HSV141°26.67%70.59%
CMYK26.67%0.00%17.22%
29.41%

Color #84B495 in popluar number systems.

HEX84B495
Decimal132180149
Binary100001001011010010010101
Octal204264225

Shades and tints

Shades of #84B495

#84B495
(132,180,149)
#78A488
(120,164,136)
#6C947B
(108,148,123)
#60846E
(96,132,110)
#547461
(84,116,97)
#486454
(72,100,84)
#3C5447
(60,84,71)
#30443A
(48,68,58)
#24342D
(36,52,45)
#182420
(24,36,32)
#0C1413
(12,20,19)
#000000
(0,0,0)

Tints of #84B495

#84B495
(132,180,149)
#8FBA9E
(143,186,158)
#9AC0A7
(154,192,167)
#A5C6B0
(165,198,176)
#B0CCB9
(176,204,185)
#BBD2C2
(187,210,194)
#C6D8CB
(198,216,203)
#D1DED4
(209,222,212)
#DCE4DD
(220,228,221)
#E7EAE6
(231,234,230)
#F2F0EF
(242,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84B495 color. Also use rgb(132,180,149) instead hex code.

Text Font Color

.myTextColor { color: #84B495; }

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

This text font color is #84B495.


Background Color

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

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

This div background color is #84B495.


Border color

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

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

This div border color is #84B495.


Opacity

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

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

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

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

This text has shadow with #84B495 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84B495 on black background.


Color preview on white background

This text has color #84B495 on white background.



Black color preview on #84B495 background

This text has black color on #84B495 background.


White color preview on #84B495 background

This text has white color on #84B495 background.