COLOR #84B08C

HEX: #84B08C RGB: (132,176,140)

Color info

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

RGB color model

#84B08C color RGB value is (132,176,140).

RGB: (132,176,140) (52%, 69%, 55%)

RGB channels and saturation

R 132 of 255 = 52%
G 176 of 255 = 69%
B 140 of 255 = 55%

132
176
140

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

Portions of RGB colors in percentages

R + G + B = 132 + 176 + 140 = 448 (100%)
R 132 of 448 ~ 29.46%
G 176 of 448 ~ 39.29%
B 140 of 448 ~ 31.25'%

%29.46
%39.29
%31.25

CMYK color model

#84B08C color CMYK value is (25,0,20,31).

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 20.45%
  • key color value is 30.98%

CMYK: (25,0,20,31)
C25M0Y20K31 (25%, 0%, 20%, 31%)
(0.25 / 0.00 / 0.20 / 0.31)

CMYK percentages

%25
%0
%20.45
%30.98

Codes

Color #84B08C in popluar color models

84 B0 8C
RGB 132 176 140
HSL 131° 21.78% 60.39%
HSB/HSV 131° 25.00% 69.02%
CMYK 25.00% 0.00% 20.45%
30.98%

Color #84B08C in popluar number systems.

HEX 84 B0 8C
Decimal 132 176 140
Binary 10000100 10110000 10001100
Octal 204 260 214

Shades and tints

Shades of #84B08C

#84B08C
(132,176,140)
#78A080
(120,160,128)
#6C9074
(108,144,116)
#608068
(96,128,104)
#54705C
(84,112,92)
#486050
(72,96,80)
#3C5044
(60,80,68)
#304038
(48,64,56)
#24302C
(36,48,44)
#182020
(24,32,32)
#0C1014
(12,16,20)
#000000
(0,0,0)

Tints of #84B08C

#84B08C
(132,176,140)
#8FB796
(143,183,150)
#9ABEA0
(154,190,160)
#A5C5AA
(165,197,170)
#B0CCB4
(176,204,180)
#BBD3BE
(187,211,190)
#C6DAC8
(198,218,200)
#D1E1D2
(209,225,210)
#DCE8DC
(220,232,220)
#E7EFE6
(231,239,230)
#F2F6F0
(242,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84B08C; }

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

This text font color is #84B08C.

Background Color

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

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

This div background color is #84B08C.

Border color

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

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

This div border color is #84B08C.

Opacity

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

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

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

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

This text has shadow with #84B08C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #84B08C.

Preview

Color preview on black background

This text has color #84B08C on black background.


Color preview on white background

This text has color #84B08C on white background.


Black color preview on #84B08C background

This text has black color on #84B08C background.


White color preview on #84B08C background

This text has white color on #84B08C background.


Related colors

Complementary color

Complementary color for #hex is #7B4F73.


I love getcolorcode.com

Triadic colors

1 #8C84B0 and #B08C84 with #84B08C are triadic colors.

2 #8CB084 and #B0848C with #84B08C are triadic colors.