COLOR #84AABF

HEX: #84AABF
RGB: (132,170,191)

Color info

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

RGB color model

#84AABF color RGB value is (132,170,191).

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

RGB channels and saturation

R 132 of 255 = 52%
G 170 of 255 = 67%
B 191 of 255 = 75%

132
170
191

R + G + B ~ 65%. #84AABF is quite light color.

Portions of RGB colors in percentages

R + G + B =
132 + 170 + 191 = 493 (100%)
R 132 of 493 ~ 26.77%
G 170 of 493 ~ 34.48%
B 191 of 493 ~ 38.74%

%26.77
%34.48
%38.74

CMYK color model

#84AABF color CMYK value is (31,11,0,25).

  • cyan value is 30.89%
  • magenta value is 10.99%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK: (31,11,0,25) C31M11Y0K25 (31%,11%,0%,25%) (0.31/0.11/0.00/0.25)

CMYK percentages

%30.89
%10.99
%0
%25.1

Codes

Color #84AABF in popluar color models

84AABF
RGB132170191
HSL201°31.55%63.33%
HSB/HSV201°30.89%74.90%
CMYK30.89%10.99%0.00%
25.10%

Color #84AABF in popluar number systems.

HEX84AABF
Decimal132170191
Binary100001001010101010111111
Octal204252277

Shades and tints

Shades of #84AABF

#84AABF
(132,170,191)
#789BAE
(120,155,174)
#6C8C9D
(108,140,157)
#607D8C
(96,125,140)
#546E7B
(84,110,123)
#485F6A
(72,95,106)
#3C5059
(60,80,89)
#304148
(48,65,72)
#243237
(36,50,55)
#182326
(24,35,38)
#0C1415
(12,20,21)
#000000
(0,0,0)

Tints of #84AABF

#84AABF
(132,170,191)
#8FB1C4
(143,177,196)
#9AB8C9
(154,184,201)
#A5BFCE
(165,191,206)
#B0C6D3
(176,198,211)
#BBCDD8
(187,205,216)
#C6D4DD
(198,212,221)
#D1DBE2
(209,219,226)
#DCE2E7
(220,226,231)
#E7E9EC
(231,233,236)
#F2F0F1
(242,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84AABF; }

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

This text font color is #84AABF.


Background Color

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

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

This div background color is #84AABF.


Border color

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

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

This div border color is #84AABF.


Opacity

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

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

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

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

This text has shadow with #84AABF color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #84AABF on black background.


Color preview on white background

This text has color #84AABF on white background.



Black color preview on #84AABF background

This text has black color on #84AABF background.


White color preview on #84AABF background

This text has white color on #84AABF background.