COLOR #84AFDB

HEX: #84AFDB
RGB: (132,175,219)

Color info

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

RGB color model

#84AFDB color RGB value is (132,175,219).

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

RGB channels and saturation

R 132 of 255 = 52%
G 175 of 255 = 69%
B 219 of 255 = 86%

132
175
219

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

Portions of RGB colors in percentages

R + G + B =
132 + 175 + 219 = 526 (100%)
R 132 of 526 ~ 25.1%
G 175 of 526 ~ 33.27%
B 219 of 526 ~ 41.63%

%25.1
%33.27
%41.63

CMYK color model

#84AFDB color CMYK value is (40,20,0,14).

  • cyan value is 39.73%
  • magenta value is 20.09%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(40,20,0,14)
C40M20Y0K14 
(40%,20%,0%,14%)
(0.40/0.20/0.00/0.14)	

CMYK percentages

%39.73
%20.09
%0
%14.12

Codes

Color #84AFDB in popluar color models

84AFDB
RGB132175219
HSL210°54.72%68.82%
HSB/HSV210°39.73%85.88%
CMYK39.73%20.09%0.00%
14.12%

Color #84AFDB in popluar number systems.

HEX84AFDB
Decimal132175219
Binary100001001010111111011011
Octal204257333

Shades and tints

Shades of #84AFDB

#84AFDB
(132,175,219)
#78A0C8
(120,160,200)
#6C91B5
(108,145,181)
#6082A2
(96,130,162)
#54738F
(84,115,143)
#48647C
(72,100,124)
#3C5569
(60,85,105)
#304656
(48,70,86)
#243743
(36,55,67)
#182830
(24,40,48)
#0C191D
(12,25,29)
#000000
(0,0,0)

Tints of #84AFDB

#84AFDB
(132,175,219)
#8FB6DE
(143,182,222)
#9ABDE1
(154,189,225)
#A5C4E4
(165,196,228)
#B0CBE7
(176,203,231)
#BBD2EA
(187,210,234)
#C6D9ED
(198,217,237)
#D1E0F0
(209,224,240)
#DCE7F3
(220,231,243)
#E7EEF6
(231,238,246)
#F2F5F9
(242,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84AFDB; }

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

This text font color is #84AFDB.


Background Color

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

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

This div background color is #84AFDB.


Border color

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

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

This div border color is #84AFDB.


Opacity

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

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

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

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

This text has shadow with #84AFDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84AFDB on black background.


Color preview on white background

This text has color #84AFDB on white background.



Black color preview on #84AFDB background

This text has black color on #84AFDB background.


White color preview on #84AFDB background

This text has white color on #84AFDB background.