COLOR #84CED2

HEX: #84CED2
RGB: (132,206,210)

Color info

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

RGB color model

#84CED2 color RGB value is (132,206,210).

  • red value is 132;
  • green value is 206;
  • blue value is 210.
RGB:
(132,206,210)
(52%,81%,82%)

RGB channels and saturation

R 132 of 255 = 52%
G 206 of 255 = 81%
B 210 of 255 = 82%

132
206
210

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

Portions of RGB colors in percentages

R + G + B =
132 + 206 + 210 = 548 (100%)
R 132 of 548 ~ 24.09%
G 206 of 548 ~ 37.59%
B 210 of 548 ~ 38.32%

%24.09
%37.59
%38.32

CMYK color model

#84CED2 color CMYK value is (37,2,0,18).

  • cyan value is 37.14%
  • magenta value is 1.90%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(37,2,0,18)
C37M2Y0K18 
(37%,2%,0%,18%)
(0.37/0.02/0.00/0.18)	

CMYK percentages

%37.14
%1.9
%0
%17.65

Codes

Color #84CED2 in popluar color models

84CED2
RGB132206210
HSL183°46.43%67.06%
HSB/HSV183°37.14%82.35%
CMYK37.14%1.90%0.00%
17.65%

Color #84CED2 in popluar number systems.

HEX84CED2
Decimal132206210
Binary100001001100111011010010
Octal204316322

Shades and tints

Shades of #84CED2

#84CED2
(132,206,210)
#78BCBF
(120,188,191)
#6CAAAC
(108,170,172)
#609899
(96,152,153)
#548686
(84,134,134)
#487473
(72,116,115)
#3C6260
(60,98,96)
#30504D
(48,80,77)
#243E3A
(36,62,58)
#182C27
(24,44,39)
#0C1A14
(12,26,20)
#000000
(0,0,0)

Tints of #84CED2

#84CED2
(132,206,210)
#8FD2D6
(143,210,214)
#9AD6DA
(154,214,218)
#A5DADE
(165,218,222)
#B0DEE2
(176,222,226)
#BBE2E6
(187,226,230)
#C6E6EA
(198,230,234)
#D1EAEE
(209,234,238)
#DCEEF2
(220,238,242)
#E7F2F6
(231,242,246)
#F2F6FA
(242,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84CED2 color. Also use rgb(132,206,210) instead hex code.

Text Font Color

.myTextColor { color: #84CED2; }

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

This text font color is #84CED2.


Background Color

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

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

This div background color is #84CED2.


Border color

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

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

This div border color is #84CED2.


Opacity

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

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

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

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

This text has shadow with #84CED2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84CED2 on black background.


Color preview on white background

This text has color #84CED2 on white background.



Black color preview on #84CED2 background

This text has black color on #84CED2 background.


White color preview on #84CED2 background

This text has white color on #84CED2 background.