COLOR #84AFDA

HEX: #84AFDA
RGB: (132,175,218)

Color info

#84AFDA contains mainly green and blue colors. Web safe color of #84AFDA is #9999CC (or #99C).

RGB color model

#84AFDA color RGB value is (132,175,218).

  • red value is 132;
  • green value is 175;
  • blue value is 218.
RGB:
(132,175,218)
(52%,69%,85%)

RGB channels and saturation

R 132 of 255 = 52%
G 175 of 255 = 69%
B 218 of 255 = 85%

132
175
218

R + G + B ~ 69%. #84AFDA is quite light color.

Portions of RGB colors in percentages

R + G + B =
132 + 175 + 218 = 525 (100%)
R 132 of 525 ~ 25.14%
G 175 of 525 ~ 33.33%
B 218 of 525 ~ 41.52%

%25.14
%33.33
%41.52

CMYK color model

#84AFDA color CMYK value is (39,20,0,15).

  • cyan value is 39.45%
  • magenta value is 19.72%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(39,20,0,15)
C39M20Y0K15 
(39%,20%,0%,15%)
(0.39/0.20/0.00/0.15)	

CMYK percentages

%39.45
%19.72
%0
%14.51

Codes

Color #84AFDA in popluar color models

84AFDA
RGB132175218
HSL210°53.75%68.63%
HSB/HSV210°39.45%85.49%
CMYK39.45%19.72%0.00%
14.51%

Color #84AFDA in popluar number systems.

HEX84AFDA
Decimal132175218
Binary100001001010111111011010
Octal204257332

Shades and tints

Shades of #84AFDA

#84AFDA
(132,175,218)
#78A0C7
(120,160,199)
#6C91B4
(108,145,180)
#6082A1
(96,130,161)
#54738E
(84,115,142)
#48647B
(72,100,123)
#3C5568
(60,85,104)
#304655
(48,70,85)
#243742
(36,55,66)
#18282F
(24,40,47)
#0C191C
(12,25,28)
#000000
(0,0,0)

Tints of #84AFDA

#84AFDA
(132,175,218)
#8FB6DD
(143,182,221)
#9ABDE0
(154,189,224)
#A5C4E3
(165,196,227)
#B0CBE6
(176,203,230)
#BBD2E9
(187,210,233)
#C6D9EC
(198,217,236)
#D1E0EF
(209,224,239)
#DCE7F2
(220,231,242)
#E7EEF5
(231,238,245)
#F2F5F8
(242,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84AFDA color. Also use rgb(132,175,218) instead hex code.

Text Font Color

.myTextColor { color: #84AFDA; }

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

This text font color is #84AFDA.


Background Color

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

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

This div background color is #84AFDA.


Border color

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

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

This div border color is #84AFDA.


Opacity

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

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

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

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

This text has shadow with #84AFDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84AFDA on black background.


Color preview on white background

This text has color #84AFDA on white background.



Black color preview on #84AFDA background

This text has black color on #84AFDA background.


White color preview on #84AFDA background

This text has white color on #84AFDA background.