COLOR #84AFDD

HEX: #84AFDD RGB: (132,175,221)

Color info

#84AFDD contains mainly green and blue colors. Web safe color of #84AFDD is #9999CC (or #99C).

RGB color model

#84AFDD color RGB value is (132,175,221).

RGB: (132,175,221) (52%, 69%, 87%)

RGB channels and saturation

R 132 of 255 = 52%
G 175 of 255 = 69%
B 221 of 255 = 87%

132
175
221

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

Portions of RGB colors in percentages

R + G + B = 132 + 175 + 221 = 528 (100%)
R 132 of 528 ~ 25%
G 175 of 528 ~ 33.14%
B 221 of 528 ~ 41.86'%

%25
%33.14
%41.86

CMYK color model

#84AFDD color CMYK value is (40,21,0,13).

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

CMYK: (40,21,0,13)
C40M21Y0K13 (40%, 21%, 0%, 13%)
(0.40 / 0.21 / 0.00 / 0.13)

CMYK percentages

%40.27
%20.81
%0
%13.33

Codes

Color #84AFDD in popluar color models

84 AF DD
RGB 132 175 221
HSL 211° 56.69% 69.22%
HSB/HSV 211° 40.27% 86.67%
CMYK 40.27% 20.81% 0.00%
13.33%

Color #84AFDD in popluar number systems.

HEX 84 AF DD
Decimal 132 175 221
Binary 10000100 10101111 11011101
Octal 204 257 335

Shades and tints

Shades of #84AFDD

#84AFDD
(132,175,221)
#78A0C9
(120,160,201)
#6C91B5
(108,145,181)
#6082A1
(96,130,161)
#54738D
(84,115,141)
#486479
(72,100,121)
#3C5565
(60,85,101)
#304651
(48,70,81)
#24373D
(36,55,61)
#182829
(24,40,41)
#0C1915
(12,25,21)
#000000
(0,0,0)

Tints of #84AFDD

#84AFDD
(132,175,221)
#8FB6E0
(143,182,224)
#9ABDE3
(154,189,227)
#A5C4E6
(165,196,230)
#B0CBE9
(176,203,233)
#BBD2EC
(187,210,236)
#C6D9EF
(198,217,239)
#D1E0F2
(209,224,242)
#DCE7F5
(220,231,245)
#E7EEF8
(231,238,248)
#F2F5FB
(242,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84AFDD; }

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

This text font color is #84AFDD.

Background Color

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

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

This div background color is #84AFDD.

Border color

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

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

This div border color is #84AFDD.

Opacity

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

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

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

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

This text has shadow with #84AFDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #84AFDD.

Preview

Color preview on black background

This text has color #84AFDD on black background.


Color preview on white background

This text has color #84AFDD on white background.


Black color preview on #84AFDD background

This text has black color on #84AFDD background.


White color preview on #84AFDD background

This text has white color on #84AFDD background.


Related colors

Complementary color

Complementary color for #hex is #7B5022.


I love getcolorcode.com

Triadic colors

1 #DD84AF and #AFDD84 with #84AFDD are triadic colors.

2 #DDAF84 and #AF84DD with #84AFDD are triadic colors.