COLOR #84DCC8

HEX: #84DCC8
RGB: (132,220,200)

Color info

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

RGB color model

#84DCC8 color RGB value is (132,220,200).

  • red value is 132;
  • green value is 220;
  • blue value is 200.
RGB:
(132,220,200)
(52%,86%,78%)

RGB channels and saturation

R 132 of 255 = 52%
G 220 of 255 = 86%
B 200 of 255 = 78%

132
220
200

R + G + B ~ 72%. #84DCC8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
132 + 220 + 200 = 552 (100%)
R 132 of 552 ~ 23.91%
G 220 of 552 ~ 39.86%
B 200 of 552 ~ 36.23%

%23.91
%39.86
%36.23

CMYK color model

#84DCC8 color CMYK value is (40,0,9,14).

  • cyan value is 40.00%
  • magenta value is 0.00%
  • yellow value is 9.09%
  • key color value is 13.73%
CMYK:
(40,0,9,14)
C40M0Y9K14 
(40%,0%,9%,14%)
(0.40/0.00/0.09/0.14)	

CMYK percentages

%40
%0
%9.09
%13.73

Codes

Color #84DCC8 in popluar color models

84DCC8
RGB132220200
HSL166°55.70%69.02%
HSB/HSV166°40.00%86.27%
CMYK40.00%0.00%9.09%
13.73%

Color #84DCC8 in popluar number systems.

HEX84DCC8
Decimal132220200
Binary100001001101110011001000
Octal204334310

Shades and tints

Shades of #84DCC8

#84DCC8
(132,220,200)
#78C8B6
(120,200,182)
#6CB4A4
(108,180,164)
#60A092
(96,160,146)
#548C80
(84,140,128)
#48786E
(72,120,110)
#3C645C
(60,100,92)
#30504A
(48,80,74)
#243C38
(36,60,56)
#182826
(24,40,38)
#0C1414
(12,20,20)
#000000
(0,0,0)

Tints of #84DCC8

#84DCC8
(132,220,200)
#8FDFCD
(143,223,205)
#9AE2D2
(154,226,210)
#A5E5D7
(165,229,215)
#B0E8DC
(176,232,220)
#BBEBE1
(187,235,225)
#C6EEE6
(198,238,230)
#D1F1EB
(209,241,235)
#DCF4F0
(220,244,240)
#E7F7F5
(231,247,245)
#F2FAFA
(242,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84DCC8 color. Also use rgb(132,220,200) instead hex code.

Text Font Color

.myTextColor { color: #84DCC8; }

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

This text font color is #84DCC8.


Background Color

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

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

This div background color is #84DCC8.


Border color

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

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

This div border color is #84DCC8.


Opacity

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

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

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

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

This text has shadow with #84DCC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84DCC8 on black background.


Color preview on white background

This text has color #84DCC8 on white background.



Black color preview on #84DCC8 background

This text has black color on #84DCC8 background.


White color preview on #84DCC8 background

This text has white color on #84DCC8 background.