COLOR #84DEFD

HEX: #84DEFD
RGB: (132,222,253)

Color info

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

RGB color model

#84DEFD color RGB value is (132,222,253).

  • red value is 132;
  • green value is 222;
  • blue value is 253.
RGB:
(132,222,253)
(52%,87%,99%)

RGB channels and saturation

R 132 of 255 = 52%
G 222 of 255 = 87%
B 253 of 255 = 99%

132
222
253

R + G + B ~ 79%. #84DEFD is quite light color.

Portions of RGB colors in percentages

R + G + B =
132 + 222 + 253 = 607 (100%)
R 132 of 607 ~ 21.75%
G 222 of 607 ~ 36.57%
B 253 of 607 ~ 41.68%

%21.75
%36.57
%41.68

CMYK color model

#84DEFD color CMYK value is (48,12,0,1).

  • cyan value is 47.83%
  • magenta value is 12.25%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(48,12,0,1)
C48M12Y0K1 
(48%,12%,0%,1%)
(0.48/0.12/0.00/0.01)	

CMYK percentages

%47.83
%12.25
%0
%0.78

Codes

Color #84DEFD in popluar color models

84DEFD
RGB132222253
HSL195°96.80%75.49%
HSB/HSV195°47.83%99.22%
CMYK47.83%12.25%0.00%
0.78%

Color #84DEFD in popluar number systems.

HEX84DEFD
Decimal132222253
Binary100001001101111011111101
Octal204336375

Shades and tints

Shades of #84DEFD

#84DEFD
(132,222,253)
#78CAE6
(120,202,230)
#6CB6CF
(108,182,207)
#60A2B8
(96,162,184)
#548EA1
(84,142,161)
#487A8A
(72,122,138)
#3C6673
(60,102,115)
#30525C
(48,82,92)
#243E45
(36,62,69)
#182A2E
(24,42,46)
#0C1617
(12,22,23)
#000000
(0,0,0)

Tints of #84DEFD

#84DEFD
(132,222,253)
#8FE1FD
(143,225,253)
#9AE4FD
(154,228,253)
#A5E7FD
(165,231,253)
#B0EAFD
(176,234,253)
#BBEDFD
(187,237,253)
#C6F0FD
(198,240,253)
#D1F3FD
(209,243,253)
#DCF6FD
(220,246,253)
#E7F9FD
(231,249,253)
#F2FCFD
(242,252,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84DEFD color. Also use rgb(132,222,253) instead hex code.

Text Font Color

.myTextColor { color: #84DEFD; }

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

This text font color is #84DEFD.


Background Color

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

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

This div background color is #84DEFD.


Border color

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

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

This div border color is #84DEFD.


Opacity

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

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

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

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

This text has shadow with #84DEFD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84DEFD on black background.


Color preview on white background

This text has color #84DEFD on white background.



Black color preview on #84DEFD background

This text has black color on #84DEFD background.


White color preview on #84DEFD background

This text has white color on #84DEFD background.