COLOR #84C8EA

HEX: #84C8EA RGB: (132,200,234)

Color info

#84C8EA contains mainly green and blue colors. Web safe color of #84C8EA is #99CCFF (or #9CF).

RGB color model

#84C8EA color RGB value is (132,200,234).

RGB: (132,200,234) (52%, 78%, 92%)

RGB channels and saturation

R 132 of 255 = 52%
G 200 of 255 = 78%
B 234 of 255 = 92%

132
200
234

R + G + B ~ 74%. #84C8EA is quite light color.

Portions of RGB colors in percentages

R + G + B = 132 + 200 + 234 = 566 (100%)
R 132 of 566 ~ 23.32%
G 200 of 566 ~ 35.34%
B 234 of 566 ~ 41.34'%

%23.32
%35.34
%41.34

CMYK color model

#84C8EA color CMYK value is (44,15,0,8).

  • cyan value is 43.59%
  • magenta value is 14.53%
  • yellow value is 0.00%
  • key color value is 8.24%

CMYK: (44,15,0,8)
C44M15Y0K8 (44%, 15%, 0%, 8%)
(0.44 / 0.15 / 0.00 / 0.08)

CMYK percentages

%43.59
%14.53
%0
%8.24

Codes

Color #84C8EA in popluar color models

84 C8 EA
RGB 132 200 234
HSL 200° 70.83% 71.76%
HSB/HSV 200° 43.59% 91.76%
CMYK 43.59% 14.53% 0.00%
8.24%

Color #84C8EA in popluar number systems.

HEX 84 C8 EA
Decimal 132 200 234
Binary 10000100 11001000 11101010
Octal 204 310 352

Shades and tints

Shades of #84C8EA

#84C8EA
(132,200,234)
#78B6D5
(120,182,213)
#6CA4C0
(108,164,192)
#6092AB
(96,146,171)
#548096
(84,128,150)
#486E81
(72,110,129)
#3C5C6C
(60,92,108)
#304A57
(48,74,87)
#243842
(36,56,66)
#18262D
(24,38,45)
#0C1418
(12,20,24)
#000000
(0,0,0)

Tints of #84C8EA

#84C8EA
(132,200,234)
#8FCDEB
(143,205,235)
#9AD2EC
(154,210,236)
#A5D7ED
(165,215,237)
#B0DCEE
(176,220,238)
#BBE1EF
(187,225,239)
#C6E6F0
(198,230,240)
#D1EBF1
(209,235,241)
#DCF0F2
(220,240,242)
#E7F5F3
(231,245,243)
#F2FAF4
(242,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84C8EA; }

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

This text font color is #84C8EA.

Background Color

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

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

This div background color is #84C8EA.

Border color

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

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

This div border color is #84C8EA.

Opacity

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

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

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

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

This text has shadow with #84C8EA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #84C8EA.

Preview

Color preview on black background

This text has color #84C8EA on black background.


Color preview on white background

This text has color #84C8EA on white background.


Black color preview on #84C8EA background

This text has black color on #84C8EA background.


White color preview on #84C8EA background

This text has white color on #84C8EA background.


Related colors

Complementary color

Complementary color for #hex is #7B3715.


I love getcolorcode.com

Triadic colors

1 #EA84C8 and #C8EA84 with #84C8EA are triadic colors.

2 #EAC884 and #C884EA with #84C8EA are triadic colors.