COLOR #84B2B3

HEX: #84B2B3
RGB: (132,178,179)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

132
178
179

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

Portions of RGB colors in percentages

R + G + B =
132 + 178 + 179 = 489 (100%)
R 132 of 489 ~ 26.99%
G 178 of 489 ~ 36.4%
B 179 of 489 ~ 36.61%

%26.99
%36.4
%36.61

CMYK color model

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

  • cyan value is 26.26%
  • magenta value is 0.56%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(26,1,0,30)
C26M1Y0K30 
(26%,1%,0%,30%)
(0.26/0.01/0.00/0.30)	

CMYK percentages

%26.26
%0.56
%0
%29.8

Codes

Color #84B2B3 in popluar color models

84B2B3
RGB132178179
HSL181°23.62%60.98%
HSB/HSV181°26.26%70.20%
CMYK26.26%0.56%0.00%
29.80%

Color #84B2B3 in popluar number systems.

HEX84B2B3
Decimal132178179
Binary100001001011001010110011
Octal204262263

Shades and tints

Shades of #84B2B3

#84B2B3
(132,178,179)
#78A2A3
(120,162,163)
#6C9293
(108,146,147)
#608283
(96,130,131)
#547273
(84,114,115)
#486263
(72,98,99)
#3C5253
(60,82,83)
#304243
(48,66,67)
#243233
(36,50,51)
#182223
(24,34,35)
#0C1213
(12,18,19)
#000000
(0,0,0)

Tints of #84B2B3

#84B2B3
(132,178,179)
#8FB9B9
(143,185,185)
#9AC0BF
(154,192,191)
#A5C7C5
(165,199,197)
#B0CECB
(176,206,203)
#BBD5D1
(187,213,209)
#C6DCD7
(198,220,215)
#D1E3DD
(209,227,221)
#DCEAE3
(220,234,227)
#E7F1E9
(231,241,233)
#F2F8EF
(242,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84B2B3; }

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

This text font color is #84B2B3.


Background Color

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

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

This div background color is #84B2B3.


Border color

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

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

This div border color is #84B2B3.


Opacity

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

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

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

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

This text has shadow with #84B2B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84B2B3 on black background.


Color preview on white background

This text has color #84B2B3 on white background.



Black color preview on #84B2B3 background

This text has black color on #84B2B3 background.


White color preview on #84B2B3 background

This text has white color on #84B2B3 background.