COLOR #84B2EA

HEX: #84B2EA RGB: (132,178,234)

Color info

#84B2EA contains mainly green and blue colors. Web safe color of #84B2EA is #9999FF (or #99F).

RGB color model

#84B2EA color RGB value is (132,178,234).

RGB: (132,178,234) (52%, 70%, 92%)

RGB channels and saturation

R 132 of 255 = 52%
G 178 of 255 = 70%
B 234 of 255 = 92%

132
178
234

R + G + B ~ 71%. #84B2EA is quite light color.

Portions of RGB colors in percentages

R + G + B = 132 + 178 + 234 = 544 (100%)
R 132 of 544 ~ 24.26%
G 178 of 544 ~ 32.72%
B 234 of 544 ~ 43.01'%

%24.26
%32.72
%43.01

CMYK color model

#84B2EA color CMYK value is (44,24,0,8).

  • cyan value is 43.59%
  • magenta value is 23.93%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK: (44,24,0,8) C44M24Y0K8 (44%,24%,0%,8%) (0.44/0.24/0.00/0.08) 

CMYK percentages

%43.59
%23.93
%0
%8.24

Codes

Color #84B2EA in popluar color models

84 B2 EA
RGB 132 178 234
HSL 213° 70.83% 71.76%
HSB/HSV 213° 43.59% 91.76%
CMYK 43.59% 23.93% 0.00%
8.24%

Color #84B2EA in popluar number systems.

HEX 84 B2 EA
Decimal 132 178 234
Binary 10000100 10110010 11101010
Octal 204 262 352

Shades and tints

Shades of #84B2EA

#84B2EA
(132,178,234)
#78A2D5
(120,162,213)
#6C92C0
(108,146,192)
#6082AB
(96,130,171)
#547296
(84,114,150)
#486281
(72,98,129)
#3C526C
(60,82,108)
#304257
(48,66,87)
#243242
(36,50,66)
#18222D
(24,34,45)
#0C1218
(12,18,24)
#000000
(0,0,0)

Tints of #84B2EA

#84B2EA
(132,178,234)
#8FB9EB
(143,185,235)
#9AC0EC
(154,192,236)
#A5C7ED
(165,199,237)
#B0CEEE
(176,206,238)
#BBD5EF
(187,213,239)
#C6DCF0
(198,220,240)
#D1E3F1
(209,227,241)
#DCEAF2
(220,234,242)
#E7F1F3
(231,241,243)
#F2F8F4
(242,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84B2EA color. Also use rgb(132,178,234) instead hex code.

Text Font Color

.myTextColor { color: #84B2EA; }

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

This text font color is #84B2EA.

Background Color

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

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

This div background color is #84B2EA.

Border color

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

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

This div border color is #84B2EA.

Opacity

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

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

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

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

This text has shadow with #84B2EA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #84B2EA.

Preview

Color preview on black background

This text has color #84B2EA on black background.


Color preview on white background

This text has color #84B2EA on white background.


Black color preview on #84B2EA background

This text has black color on #84B2EA background.


White color preview on #84B2EA background

This text has white color on #84B2EA background.


Related colors

Complementary color

Complementary color for #hex is #7B4D15.


I love getcolorcode.com

Triadic colors

1 #EA84B2 and #B2EA84 with #84B2EA are triadic colors.

2 #EAB284 and #B284EA with #84B2EA are triadic colors.