COLOR #84D6EA

HEX: #84D6EA
RGB: (132,214,234)

Color info

#84D6EA contains mainly green and blue colors. Web safe color of #84D6EA is #99CCFF (or #9CF).

RGB color model

#84D6EA color RGB value is (132,214,234).

  • red value is 132;
  • green value is 214;
  • blue value is 234.
RGB:
(132,214,234)
(52%,84%,92%)

RGB channels and saturation

R 132 of 255 = 52%
G 214 of 255 = 84%
B 234 of 255 = 92%

132
214
234

R + G + B ~ 76%. #84D6EA is quite light color.

Portions of RGB colors in percentages

R + G + B =
132 + 214 + 234 = 580 (100%)
R 132 of 580 ~ 22.76%
G 214 of 580 ~ 36.9%
B 234 of 580 ~ 40.34%

%22.76
%36.9
%40.34

CMYK color model

#84D6EA color CMYK value is (44,9,0,8).

  • cyan value is 43.59%
  • magenta value is 8.55%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(44,9,0,8)
C44M9Y0K8 
(44%,9%,0%,8%)
(0.44/0.09/0.00/0.08)	

CMYK percentages

%43.59
%8.55
%0
%8.24

Codes

Color #84D6EA in popluar color models

84D6EA
RGB132214234
HSL192°70.83%71.76%
HSB/HSV192°43.59%91.76%
CMYK43.59%8.55%0.00%
8.24%

Color #84D6EA in popluar number systems.

HEX84D6EA
Decimal132214234
Binary100001001101011011101010
Octal204326352

Shades and tints

Shades of #84D6EA

#84D6EA
(132,214,234)
#78C3D5
(120,195,213)
#6CB0C0
(108,176,192)
#609DAB
(96,157,171)
#548A96
(84,138,150)
#487781
(72,119,129)
#3C646C
(60,100,108)
#305157
(48,81,87)
#243E42
(36,62,66)
#182B2D
(24,43,45)
#0C1818
(12,24,24)
#000000
(0,0,0)

Tints of #84D6EA

#84D6EA
(132,214,234)
#8FD9EB
(143,217,235)
#9ADCEC
(154,220,236)
#A5DFED
(165,223,237)
#B0E2EE
(176,226,238)
#BBE5EF
(187,229,239)
#C6E8F0
(198,232,240)
#D1EBF1
(209,235,241)
#DCEEF2
(220,238,242)
#E7F1F3
(231,241,243)
#F2F4F4
(242,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84D6EA color. Also use rgb(132,214,234) instead hex code.

Text Font Color

.myTextColor { color: #84D6EA; }

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

This text font color is #84D6EA.


Background Color

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

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

This div background color is #84D6EA.


Border color

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

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

This div border color is #84D6EA.


Opacity

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

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

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

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

This text has shadow with #84D6EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84D6EA on black background.


Color preview on white background

This text has color #84D6EA on white background.



Black color preview on #84D6EA background

This text has black color on #84D6EA background.


White color preview on #84D6EA background

This text has white color on #84D6EA background.