COLOR #84DDF0

HEX: #84DDF0
RGB: (132,221,240)

Color info

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

RGB color model

#84DDF0 color RGB value is (132,221,240).

  • red value is 132;
  • green value is 221;
  • blue value is 240.
RGB:
(132,221,240)
(52%,87%,94%)

RGB channels and saturation

R 132 of 255 = 52%
G 221 of 255 = 87%
B 240 of 255 = 94%

132
221
240

R + G + B ~ 78%. #84DDF0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
132 + 221 + 240 = 593 (100%)
R 132 of 593 ~ 22.26%
G 221 of 593 ~ 37.27%
B 240 of 593 ~ 40.47%

%22.26
%37.27
%40.47

CMYK color model

#84DDF0 color CMYK value is (45,8,0,6).

  • cyan value is 45.00%
  • magenta value is 7.92%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(45,8,0,6)
C45M8Y0K6 
(45%,8%,0%,6%)
(0.45/0.08/0.00/0.06)	

CMYK percentages

%45
%7.92
%0
%5.88

Codes

Color #84DDF0 in popluar color models

84DDF0
RGB132221240
HSL191°78.26%72.94%
HSB/HSV191°45.00%94.12%
CMYK45.00%7.92%0.00%
5.88%

Color #84DDF0 in popluar number systems.

HEX84DDF0
Decimal132221240
Binary100001001101110111110000
Octal204335360

Shades and tints

Shades of #84DDF0

#84DDF0
(132,221,240)
#78C9DB
(120,201,219)
#6CB5C6
(108,181,198)
#60A1B1
(96,161,177)
#548D9C
(84,141,156)
#487987
(72,121,135)
#3C6572
(60,101,114)
#30515D
(48,81,93)
#243D48
(36,61,72)
#182933
(24,41,51)
#0C151E
(12,21,30)
#000000
(0,0,0)

Tints of #84DDF0

#84DDF0
(132,221,240)
#8FE0F1
(143,224,241)
#9AE3F2
(154,227,242)
#A5E6F3
(165,230,243)
#B0E9F4
(176,233,244)
#BBECF5
(187,236,245)
#C6EFF6
(198,239,246)
#D1F2F7
(209,242,247)
#DCF5F8
(220,245,248)
#E7F8F9
(231,248,249)
#F2FBFA
(242,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84DDF0 color. Also use rgb(132,221,240) instead hex code.

Text Font Color

.myTextColor { color: #84DDF0; }

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

This text font color is #84DDF0.


Background Color

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

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

This div background color is #84DDF0.


Border color

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

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

This div border color is #84DDF0.


Opacity

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

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

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

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

This text has shadow with #84DDF0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84DDF0 on black background.


Color preview on white background

This text has color #84DDF0 on white background.



Black color preview on #84DDF0 background

This text has black color on #84DDF0 background.


White color preview on #84DDF0 background

This text has white color on #84DDF0 background.