COLOR #84BE9A

HEX: #84BE9A RGB: (132,190,154)

Color info

#84BE9A contains red, green and blue colors in about the same proportion. Web safe color of #84BE9A is #99CC99 (or #9C9).

RGB color model

#84BE9A color RGB value is (132,190,154).

RGB: (132,190,154) (52%, 75%, 60%)

RGB channels and saturation

R 132 of 255 = 52%
G 190 of 255 = 75%
B 154 of 255 = 60%

132
190
154

R + G + B ~ 62%. #84BE9A is quite light color.

Portions of RGB colors in percentages

R + G + B = 132 + 190 + 154 = 476 (100%)
R 132 of 476 ~ 27.73%
G 190 of 476 ~ 39.92%
B 154 of 476 ~ 32.35'%

%27.73
%39.92
%32.35

CMYK color model

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

  • cyan value is 30.53%
  • magenta value is 0.00%
  • yellow value is 18.95%
  • key color value is 25.49%

CMYK: (31,0,19,25)
C31M0Y19K25 (31%, 0%, 19%, 25%)
(0.31 / 0.00 / 0.19 / 0.25)

CMYK percentages

%30.53
%0
%18.95
%25.49

Codes

Color #84BE9A in popluar color models

84 BE 9A
RGB 132 190 154
HSL 143° 30.85% 63.14%
HSB/HSV 143° 30.53% 74.51%
CMYK 30.53% 0.00% 18.95%
25.49%

Color #84BE9A in popluar number systems.

HEX 84 BE 9A
Decimal 132 190 154
Binary 10000100 10111110 10011010
Octal 204 276 232

Shades and tints

Shades of #84BE9A

#84BE9A
(132,190,154)
#78AD8C
(120,173,140)
#6C9C7E
(108,156,126)
#608B70
(96,139,112)
#547A62
(84,122,98)
#486954
(72,105,84)
#3C5846
(60,88,70)
#304738
(48,71,56)
#24362A
(36,54,42)
#18251C
(24,37,28)
#0C140E
(12,20,14)
#000000
(0,0,0)

Tints of #84BE9A

#84BE9A
(132,190,154)
#8FC3A3
(143,195,163)
#9AC8AC
(154,200,172)
#A5CDB5
(165,205,181)
#B0D2BE
(176,210,190)
#BBD7C7
(187,215,199)
#C6DCD0
(198,220,208)
#D1E1D9
(209,225,217)
#DCE6E2
(220,230,226)
#E7EBEB
(231,235,235)
#F2F0F4
(242,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84BE9A color. Also use rgb(132,190,154) instead hex code.

Text Font Color

.myTextColor { color: #84BE9A; }

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

This text font color is #84BE9A.

Background Color

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

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

This div background color is #84BE9A.

Border color

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

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

This div border color is #84BE9A.

Opacity

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

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

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

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

This text has shadow with #84BE9A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #84BE9A.

Preview

Color preview on black background

This text has color #84BE9A on black background.


Color preview on white background

This text has color #84BE9A on white background.


Black color preview on #84BE9A background

This text has black color on #84BE9A background.


White color preview on #84BE9A background

This text has white color on #84BE9A background.


Related colors

Complementary color

Complementary color for #hex is #7B4165.


I love getcolorcode.com

Triadic colors

1 #9A84BE and #BE9A84 with #84BE9A are triadic colors.

2 #9ABE84 and #BE849A with #84BE9A are triadic colors.