COLOR #84BCB2

HEX: #84BCB2
RGB: (132,188,178)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

132
188
178

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

Portions of RGB colors in percentages

R + G + B =
132 + 188 + 178 = 498 (100%)
R 132 of 498 ~ 26.51%
G 188 of 498 ~ 37.75%
B 178 of 498 ~ 35.74%

%26.51
%37.75
%35.74

CMYK color model

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

  • cyan value is 29.79%
  • magenta value is 0.00%
  • yellow value is 5.32%
  • key color value is 26.27%
CMYK:
(30,0,5,26)
C30M0Y5K26 
(30%,0%,5%,26%)
(0.30/0.00/0.05/0.26)	

CMYK percentages

%29.79
%0
%5.32
%26.27

Codes

Color #84BCB2 in popluar color models

84BCB2
RGB132188178
HSL169°29.47%62.75%
HSB/HSV169°29.79%73.73%
CMYK29.79%0.00%5.32%
26.27%

Color #84BCB2 in popluar number systems.

HEX84BCB2
Decimal132188178
Binary100001001011110010110010
Octal204274262

Shades and tints

Shades of #84BCB2

#84BCB2
(132,188,178)
#78ABA2
(120,171,162)
#6C9A92
(108,154,146)
#608982
(96,137,130)
#547872
(84,120,114)
#486762
(72,103,98)
#3C5652
(60,86,82)
#304542
(48,69,66)
#243432
(36,52,50)
#182322
(24,35,34)
#0C1212
(12,18,18)
#000000
(0,0,0)

Tints of #84BCB2

#84BCB2
(132,188,178)
#8FC2B9
(143,194,185)
#9AC8C0
(154,200,192)
#A5CEC7
(165,206,199)
#B0D4CE
(176,212,206)
#BBDAD5
(187,218,213)
#C6E0DC
(198,224,220)
#D1E6E3
(209,230,227)
#DCECEA
(220,236,234)
#E7F2F1
(231,242,241)
#F2F8F8
(242,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84BCB2; }

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

This text font color is #84BCB2.


Background Color

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

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

This div background color is #84BCB2.


Border color

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

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

This div border color is #84BCB2.


Opacity

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

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

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

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

This text has shadow with #84BCB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84BCB2 on black background.


Color preview on white background

This text has color #84BCB2 on white background.



Black color preview on #84BCB2 background

This text has black color on #84BCB2 background.


White color preview on #84BCB2 background

This text has white color on #84BCB2 background.