COLOR #84A0C5

HEX: #84A0C5 RGB: (132,160,197)

Color info

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

RGB color model

#84A0C5 color RGB value is (132,160,197).

RGB: (132,160,197) (52%, 63%, 77%)

RGB channels and saturation

R 132 of 255 = 52%
G 160 of 255 = 63%
B 197 of 255 = 77%

132
160
197

R + G + B ~ 64%. #84A0C5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 132 + 160 + 197 = 489 (100%)
R 132 of 489 ~ 26.99%
G 160 of 489 ~ 32.72%
B 197 of 489 ~ 40.29'%

%26.99
%32.72
%40.29

CMYK color model

#84A0C5 color CMYK value is (33,19,0,23).

  • cyan value is 32.99%
  • magenta value is 18.78%
  • yellow value is 0.00%
  • key color value is 22.75%

CMYK: (33,19,0,23)
C33M19Y0K23 (33%, 19%, 0%, 23%)
(0.33 / 0.19 / 0.00 / 0.23)

CMYK percentages

%32.99
%18.78
%0
%22.75

Codes

Color #84A0C5 in popluar color models

84 A0 C5
RGB 132 160 197
HSL 214° 35.91% 64.51%
HSB/HSV 214° 32.99% 77.25%
CMYK 32.99% 18.78% 0.00%
22.75%

Color #84A0C5 in popluar number systems.

HEX 84 A0 C5
Decimal 132 160 197
Binary 10000100 10100000 11000101
Octal 204 240 305

Shades and tints

Shades of #84A0C5

#84A0C5
(132,160,197)
#7892B4
(120,146,180)
#6C84A3
(108,132,163)
#607692
(96,118,146)
#546881
(84,104,129)
#485A70
(72,90,112)
#3C4C5F
(60,76,95)
#303E4E
(48,62,78)
#24303D
(36,48,61)
#18222C
(24,34,44)
#0C141B
(12,20,27)
#000000
(0,0,0)

Tints of #84A0C5

#84A0C5
(132,160,197)
#8FA8CA
(143,168,202)
#9AB0CF
(154,176,207)
#A5B8D4
(165,184,212)
#B0C0D9
(176,192,217)
#BBC8DE
(187,200,222)
#C6D0E3
(198,208,227)
#D1D8E8
(209,216,232)
#DCE0ED
(220,224,237)
#E7E8F2
(231,232,242)
#F2F0F7
(242,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84A0C5 color. Also use rgb(132,160,197) instead hex code.

Text Font Color

.myTextColor { color: #84A0C5; }

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

This text font color is #84A0C5.

Background Color

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

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

This div background color is #84A0C5.

Border color

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

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

This div border color is #84A0C5.

Opacity

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

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

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

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

This text has shadow with #84A0C5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #84A0C5.

Preview

Color preview on black background

This text has color #84A0C5 on black background.


Color preview on white background

This text has color #84A0C5 on white background.


Black color preview on #84A0C5 background

This text has black color on #84A0C5 background.


White color preview on #84A0C5 background

This text has white color on #84A0C5 background.


Related colors

Complementary color

Complementary color for #hex is #7B5F3A.


I love getcolorcode.com

Triadic colors

1 #C584A0 and #A0C584 with #84A0C5 are triadic colors.

2 #C5A084 and #A084C5 with #84A0C5 are triadic colors.