COLOR #84CAD8

HEX: #84CAD8 RGB: (132,202,216)

Color info

#84CAD8 contains mainly green and blue colors. Web safe color of #84CAD8 is #99CCCC (or #9CC).

RGB color model

#84CAD8 color RGB value is (132,202,216).

RGB: (132,202,216) (52%, 79%, 85%)

RGB channels and saturation

R 132 of 255 = 52%
G 202 of 255 = 79%
B 216 of 255 = 85%

132
202
216

R + G + B ~ 72%. #84CAD8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 132 + 202 + 216 = 550 (100%)
R 132 of 550 ~ 24%
G 202 of 550 ~ 36.73%
B 216 of 550 ~ 39.27'%

%24
%36.73
%39.27

CMYK color model

#84CAD8 color CMYK value is (39,6,0,15).

  • cyan value is 38.89%
  • magenta value is 6.48%
  • yellow value is 0.00%
  • key color value is 15.29%

CMYK: (39,6,0,15)
C39M6Y0K15 (39%, 6%, 0%, 15%)
(0.39 / 0.06 / 0.00 / 0.15)

CMYK percentages

%38.89
%6.48
%0
%15.29

Codes

Color #84CAD8 in popluar color models

84 CA D8
RGB 132 202 216
HSL 190° 51.85% 68.24%
HSB/HSV 190° 38.89% 84.71%
CMYK 38.89% 6.48% 0.00%
15.29%

Color #84CAD8 in popluar number systems.

HEX 84 CA D8
Decimal 132 202 216
Binary 10000100 11001010 11011000
Octal 204 312 330

Shades and tints

Shades of #84CAD8

#84CAD8
(132,202,216)
#78B8C5
(120,184,197)
#6CA6B2
(108,166,178)
#60949F
(96,148,159)
#54828C
(84,130,140)
#487079
(72,112,121)
#3C5E66
(60,94,102)
#304C53
(48,76,83)
#243A40
(36,58,64)
#18282D
(24,40,45)
#0C161A
(12,22,26)
#000000
(0,0,0)

Tints of #84CAD8

#84CAD8
(132,202,216)
#8FCEDB
(143,206,219)
#9AD2DE
(154,210,222)
#A5D6E1
(165,214,225)
#B0DAE4
(176,218,228)
#BBDEE7
(187,222,231)
#C6E2EA
(198,226,234)
#D1E6ED
(209,230,237)
#DCEAF0
(220,234,240)
#E7EEF3
(231,238,243)
#F2F2F6
(242,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84CAD8 color. Also use rgb(132,202,216) instead hex code.

Text Font Color

.myTextColor { color: #84CAD8; }

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

This text font color is #84CAD8.

Background Color

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

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

This div background color is #84CAD8.

Border color

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

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

This div border color is #84CAD8.

Opacity

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

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

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

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

This text has shadow with #84CAD8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #84CAD8.

Preview

Color preview on black background

This text has color #84CAD8 on black background.


Color preview on white background

This text has color #84CAD8 on white background.


Black color preview on #84CAD8 background

This text has black color on #84CAD8 background.


White color preview on #84CAD8 background

This text has white color on #84CAD8 background.


Related colors

Complementary color

Complementary color for #hex is #7B3527.


I love getcolorcode.com

Triadic colors

1 #D884CA and #CAD884 with #84CAD8 are triadic colors.

2 #D8CA84 and #CA84D8 with #84CAD8 are triadic colors.