COLOR #84ABB8

HEX: #84ABB8
RGB: (132,171,184)

Color info

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

RGB color model

#84ABB8 color RGB value is (132,171,184).

  • red value is 132;
  • green value is 171;
  • blue value is 184.
RGB:
(132,171,184)
(52%,67%,72%)

RGB channels and saturation

R 132 of 255 = 52%
G 171 of 255 = 67%
B 184 of 255 = 72%

132
171
184

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

Portions of RGB colors in percentages

R + G + B =
132 + 171 + 184 = 487 (100%)
R 132 of 487 ~ 27.1%
G 171 of 487 ~ 35.11%
B 184 of 487 ~ 37.78%

%27.1
%35.11
%37.78

CMYK color model

#84ABB8 color CMYK value is (28,7,0,28).

  • cyan value is 28.26%
  • magenta value is 7.07%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(28,7,0,28)
C28M7Y0K28 
(28%,7%,0%,28%)
(0.28/0.07/0.00/0.28)	

CMYK percentages

%28.26
%7.07
%0
%27.84

Codes

Color #84ABB8 in popluar color models

84ABB8
RGB132171184
HSL195°26.80%61.96%
HSB/HSV195°28.26%72.16%
CMYK28.26%7.07%0.00%
27.84%

Color #84ABB8 in popluar number systems.

HEX84ABB8
Decimal132171184
Binary100001001010101110111000
Octal204253270

Shades and tints

Shades of #84ABB8

#84ABB8
(132,171,184)
#789CA8
(120,156,168)
#6C8D98
(108,141,152)
#607E88
(96,126,136)
#546F78
(84,111,120)
#486068
(72,96,104)
#3C5158
(60,81,88)
#304248
(48,66,72)
#243338
(36,51,56)
#182428
(24,36,40)
#0C1518
(12,21,24)
#000000
(0,0,0)

Tints of #84ABB8

#84ABB8
(132,171,184)
#8FB2BE
(143,178,190)
#9AB9C4
(154,185,196)
#A5C0CA
(165,192,202)
#B0C7D0
(176,199,208)
#BBCED6
(187,206,214)
#C6D5DC
(198,213,220)
#D1DCE2
(209,220,226)
#DCE3E8
(220,227,232)
#E7EAEE
(231,234,238)
#F2F1F4
(242,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84ABB8 color. Also use rgb(132,171,184) instead hex code.

Text Font Color

.myTextColor { color: #84ABB8; }

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

This text font color is #84ABB8.


Background Color

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

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

This div background color is #84ABB8.


Border color

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

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

This div border color is #84ABB8.


Opacity

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

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

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

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

This text has shadow with #84ABB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84ABB8 on black background.


Color preview on white background

This text has color #84ABB8 on white background.



Black color preview on #84ABB8 background

This text has black color on #84ABB8 background.


White color preview on #84ABB8 background

This text has white color on #84ABB8 background.