COLOR #84C4BE

HEX: #84C4BE RGB: (132,196,190)

Color info

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

RGB color model

#84C4BE color RGB value is (132,196,190).

RGB: (132,196,190) (52%, 77%, 75%)

RGB channels and saturation

R 132 of 255 = 52%
G 196 of 255 = 77%
B 190 of 255 = 75%

132
196
190

R + G + B ~ 68%. #84C4BE is quite light color.

Portions of RGB colors in percentages

R + G + B = 132 + 196 + 190 = 518 (100%)
R 132 of 518 ~ 25.48%
G 196 of 518 ~ 37.84%
B 190 of 518 ~ 36.68'%

%25.48
%37.84
%36.68

CMYK color model

#84C4BE color CMYK value is (33,0,3,23).

  • cyan value is 32.65%
  • magenta value is 0.00%
  • yellow value is 3.06%
  • key color value is 23.14%

CMYK: (33,0,3,23)
C33M0Y3K23 (33%, 0%, 3%, 23%)
(0.33 / 0.00 / 0.03 / 0.23)

CMYK percentages

%32.65
%0
%3.06
%23.14

Codes

Color #84C4BE in popluar color models

84 C4 BE
RGB 132 196 190
HSL 174° 35.16% 64.31%
HSB/HSV 174° 32.65% 76.86%
CMYK 32.65% 0.00% 3.06%
23.14%

Color #84C4BE in popluar number systems.

HEX 84 C4 BE
Decimal 132 196 190
Binary 10000100 11000100 10111110
Octal 204 304 276

Shades and tints

Shades of #84C4BE

#84C4BE
(132,196,190)
#78B3AD
(120,179,173)
#6CA29C
(108,162,156)
#60918B
(96,145,139)
#54807A
(84,128,122)
#486F69
(72,111,105)
#3C5E58
(60,94,88)
#304D47
(48,77,71)
#243C36
(36,60,54)
#182B25
(24,43,37)
#0C1A14
(12,26,20)
#000000
(0,0,0)

Tints of #84C4BE

#84C4BE
(132,196,190)
#8FC9C3
(143,201,195)
#9ACEC8
(154,206,200)
#A5D3CD
(165,211,205)
#B0D8D2
(176,216,210)
#BBDDD7
(187,221,215)
#C6E2DC
(198,226,220)
#D1E7E1
(209,231,225)
#DCECE6
(220,236,230)
#E7F1EB
(231,241,235)
#F2F6F0
(242,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84C4BE; }

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

This text font color is #84C4BE.

Background Color

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

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

This div background color is #84C4BE.

Border color

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

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

This div border color is #84C4BE.

Opacity

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

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

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

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

This text has shadow with #84C4BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #84C4BE.

Preview

Color preview on black background

This text has color #84C4BE on black background.


Color preview on white background

This text has color #84C4BE on white background.


Black color preview on #84C4BE background

This text has black color on #84C4BE background.


White color preview on #84C4BE background

This text has white color on #84C4BE background.


Related colors

Complementary color

Complementary color for #hex is #7B3B41.


I love getcolorcode.com

Triadic colors

1 #BE84C4 and #C4BE84 with #84C4BE are triadic colors.

2 #BEC484 and #C484BE with #84C4BE are triadic colors.