COLOR #84B189

HEX: #84B189
RGB: (132,177,137)

Color info

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

RGB color model

#84B189 color RGB value is (132,177,137).

  • red value is 132;
  • green value is 177;
  • blue value is 137.
RGB:
(132,177,137)
(52%,69%,54%)

RGB channels and saturation

R 132 of 255 = 52%
G 177 of 255 = 69%
B 137 of 255 = 54%

132
177
137

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

Portions of RGB colors in percentages

R + G + B =
132 + 177 + 137 = 446 (100%)
R 132 of 446 ~ 29.6%
G 177 of 446 ~ 39.69%
B 137 of 446 ~ 30.72%

%29.6
%39.69
%30.72

CMYK color model

#84B189 color CMYK value is (25,0,23,31).

  • cyan value is 25.42%
  • magenta value is 0.00%
  • yellow value is 22.60%
  • key color value is 30.59%
CMYK:
(25,0,23,31)
C25M0Y23K31 
(25%,0%,23%,31%)
(0.25/0.00/0.23/0.31)	

CMYK percentages

%25.42
%0
%22.6
%30.59

Codes

Color #84B189 in popluar color models

84B189
RGB132177137
HSL127°22.39%60.59%
HSB/HSV127°25.42%69.41%
CMYK25.42%0.00%22.60%
30.59%

Color #84B189 in popluar number systems.

HEX84B189
Decimal132177137
Binary100001001011000110001001
Octal204261211

Shades and tints

Shades of #84B189

#84B189
(132,177,137)
#78A17D
(120,161,125)
#6C9171
(108,145,113)
#608165
(96,129,101)
#547159
(84,113,89)
#48614D
(72,97,77)
#3C5141
(60,81,65)
#304135
(48,65,53)
#243129
(36,49,41)
#18211D
(24,33,29)
#0C1111
(12,17,17)
#000000
(0,0,0)

Tints of #84B189

#84B189
(132,177,137)
#8FB893
(143,184,147)
#9ABF9D
(154,191,157)
#A5C6A7
(165,198,167)
#B0CDB1
(176,205,177)
#BBD4BB
(187,212,187)
#C6DBC5
(198,219,197)
#D1E2CF
(209,226,207)
#DCE9D9
(220,233,217)
#E7F0E3
(231,240,227)
#F2F7ED
(242,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84B189 color. Also use rgb(132,177,137) instead hex code.

Text Font Color

.myTextColor { color: #84B189; }

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

This text font color is #84B189.


Background Color

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

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

This div background color is #84B189.


Border color

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

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

This div border color is #84B189.


Opacity

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

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

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

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

This text has shadow with #84B189 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84B189 on black background.


Color preview on white background

This text has color #84B189 on white background.



Black color preview on #84B189 background

This text has black color on #84B189 background.


White color preview on #84B189 background

This text has white color on #84B189 background.