COLOR #84AED5

HEX: #84AED5 RGB: (132,174,213)

Color info

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

RGB color model

#84AED5 color RGB value is (132,174,213).

RGB: (132,174,213) (52%, 68%, 84%)

RGB channels and saturation

R 132 of 255 = 52%
G 174 of 255 = 68%
B 213 of 255 = 84%

132
174
213

R + G + B ~ 68%. #84AED5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 132 + 174 + 213 = 519 (100%)
R 132 of 519 ~ 25.43%
G 174 of 519 ~ 33.53%
B 213 of 519 ~ 41.04'%

%25.43
%33.53
%41.04

CMYK color model

#84AED5 color CMYK value is (38,18,0,16).

  • cyan value is 38.03%
  • magenta value is 18.31%
  • yellow value is 0.00%
  • key color value is 16.47%

CMYK: (38,18,0,16)
C38M18Y0K16 (38%, 18%, 0%, 16%)
(0.38 / 0.18 / 0.00 / 0.16)

CMYK percentages

%38.03
%18.31
%0
%16.47

Codes

Color #84AED5 in popluar color models

84 AE D5
RGB 132 174 213
HSL 209° 49.09% 67.65%
HSB/HSV 209° 38.03% 83.53%
CMYK 38.03% 18.31% 0.00%
16.47%

Color #84AED5 in popluar number systems.

HEX 84 AE D5
Decimal 132 174 213
Binary 10000100 10101110 11010101
Octal 204 256 325

Shades and tints

Shades of #84AED5

#84AED5
(132,174,213)
#789FC2
(120,159,194)
#6C90AF
(108,144,175)
#60819C
(96,129,156)
#547289
(84,114,137)
#486376
(72,99,118)
#3C5463
(60,84,99)
#304550
(48,69,80)
#24363D
(36,54,61)
#18272A
(24,39,42)
#0C1817
(12,24,23)
#000000
(0,0,0)

Tints of #84AED5

#84AED5
(132,174,213)
#8FB5D8
(143,181,216)
#9ABCDB
(154,188,219)
#A5C3DE
(165,195,222)
#B0CAE1
(176,202,225)
#BBD1E4
(187,209,228)
#C6D8E7
(198,216,231)
#D1DFEA
(209,223,234)
#DCE6ED
(220,230,237)
#E7EDF0
(231,237,240)
#F2F4F3
(242,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84AED5 color. Also use rgb(132,174,213) instead hex code.

Text Font Color

.myTextColor { color: #84AED5; }

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

This text font color is #84AED5.

Background Color

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

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

This div background color is #84AED5.

Border color

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

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

This div border color is #84AED5.

Opacity

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

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

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

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

This text has shadow with #84AED5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #84AED5.

Preview

Color preview on black background

This text has color #84AED5 on black background.


Color preview on white background

This text has color #84AED5 on white background.


Black color preview on #84AED5 background

This text has black color on #84AED5 background.


White color preview on #84AED5 background

This text has white color on #84AED5 background.


Related colors

Complementary color

Complementary color for #hex is #7B512A.


I love getcolorcode.com

Triadic colors

1 #D584AE and #AED584 with #84AED5 are triadic colors.

2 #D5AE84 and #AE84D5 with #84AED5 are triadic colors.