COLOR #84E0CB

HEX: #84E0CB RGB: (132,224,203)

Color info

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

RGB color model

#84E0CB color RGB value is (132,224,203).

RGB: (132,224,203) (52%, 88%, 80%)

RGB channels and saturation

R 132 of 255 = 52%
G 224 of 255 = 88%
B 203 of 255 = 80%

132
224
203

R + G + B ~ 73%. #84E0CB is quite light color.

Portions of RGB colors in percentages

R + G + B = 132 + 224 + 203 = 559 (100%)
R 132 of 559 ~ 23.61%
G 224 of 559 ~ 40.07%
B 203 of 559 ~ 36.31'%

%23.61
%40.07
%36.31

CMYK color model

#84E0CB color CMYK value is (41,0,9,12).

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

CMYK: (41,0,9,12)
C41M0Y9K12 (41%, 0%, 9%, 12%)
(0.41 / 0.00 / 0.09 / 0.12)

CMYK percentages

%41.07
%0
%9.38
%12.16

Codes

Color #84E0CB in popluar color models

84 E0 CB
RGB 132 224 203
HSL 166° 59.74% 69.80%
HSB/HSV 166° 41.07% 87.84%
CMYK 41.07% 0.00% 9.38%
12.16%

Color #84E0CB in popluar number systems.

HEX 84 E0 CB
Decimal 132 224 203
Binary 10000100 11100000 11001011
Octal 204 340 313

Shades and tints

Shades of #84E0CB

#84E0CB
(132,224,203)
#78CCB9
(120,204,185)
#6CB8A7
(108,184,167)
#60A495
(96,164,149)
#549083
(84,144,131)
#487C71
(72,124,113)
#3C685F
(60,104,95)
#30544D
(48,84,77)
#24403B
(36,64,59)
#182C29
(24,44,41)
#0C1817
(12,24,23)
#000000
(0,0,0)

Tints of #84E0CB

#84E0CB
(132,224,203)
#8FE2CF
(143,226,207)
#9AE4D3
(154,228,211)
#A5E6D7
(165,230,215)
#B0E8DB
(176,232,219)
#BBEADF
(187,234,223)
#C6ECE3
(198,236,227)
#D1EEE7
(209,238,231)
#DCF0EB
(220,240,235)
#E7F2EF
(231,242,239)
#F2F4F3
(242,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84E0CB; }

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

This text font color is #84E0CB.

Background Color

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

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

This div background color is #84E0CB.

Border color

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

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

This div border color is #84E0CB.

Opacity

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

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

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

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

This text has shadow with #84E0CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #84E0CB.

Preview

Color preview on black background

This text has color #84E0CB on black background.


Color preview on white background

This text has color #84E0CB on white background.


Black color preview on #84E0CB background

This text has black color on #84E0CB background.


White color preview on #84E0CB background

This text has white color on #84E0CB background.


Related colors

Complementary color

Complementary color for #hex is #7B1F34.


I love getcolorcode.com

Triadic colors

1 #CB84E0 and #E0CB84 with #84E0CB are triadic colors.

2 #CBE084 and #E084CB with #84E0CB are triadic colors.