COLOR #84B2B2

HEX: #84B2B2
RGB: (132,178,178)

Color info

#84B2B2 contains red, green and blue colors in about the same proportion. Web safe color of #84B2B2 is #999999 (or #999).

RGB color model

#84B2B2 color RGB value is (132,178,178).

  • red value is 132;
  • green value is 178;
  • blue value is 178.
RGB:
(132,178,178)
(52%,70%,70%)

RGB channels and saturation

R 132 of 255 = 52%
G 178 of 255 = 70%
B 178 of 255 = 70%

132
178
178

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

Portions of RGB colors in percentages

R + G + B =
132 + 178 + 178 = 488 (100%)
R 132 of 488 ~ 27.05%
G 178 of 488 ~ 36.48%
B 178 of 488 ~ 36.48%

%27.05
%36.48
%36.48

CMYK color model

#84B2B2 color CMYK value is (26,0,0,30).

  • cyan value is 25.84%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(26,0,0,30)
C26M0Y0K30 
(26%,0%,0%,30%)
(0.26/0.00/0.00/0.30)	

CMYK percentages

%25.84
%0
%0
%30.2

Codes

Color #84B2B2 in popluar color models

84B2B2
RGB132178178
HSL180°23.00%60.78%
HSB/HSV180°25.84%69.80%
CMYK25.84%0.00%0.00%
30.20%

Color #84B2B2 in popluar number systems.

HEX84B2B2
Decimal132178178
Binary100001001011001010110010
Octal204262262

Shades and tints

Shades of #84B2B2

#84B2B2
(132,178,178)
#78A2A2
(120,162,162)
#6C9292
(108,146,146)
#608282
(96,130,130)
#547272
(84,114,114)
#486262
(72,98,98)
#3C5252
(60,82,82)
#304242
(48,66,66)
#243232
(36,50,50)
#182222
(24,34,34)
#0C1212
(12,18,18)
#000000
(0,0,0)

Tints of #84B2B2

#84B2B2
(132,178,178)
#8FB9B9
(143,185,185)
#9AC0C0
(154,192,192)
#A5C7C7
(165,199,199)
#B0CECE
(176,206,206)
#BBD5D5
(187,213,213)
#C6DCDC
(198,220,220)
#D1E3E3
(209,227,227)
#DCEAEA
(220,234,234)
#E7F1F1
(231,241,241)
#F2F8F8
(242,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84B2B2; }

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

This text font color is #84B2B2.


Background Color

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

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

This div background color is #84B2B2.


Border color

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

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

This div border color is #84B2B2.


Opacity

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

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

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

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

This text has shadow with #84B2B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84B2B2 on black background.


Color preview on white background

This text has color #84B2B2 on white background.



Black color preview on #84B2B2 background

This text has black color on #84B2B2 background.


White color preview on #84B2B2 background

This text has white color on #84B2B2 background.