COLOR #84E0BD

HEX: #84E0BD RGB: (132,224,189)

Color info

#84E0BD contains mainly green and blue colors. Web safe color of #84E0BD is #99CCCC (or #9CC).

RGB color model

#84E0BD color RGB value is (132,224,189).

RGB: (132,224,189) (52%, 88%, 74%)

RGB channels and saturation

R 132 of 255 = 52%
G 224 of 255 = 88%
B 189 of 255 = 74%

132
224
189

R + G + B ~ 71%. #84E0BD is quite light color.

Portions of RGB colors in percentages

R + G + B = 132 + 224 + 189 = 545 (100%)
R 132 of 545 ~ 24.22%
G 224 of 545 ~ 41.1%
B 189 of 545 ~ 34.68'%

%24.22
%41.1
%34.68

CMYK color model

#84E0BD color CMYK value is (41,0,16,12).

  • cyan value is 41.07%
  • magenta value is 0.00%
  • yellow value is 15.63%
  • key color value is 12.16%

CMYK: (41,0,16,12)
C41M0Y16K12 (41%, 0%, 16%, 12%)
(0.41 / 0.00 / 0.16 / 0.12)

CMYK percentages

%41.07
%0
%15.63
%12.16

Codes

Color #84E0BD in popluar color models

84 E0 BD
RGB 132 224 189
HSL 157° 59.74% 69.80%
HSB/HSV 157° 41.07% 87.84%
CMYK 41.07% 0.00% 15.63%
12.16%

Color #84E0BD in popluar number systems.

HEX 84 E0 BD
Decimal 132 224 189
Binary 10000100 11100000 10111101
Octal 204 340 275

Shades and tints

Shades of #84E0BD

#84E0BD
(132,224,189)
#78CCAC
(120,204,172)
#6CB89B
(108,184,155)
#60A48A
(96,164,138)
#549079
(84,144,121)
#487C68
(72,124,104)
#3C6857
(60,104,87)
#305446
(48,84,70)
#244035
(36,64,53)
#182C24
(24,44,36)
#0C1813
(12,24,19)
#000000
(0,0,0)

Tints of #84E0BD

#84E0BD
(132,224,189)
#8FE2C3
(143,226,195)
#9AE4C9
(154,228,201)
#A5E6CF
(165,230,207)
#B0E8D5
(176,232,213)
#BBEADB
(187,234,219)
#C6ECE1
(198,236,225)
#D1EEE7
(209,238,231)
#DCF0ED
(220,240,237)
#E7F2F3
(231,242,243)
#F2F4F9
(242,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84E0BD color. Also use rgb(132,224,189) instead hex code.

Text Font Color

.myTextColor { color: #84E0BD; }

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

This text font color is #84E0BD.

Background Color

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

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

This div background color is #84E0BD.

Border color

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

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

This div border color is #84E0BD.

Opacity

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

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

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

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

This text has shadow with #84E0BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #84E0BD.

Preview

Color preview on black background

This text has color #84E0BD on black background.


Color preview on white background

This text has color #84E0BD on white background.


Black color preview on #84E0BD background

This text has black color on #84E0BD background.


White color preview on #84E0BD background

This text has white color on #84E0BD background.


Related colors

Complementary color

Complementary color for #hex is #7B1F42.


I love getcolorcode.com

Triadic colors

1 #BD84E0 and #E0BD84 with #84E0BD are triadic colors.

2 #BDE084 and #E084BD with #84E0BD are triadic colors.