HEX: #84B08C
RGB: (132,176,140)
#84B08C contains red, green and blue colors in about the same proportion. Web safe color of #84B08C is #999999 (or #999).
#84B08C color RGB value is (132,176,140).
RGB: (132,176,140)
(52%, 69%, 55%)
R 132 of 255 = 52%
G 176 of 255 = 69%
B 140 of 255 = 55%
R + G + B ~ 59%. #84B08C is middle color (not dark and not light).
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'%
#84B08C color CMYK value is (25,0,20,31).
CMYK: (25,0,20,31)
C25M0Y20K31 (25%, 0%, 20%, 31%)
(0.25 / 0.00 / 0.20 / 0.31)
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 of #84B08C
Tints of #84B08C
Examples of css and html codes for elements with #84B08C color. Also use rgb(132,176,140) instead hex code.
.myTextColor { color: #84B08C; }
<p style="color:#84B08C">This sample text font color is #84B08C.</p>
This text font color is #84B08C.
.myBgColor { background-color: #84B08C; }
<div style="background-color:#84B08C">Inner text</div>
This div background color is #84B08C.
.myBorderColor { border: 1px solid #84B08C; }
<div style="border:3px solid #84B08C">Div</div>
This div border color is #84B08C.
.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%.
.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.
/* 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 text has color #84B08C on black background.
This text has color #84B08C on white background.
This text has black color on #84B08C background.
This text has white color on #84B08C background.
Complementary color for #hex is #7B4F73.