COLOR #84A9B7

HEX: #84A9B7 RGB: (132,169,183)

Color info

#84A9B7 contains red, green and blue colors in about the same proportion. Web safe color of #84A9B7 is #9999CC (or #99C).

RGB color model

#84A9B7 color RGB value is (132,169,183).

RGB: (132,169,183) (52%, 66%, 72%)

RGB channels and saturation

R 132 of 255 = 52%
G 169 of 255 = 66%
B 183 of 255 = 72%

132
169
183

R + G + B ~ 63%. #84A9B7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 132 + 169 + 183 = 484 (100%)
R 132 of 484 ~ 27.27%
G 169 of 484 ~ 34.92%
B 183 of 484 ~ 37.81'%

%27.27
%34.92
%37.81

CMYK color model

#84A9B7 color CMYK value is (28,8,0,28).

  • cyan value is 27.87%
  • magenta value is 7.65%
  • yellow value is 0.00%
  • key color value is 28.24%

CMYK: (28,8,0,28)
C28M8Y0K28 (28%, 8%, 0%, 28%)
(0.28 / 0.08 / 0.00 / 0.28)

CMYK percentages

%27.87
%7.65
%0
%28.24

Codes

Color #84A9B7 in popluar color models

84 A9 B7
RGB 132 169 183
HSL 196° 26.15% 61.76%
HSB/HSV 196° 27.87% 71.76%
CMYK 27.87% 7.65% 0.00%
28.24%

Color #84A9B7 in popluar number systems.

HEX 84 A9 B7
Decimal 132 169 183
Binary 10000100 10101001 10110111
Octal 204 251 267

Shades and tints

Shades of #84A9B7

#84A9B7
(132,169,183)
#789AA7
(120,154,167)
#6C8B97
(108,139,151)
#607C87
(96,124,135)
#546D77
(84,109,119)
#485E67
(72,94,103)
#3C4F57
(60,79,87)
#304047
(48,64,71)
#243137
(36,49,55)
#182227
(24,34,39)
#0C1317
(12,19,23)
#000000
(0,0,0)

Tints of #84A9B7

#84A9B7
(132,169,183)
#8FB0BD
(143,176,189)
#9AB7C3
(154,183,195)
#A5BEC9
(165,190,201)
#B0C5CF
(176,197,207)
#BBCCD5
(187,204,213)
#C6D3DB
(198,211,219)
#D1DAE1
(209,218,225)
#DCE1E7
(220,225,231)
#E7E8ED
(231,232,237)
#F2EFF3
(242,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84A9B7 color. Also use rgb(132,169,183) instead hex code.

Text Font Color

.myTextColor { color: #84A9B7; }

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

This text font color is #84A9B7.

Background Color

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

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

This div background color is #84A9B7.

Border color

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

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

This div border color is #84A9B7.

Opacity

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

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

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

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

This text has shadow with #84A9B7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #84A9B7.

Preview

Color preview on black background

This text has color #84A9B7 on black background.


Color preview on white background

This text has color #84A9B7 on white background.


Black color preview on #84A9B7 background

This text has black color on #84A9B7 background.


White color preview on #84A9B7 background

This text has white color on #84A9B7 background.


Related colors

Complementary color

Complementary color for #hex is #7B5648.


I love getcolorcode.com

Triadic colors

1 #B784A9 and #A9B784 with #84A9B7 are triadic colors.

2 #B7A984 and #A984B7 with #84A9B7 are triadic colors.