COLOR #84C18B

HEX: #84C18B RGB: (132,193,139)

Color info

#84C18B contains mainly green and blue colors. Web safe color of #84C18B is #99CC99 (or #9C9).

RGB color model

#84C18B color RGB value is (132,193,139).

RGB: (132,193,139) (52%, 76%, 55%)

RGB channels and saturation

R 132 of 255 = 52%
G 193 of 255 = 76%
B 139 of 255 = 55%

132
193
139

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

Portions of RGB colors in percentages

R + G + B = 132 + 193 + 139 = 464 (100%)
R 132 of 464 ~ 28.45%
G 193 of 464 ~ 41.59%
B 139 of 464 ~ 29.96'%

%28.45
%41.59
%29.96

CMYK color model

#84C18B color CMYK value is (32,0,28,24).

  • cyan value is 31.61%
  • magenta value is 0.00%
  • yellow value is 27.98%
  • key color value is 24.31%

CMYK: (32,0,28,24)
C32M0Y28K24 (32%, 0%, 28%, 24%)
(0.32 / 0.00 / 0.28 / 0.24)

CMYK percentages

%31.61
%0
%27.98
%24.31

Codes

Color #84C18B in popluar color models

84 C1 8B
RGB 132 193 139
HSL 127° 32.97% 63.73%
HSB/HSV 127° 31.61% 75.69%
CMYK 31.61% 0.00% 27.98%
24.31%

Color #84C18B in popluar number systems.

HEX 84 C1 8B
Decimal 132 193 139
Binary 10000100 11000001 10001011
Octal 204 301 213

Shades and tints

Shades of #84C18B

#84C18B
(132,193,139)
#78B07F
(120,176,127)
#6C9F73
(108,159,115)
#608E67
(96,142,103)
#547D5B
(84,125,91)
#486C4F
(72,108,79)
#3C5B43
(60,91,67)
#304A37
(48,74,55)
#24392B
(36,57,43)
#18281F
(24,40,31)
#0C1713
(12,23,19)
#000000
(0,0,0)

Tints of #84C18B

#84C18B
(132,193,139)
#8FC695
(143,198,149)
#9ACB9F
(154,203,159)
#A5D0A9
(165,208,169)
#B0D5B3
(176,213,179)
#BBDABD
(187,218,189)
#C6DFC7
(198,223,199)
#D1E4D1
(209,228,209)
#DCE9DB
(220,233,219)
#E7EEE5
(231,238,229)
#F2F3EF
(242,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84C18B color. Also use rgb(132,193,139) instead hex code.

Text Font Color

.myTextColor { color: #84C18B; }

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

This text font color is #84C18B.

Background Color

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

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

This div background color is #84C18B.

Border color

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

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

This div border color is #84C18B.

Opacity

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

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

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

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

This text has shadow with #84C18B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #84C18B.

Preview

Color preview on black background

This text has color #84C18B on black background.


Color preview on white background

This text has color #84C18B on white background.


Black color preview on #84C18B background

This text has black color on #84C18B background.


White color preview on #84C18B background

This text has white color on #84C18B background.


Related colors

Complementary color

Complementary color for #hex is #7B3E74.


I love getcolorcode.com

Triadic colors

1 #8B84C1 and #C18B84 with #84C18B are triadic colors.

2 #8BC184 and #C1848B with #84C18B are triadic colors.