COLOR #84CCF2

HEX: #84CCF2
RGB: (132,204,242)

Color info

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

RGB color model

#84CCF2 color RGB value is (132,204,242).

  • red value is 132;
  • green value is 204;
  • blue value is 242.
RGB:
(132,204,242)
(52%,80%,95%)

RGB channels and saturation

R 132 of 255 = 52%
G 204 of 255 = 80%
B 242 of 255 = 95%

132
204
242

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

Portions of RGB colors in percentages

R + G + B =
132 + 204 + 242 = 578 (100%)
R 132 of 578 ~ 22.84%
G 204 of 578 ~ 35.29%
B 242 of 578 ~ 41.87%

%22.84
%35.29
%41.87

CMYK color model

#84CCF2 color CMYK value is (45,16,0,5).

  • cyan value is 45.45%
  • magenta value is 15.70%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(45,16,0,5)
C45M16Y0K5 
(45%,16%,0%,5%)
(0.45/0.16/0.00/0.05)	

CMYK percentages

%45.45
%15.7
%0
%5.1

Codes

Color #84CCF2 in popluar color models

84CCF2
RGB132204242
HSL201°80.88%73.33%
HSB/HSV201°45.45%94.90%
CMYK45.45%15.70%0.00%
5.10%

Color #84CCF2 in popluar number systems.

HEX84CCF2
Decimal132204242
Binary100001001100110011110010
Octal204314362

Shades and tints

Shades of #84CCF2

#84CCF2
(132,204,242)
#78BADC
(120,186,220)
#6CA8C6
(108,168,198)
#6096B0
(96,150,176)
#54849A
(84,132,154)
#487284
(72,114,132)
#3C606E
(60,96,110)
#304E58
(48,78,88)
#243C42
(36,60,66)
#182A2C
(24,42,44)
#0C1816
(12,24,22)
#000000
(0,0,0)

Tints of #84CCF2

#84CCF2
(132,204,242)
#8FD0F3
(143,208,243)
#9AD4F4
(154,212,244)
#A5D8F5
(165,216,245)
#B0DCF6
(176,220,246)
#BBE0F7
(187,224,247)
#C6E4F8
(198,228,248)
#D1E8F9
(209,232,249)
#DCECFA
(220,236,250)
#E7F0FB
(231,240,251)
#F2F4FC
(242,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84CCF2 color. Also use rgb(132,204,242) instead hex code.

Text Font Color

.myTextColor { color: #84CCF2; }

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

This text font color is #84CCF2.


Background Color

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

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

This div background color is #84CCF2.


Border color

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

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

This div border color is #84CCF2.


Opacity

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

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

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

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

This text has shadow with #84CCF2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84CCF2 on black background.


Color preview on white background

This text has color #84CCF2 on white background.



Black color preview on #84CCF2 background

This text has black color on #84CCF2 background.


White color preview on #84CCF2 background

This text has white color on #84CCF2 background.