COLOR #84CADD

HEX: #84CADD RGB: (132,202,221)

Color info

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

RGB color model

#84CADD color RGB value is (132,202,221).

RGB: (132,202,221) (52%, 79%, 87%)

RGB channels and saturation

R 132 of 255 = 52%
G 202 of 255 = 79%
B 221 of 255 = 87%

132
202
221

R + G + B ~ 73%. #84CADD is quite light color.

Portions of RGB colors in percentages

R + G + B = 132 + 202 + 221 = 555 (100%)
R 132 of 555 ~ 23.78%
G 202 of 555 ~ 36.4%
B 221 of 555 ~ 39.82'%

%23.78
%36.4
%39.82

CMYK color model

#84CADD color CMYK value is (40,9,0,13).

  • cyan value is 40.27%
  • magenta value is 8.60%
  • yellow value is 0.00%
  • key color value is 13.33%

CMYK: (40,9,0,13)
C40M9Y0K13 (40%, 9%, 0%, 13%)
(0.40 / 0.09 / 0.00 / 0.13)

CMYK percentages

%40.27
%8.6
%0
%13.33

Codes

Color #84CADD in popluar color models

84 CA DD
RGB 132 202 221
HSL 193° 56.69% 69.22%
HSB/HSV 193° 40.27% 86.67%
CMYK 40.27% 8.60% 0.00%
13.33%

Color #84CADD in popluar number systems.

HEX 84 CA DD
Decimal 132 202 221
Binary 10000100 11001010 11011101
Octal 204 312 335

Shades and tints

Shades of #84CADD

#84CADD
(132,202,221)
#78B8C9
(120,184,201)
#6CA6B5
(108,166,181)
#6094A1
(96,148,161)
#54828D
(84,130,141)
#487079
(72,112,121)
#3C5E65
(60,94,101)
#304C51
(48,76,81)
#243A3D
(36,58,61)
#182829
(24,40,41)
#0C1615
(12,22,21)
#000000
(0,0,0)

Tints of #84CADD

#84CADD
(132,202,221)
#8FCEE0
(143,206,224)
#9AD2E3
(154,210,227)
#A5D6E6
(165,214,230)
#B0DAE9
(176,218,233)
#BBDEEC
(187,222,236)
#C6E2EF
(198,226,239)
#D1E6F2
(209,230,242)
#DCEAF5
(220,234,245)
#E7EEF8
(231,238,248)
#F2F2FB
(242,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84CADD; }

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

This text font color is #84CADD.

Background Color

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

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

This div background color is #84CADD.

Border color

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

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

This div border color is #84CADD.

Opacity

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

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

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

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

This text has shadow with #84CADD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #84CADD.

Preview

Color preview on black background

This text has color #84CADD on black background.


Color preview on white background

This text has color #84CADD on white background.


Black color preview on #84CADD background

This text has black color on #84CADD background.


White color preview on #84CADD background

This text has white color on #84CADD background.


Related colors

Complementary color

Complementary color for #hex is #7B3522.


I love getcolorcode.com

Triadic colors

1 #DD84CA and #CADD84 with #84CADD are triadic colors.

2 #DDCA84 and #CA84DD with #84CADD are triadic colors.