COLOR #84B49B

HEX: #84B49B RGB: (132,180,155)

Color info

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

RGB color model

#84B49B color RGB value is (132,180,155).

RGB: (132,180,155) (52%, 71%, 61%)

RGB channels and saturation

R 132 of 255 = 52%
G 180 of 255 = 71%
B 155 of 255 = 61%

132
180
155

R + G + B ~ 61%. #84B49B is quite light color.

Portions of RGB colors in percentages

R + G + B = 132 + 180 + 155 = 467 (100%)
R 132 of 467 ~ 28.27%
G 180 of 467 ~ 38.54%
B 155 of 467 ~ 33.19'%

%28.27
%38.54
%33.19

CMYK color model

#84B49B color CMYK value is (27,0,14,29).

  • cyan value is 26.67%
  • magenta value is 0.00%
  • yellow value is 13.89%
  • key color value is 29.41%

CMYK: (27,0,14,29)
C27M0Y14K29 (27%, 0%, 14%, 29%)
(0.27 / 0.00 / 0.14 / 0.29)

CMYK percentages

%26.67
%0
%13.89
%29.41

Codes

Color #84B49B in popluar color models

84 B4 9B
RGB 132 180 155
HSL 149° 24.24% 61.18%
HSB/HSV 149° 26.67% 70.59%
CMYK 26.67% 0.00% 13.89%
29.41%

Color #84B49B in popluar number systems.

HEX 84 B4 9B
Decimal 132 180 155
Binary 10000100 10110100 10011011
Octal 204 264 233

Shades and tints

Shades of #84B49B

#84B49B
(132,180,155)
#78A48D
(120,164,141)
#6C947F
(108,148,127)
#608471
(96,132,113)
#547463
(84,116,99)
#486455
(72,100,85)
#3C5447
(60,84,71)
#304439
(48,68,57)
#24342B
(36,52,43)
#18241D
(24,36,29)
#0C140F
(12,20,15)
#000000
(0,0,0)

Tints of #84B49B

#84B49B
(132,180,155)
#8FBAA4
(143,186,164)
#9AC0AD
(154,192,173)
#A5C6B6
(165,198,182)
#B0CCBF
(176,204,191)
#BBD2C8
(187,210,200)
#C6D8D1
(198,216,209)
#D1DEDA
(209,222,218)
#DCE4E3
(220,228,227)
#E7EAEC
(231,234,236)
#F2F0F5
(242,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84B49B; }

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

This text font color is #84B49B.

Background Color

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

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

This div background color is #84B49B.

Border color

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

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

This div border color is #84B49B.

Opacity

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

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

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

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

This text has shadow with #84B49B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #84B49B.

Preview

Color preview on black background

This text has color #84B49B on black background.


Color preview on white background

This text has color #84B49B on white background.


Black color preview on #84B49B background

This text has black color on #84B49B background.


White color preview on #84B49B background

This text has white color on #84B49B background.


Related colors

Complementary color

Complementary color for #hex is #7B4B64.


I love getcolorcode.com

Triadic colors

1 #9B84B4 and #B49B84 with #84B49B are triadic colors.

2 #9BB484 and #B4849B with #84B49B are triadic colors.