COLOR #84B7AD

HEX: #84B7AD
RGB: (132,183,173)

Color info

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

RGB color model

#84B7AD color RGB value is (132,183,173).

  • red value is 132;
  • green value is 183;
  • blue value is 173.
RGB:
(132,183,173)
(52%,72%,68%)

RGB channels and saturation

R 132 of 255 = 52%
G 183 of 255 = 72%
B 173 of 255 = 68%

132
183
173

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

Portions of RGB colors in percentages

R + G + B =
132 + 183 + 173 = 488 (100%)
R 132 of 488 ~ 27.05%
G 183 of 488 ~ 37.5%
B 173 of 488 ~ 35.45%

%27.05
%37.5
%35.45

CMYK color model

#84B7AD color CMYK value is (28,0,5,28).

  • cyan value is 27.87%
  • magenta value is 0.00%
  • yellow value is 5.46%
  • key color value is 28.24%
CMYK:
(28,0,5,28)
C28M0Y5K28 
(28%,0%,5%,28%)
(0.28/0.00/0.05/0.28)	

CMYK percentages

%27.87
%0
%5.46
%28.24

Codes

Color #84B7AD in popluar color models

84B7AD
RGB132183173
HSL168°26.15%61.76%
HSB/HSV168°27.87%71.76%
CMYK27.87%0.00%5.46%
28.24%

Color #84B7AD in popluar number systems.

HEX84B7AD
Decimal132183173
Binary100001001011011110101101
Octal204267255

Shades and tints

Shades of #84B7AD

#84B7AD
(132,183,173)
#78A79E
(120,167,158)
#6C978F
(108,151,143)
#608780
(96,135,128)
#547771
(84,119,113)
#486762
(72,103,98)
#3C5753
(60,87,83)
#304744
(48,71,68)
#243735
(36,55,53)
#182726
(24,39,38)
#0C1717
(12,23,23)
#000000
(0,0,0)

Tints of #84B7AD

#84B7AD
(132,183,173)
#8FBDB4
(143,189,180)
#9AC3BB
(154,195,187)
#A5C9C2
(165,201,194)
#B0CFC9
(176,207,201)
#BBD5D0
(187,213,208)
#C6DBD7
(198,219,215)
#D1E1DE
(209,225,222)
#DCE7E5
(220,231,229)
#E7EDEC
(231,237,236)
#F2F3F3
(242,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84B7AD; }

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

This text font color is #84B7AD.


Background Color

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

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

This div background color is #84B7AD.


Border color

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

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

This div border color is #84B7AD.


Opacity

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

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

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

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

This text has shadow with #84B7AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84B7AD on black background.


Color preview on white background

This text has color #84B7AD on white background.



Black color preview on #84B7AD background

This text has black color on #84B7AD background.


White color preview on #84B7AD background

This text has white color on #84B7AD background.