COLOR #84A0EB

HEX: #84A0EB RGB: (132,160,235)

Color info

#84A0EB contains mainly blue color. Web safe color of #84A0EB is #9999FF (or #99F).

RGB color model

#84A0EB color RGB value is (132,160,235).

RGB: (132,160,235) (52%, 63%, 92%)

RGB channels and saturation

R 132 of 255 = 52%
G 160 of 255 = 63%
B 235 of 255 = 92%

132
160
235

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

Portions of RGB colors in percentages

R + G + B = 132 + 160 + 235 = 527 (100%)
R 132 of 527 ~ 25.05%
G 160 of 527 ~ 30.36%
B 235 of 527 ~ 44.59'%

%25.05
%30.36
%44.59

CMYK color model

#84A0EB color CMYK value is (44,32,0,8).

  • cyan value is 43.83%
  • magenta value is 31.91%
  • yellow value is 0.00%
  • key color value is 7.84%

CMYK: (44,32,0,8)
C44M32Y0K8 (44%, 32%, 0%, 8%)
(0.44 / 0.32 / 0.00 / 0.08)

CMYK percentages

%43.83
%31.91
%0
%7.84

Codes

Color #84A0EB in popluar color models

84 A0 EB
RGB 132 160 235
HSL 224° 72.03% 71.96%
HSB/HSV 224° 43.83% 92.16%
CMYK 43.83% 31.91% 0.00%
7.84%

Color #84A0EB in popluar number systems.

HEX 84 A0 EB
Decimal 132 160 235
Binary 10000100 10100000 11101011
Octal 204 240 353

Shades and tints

Shades of #84A0EB

#84A0EB
(132,160,235)
#7892D6
(120,146,214)
#6C84C1
(108,132,193)
#6076AC
(96,118,172)
#546897
(84,104,151)
#485A82
(72,90,130)
#3C4C6D
(60,76,109)
#303E58
(48,62,88)
#243043
(36,48,67)
#18222E
(24,34,46)
#0C1419
(12,20,25)
#000000
(0,0,0)

Tints of #84A0EB

#84A0EB
(132,160,235)
#8FA8EC
(143,168,236)
#9AB0ED
(154,176,237)
#A5B8EE
(165,184,238)
#B0C0EF
(176,192,239)
#BBC8F0
(187,200,240)
#C6D0F1
(198,208,241)
#D1D8F2
(209,216,242)
#DCE0F3
(220,224,243)
#E7E8F4
(231,232,244)
#F2F0F5
(242,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84A0EB color. Also use rgb(132,160,235) instead hex code.

Text Font Color

.myTextColor { color: #84A0EB; }

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

This text font color is #84A0EB.

Background Color

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

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

This div background color is #84A0EB.

Border color

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

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

This div border color is #84A0EB.

Opacity

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

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

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

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

This text has shadow with #84A0EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #84A0EB.

Preview

Color preview on black background

This text has color #84A0EB on black background.


Color preview on white background

This text has color #84A0EB on white background.


Black color preview on #84A0EB background

This text has black color on #84A0EB background.


White color preview on #84A0EB background

This text has white color on #84A0EB background.


Related colors

Complementary color

Complementary color for #hex is #7B5F14.


I love getcolorcode.com

Triadic colors

1 #EB84A0 and #A0EB84 with #84A0EB are triadic colors.

2 #EBA084 and #A084EB with #84A0EB are triadic colors.