COLOR #84B38C

HEX: #84B38C
RGB: (132,179,140)

Color info

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

RGB color model

#84B38C color RGB value is (132,179,140).

  • red value is 132;
  • green value is 179;
  • blue value is 140.
RGB:
(132,179,140)
(52%,70%,55%)

RGB channels and saturation

R 132 of 255 = 52%
G 179 of 255 = 70%
B 140 of 255 = 55%

132
179
140

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

Portions of RGB colors in percentages

R + G + B =
132 + 179 + 140 = 451 (100%)
R 132 of 451 ~ 29.27%
G 179 of 451 ~ 39.69%
B 140 of 451 ~ 31.04%

%29.27
%39.69
%31.04

CMYK color model

#84B38C color CMYK value is (26,0,22,30).

  • cyan value is 26.26%
  • magenta value is 0.00%
  • yellow value is 21.79%
  • key color value is 29.80%
CMYK:
(26,0,22,30)
C26M0Y22K30 
(26%,0%,22%,30%)
(0.26/0.00/0.22/0.30)	

CMYK percentages

%26.26
%0
%21.79
%29.8

Codes

Color #84B38C in popluar color models

84B38C
RGB132179140
HSL130°23.62%60.98%
HSB/HSV130°26.26%70.20%
CMYK26.26%0.00%21.79%
29.80%

Color #84B38C in popluar number systems.

HEX84B38C
Decimal132179140
Binary100001001011001110001100
Octal204263214

Shades and tints

Shades of #84B38C

#84B38C
(132,179,140)
#78A380
(120,163,128)
#6C9374
(108,147,116)
#608368
(96,131,104)
#54735C
(84,115,92)
#486350
(72,99,80)
#3C5344
(60,83,68)
#304338
(48,67,56)
#24332C
(36,51,44)
#182320
(24,35,32)
#0C1314
(12,19,20)
#000000
(0,0,0)

Tints of #84B38C

#84B38C
(132,179,140)
#8FB996
(143,185,150)
#9ABFA0
(154,191,160)
#A5C5AA
(165,197,170)
#B0CBB4
(176,203,180)
#BBD1BE
(187,209,190)
#C6D7C8
(198,215,200)
#D1DDD2
(209,221,210)
#DCE3DC
(220,227,220)
#E7E9E6
(231,233,230)
#F2EFF0
(242,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84B38C color. Also use rgb(132,179,140) instead hex code.

Text Font Color

.myTextColor { color: #84B38C; }

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

This text font color is #84B38C.


Background Color

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

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

This div background color is #84B38C.


Border color

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

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

This div border color is #84B38C.


Opacity

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

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

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

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

This text has shadow with #84B38C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84B38C on black background.


Color preview on white background

This text has color #84B38C on white background.



Black color preview on #84B38C background

This text has black color on #84B38C background.


White color preview on #84B38C background

This text has white color on #84B38C background.