COLOR #84B08F

HEX: #84B08F
RGB: (132,176,143)

Color info

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

RGB color model

#84B08F color RGB value is (132,176,143).

  • red value is 132;
  • green value is 176;
  • blue value is 143.
RGB:
(132,176,143)
(52%,69%,56%)

RGB channels and saturation

R 132 of 255 = 52%
G 176 of 255 = 69%
B 143 of 255 = 56%

132
176
143

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

Portions of RGB colors in percentages

R + G + B =
132 + 176 + 143 = 451 (100%)
R 132 of 451 ~ 29.27%
G 176 of 451 ~ 39.02%
B 143 of 451 ~ 31.71%

%29.27
%39.02
%31.71

CMYK color model

#84B08F color CMYK value is (25,0,19,31).

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 18.75%
  • key color value is 30.98%
CMYK:
(25,0,19,31)
C25M0Y19K31 
(25%,0%,19%,31%)
(0.25/0.00/0.19/0.31)	

CMYK percentages

%25
%0
%18.75
%30.98

Codes

Color #84B08F in popluar color models

84B08F
RGB132176143
HSL135°21.78%60.39%
HSB/HSV135°25.00%69.02%
CMYK25.00%0.00%18.75%
30.98%

Color #84B08F in popluar number systems.

HEX84B08F
Decimal132176143
Binary100001001011000010001111
Octal204260217

Shades and tints

Shades of #84B08F

#84B08F
(132,176,143)
#78A082
(120,160,130)
#6C9075
(108,144,117)
#608068
(96,128,104)
#54705B
(84,112,91)
#48604E
(72,96,78)
#3C5041
(60,80,65)
#304034
(48,64,52)
#243027
(36,48,39)
#18201A
(24,32,26)
#0C100D
(12,16,13)
#000000
(0,0,0)

Tints of #84B08F

#84B08F
(132,176,143)
#8FB799
(143,183,153)
#9ABEA3
(154,190,163)
#A5C5AD
(165,197,173)
#B0CCB7
(176,204,183)
#BBD3C1
(187,211,193)
#C6DACB
(198,218,203)
#D1E1D5
(209,225,213)
#DCE8DF
(220,232,223)
#E7EFE9
(231,239,233)
#F2F6F3
(242,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84B08F; }

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

This text font color is #84B08F.


Background Color

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

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

This div background color is #84B08F.


Border color

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

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

This div border color is #84B08F.


Opacity

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

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

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

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

This text has shadow with #84B08F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84B08F on black background.


Color preview on white background

This text has color #84B08F on white background.



Black color preview on #84B08F background

This text has black color on #84B08F background.


White color preview on #84B08F background

This text has white color on #84B08F background.