COLOR #84AAB5

HEX: #84AAB5
RGB: (132,170,181)

Color info

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

RGB color model

#84AAB5 color RGB value is (132,170,181).

  • red value is 132;
  • green value is 170;
  • blue value is 181.
RGB:
(132,170,181)
(52%,67%,71%)

RGB channels and saturation

R 132 of 255 = 52%
G 170 of 255 = 67%
B 181 of 255 = 71%

132
170
181

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

Portions of RGB colors in percentages

R + G + B =
132 + 170 + 181 = 483 (100%)
R 132 of 483 ~ 27.33%
G 170 of 483 ~ 35.2%
B 181 of 483 ~ 37.47%

%27.33
%35.2
%37.47

CMYK color model

#84AAB5 color CMYK value is (27,6,0,29).

  • cyan value is 27.07%
  • magenta value is 6.08%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(27,6,0,29)
C27M6Y0K29 
(27%,6%,0%,29%)
(0.27/0.06/0.00/0.29)	

CMYK percentages

%27.07
%6.08
%0
%29.02

Codes

Color #84AAB5 in popluar color models

84AAB5
RGB132170181
HSL193°24.87%61.37%
HSB/HSV193°27.07%70.98%
CMYK27.07%6.08%0.00%
29.02%

Color #84AAB5 in popluar number systems.

HEX84AAB5
Decimal132170181
Binary100001001010101010110101
Octal204252265

Shades and tints

Shades of #84AAB5

#84AAB5
(132,170,181)
#789BA5
(120,155,165)
#6C8C95
(108,140,149)
#607D85
(96,125,133)
#546E75
(84,110,117)
#485F65
(72,95,101)
#3C5055
(60,80,85)
#304145
(48,65,69)
#243235
(36,50,53)
#182325
(24,35,37)
#0C1415
(12,20,21)
#000000
(0,0,0)

Tints of #84AAB5

#84AAB5
(132,170,181)
#8FB1BB
(143,177,187)
#9AB8C1
(154,184,193)
#A5BFC7
(165,191,199)
#B0C6CD
(176,198,205)
#BBCDD3
(187,205,211)
#C6D4D9
(198,212,217)
#D1DBDF
(209,219,223)
#DCE2E5
(220,226,229)
#E7E9EB
(231,233,235)
#F2F0F1
(242,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84AAB5 color. Also use rgb(132,170,181) instead hex code.

Text Font Color

.myTextColor { color: #84AAB5; }

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

This text font color is #84AAB5.


Background Color

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

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

This div background color is #84AAB5.


Border color

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

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

This div border color is #84AAB5.


Opacity

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

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

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

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

This text has shadow with #84AAB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84AAB5 on black background.


Color preview on white background

This text has color #84AAB5 on white background.



Black color preview on #84AAB5 background

This text has black color on #84AAB5 background.


White color preview on #84AAB5 background

This text has white color on #84AAB5 background.