COLOR #84BFAA

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

Color info

#84BFAA contains red, green and blue colors in about the same proportion. Web safe color of #84BFAA is #99CC99 (or #9C9).

RGB color model

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

RGB: (132,191,170) (52%, 75%, 67%)

RGB channels and saturation

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

132
191
170

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

Portions of RGB colors in percentages

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

%26.77
%38.74
%34.48

CMYK color model

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

  • cyan value is 30.89%
  • magenta value is 0.00%
  • yellow value is 10.99%
  • key color value is 25.10%

CMYK: (31,0,11,25)
C31M0Y11K25 (31%, 0%, 11%, 25%)
(0.31 / 0.00 / 0.11 / 0.25)

CMYK percentages

%30.89
%0
%10.99
%25.1

Codes

Color #84BFAA in popluar color models

84 BF AA
RGB 132 191 170
HSL 159° 31.55% 63.33%
HSB/HSV 159° 30.89% 74.90%
CMYK 30.89% 0.00% 10.99%
25.10%

Color #84BFAA in popluar number systems.

HEX 84 BF AA
Decimal 132 191 170
Binary 10000100 10111111 10101010
Octal 204 277 252

Shades and tints

Shades of #84BFAA

#84BFAA
(132,191,170)
#78AE9B
(120,174,155)
#6C9D8C
(108,157,140)
#608C7D
(96,140,125)
#547B6E
(84,123,110)
#486A5F
(72,106,95)
#3C5950
(60,89,80)
#304841
(48,72,65)
#243732
(36,55,50)
#182623
(24,38,35)
#0C1514
(12,21,20)
#000000
(0,0,0)

Tints of #84BFAA

#84BFAA
(132,191,170)
#8FC4B1
(143,196,177)
#9AC9B8
(154,201,184)
#A5CEBF
(165,206,191)
#B0D3C6
(176,211,198)
#BBD8CD
(187,216,205)
#C6DDD4
(198,221,212)
#D1E2DB
(209,226,219)
#DCE7E2
(220,231,226)
#E7ECE9
(231,236,233)
#F2F1F0
(242,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84BFAA; }

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

This text font color is #84BFAA.

Background Color

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

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

This div background color is #84BFAA.

Border color

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

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

This div border color is #84BFAA.

Opacity

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

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

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

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

This text has shadow with #84BFAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #84BFAA.

Preview

Color preview on black background

This text has color #84BFAA on black background.


Color preview on white background

This text has color #84BFAA on white background.


Black color preview on #84BFAA background

This text has black color on #84BFAA background.


White color preview on #84BFAA background

This text has white color on #84BFAA background.


Related colors

Complementary color

Complementary color for #hex is #7B4055.


I love getcolorcode.com

Triadic colors

1 #AA84BF and #BFAA84 with #84BFAA are triadic colors.

2 #AABF84 and #BF84AA with #84BFAA are triadic colors.