COLOR #84BCB0

HEX: #84BCB0
RGB: (132,188,176)

Color info

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

RGB color model

#84BCB0 color RGB value is (132,188,176).

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

RGB channels and saturation

R 132 of 255 = 52%
G 188 of 255 = 74%
B 176 of 255 = 69%

132
188
176

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

Portions of RGB colors in percentages

R + G + B =
132 + 188 + 176 = 496 (100%)
R 132 of 496 ~ 26.61%
G 188 of 496 ~ 37.9%
B 176 of 496 ~ 35.48%

%26.61
%37.9
%35.48

CMYK color model

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

  • cyan value is 29.79%
  • magenta value is 0.00%
  • yellow value is 6.38%
  • key color value is 26.27%
CMYK:
(30,0,6,26)
C30M0Y6K26 
(30%,0%,6%,26%)
(0.30/0.00/0.06/0.26)	

CMYK percentages

%29.79
%0
%6.38
%26.27

Codes

Color #84BCB0 in popluar color models

84BCB0
RGB132188176
HSL167°29.47%62.75%
HSB/HSV167°29.79%73.73%
CMYK29.79%0.00%6.38%
26.27%

Color #84BCB0 in popluar number systems.

HEX84BCB0
Decimal132188176
Binary100001001011110010110000
Octal204274260

Shades and tints

Shades of #84BCB0

#84BCB0
(132,188,176)
#78ABA0
(120,171,160)
#6C9A90
(108,154,144)
#608980
(96,137,128)
#547870
(84,120,112)
#486760
(72,103,96)
#3C5650
(60,86,80)
#304540
(48,69,64)
#243430
(36,52,48)
#182320
(24,35,32)
#0C1210
(12,18,16)
#000000
(0,0,0)

Tints of #84BCB0

#84BCB0
(132,188,176)
#8FC2B7
(143,194,183)
#9AC8BE
(154,200,190)
#A5CEC5
(165,206,197)
#B0D4CC
(176,212,204)
#BBDAD3
(187,218,211)
#C6E0DA
(198,224,218)
#D1E6E1
(209,230,225)
#DCECE8
(220,236,232)
#E7F2EF
(231,242,239)
#F2F8F6
(242,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84BCB0; }

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

This text font color is #84BCB0.


Background Color

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

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

This div background color is #84BCB0.


Border color

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

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

This div border color is #84BCB0.


Opacity

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

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

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

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

This text has shadow with #84BCB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84BCB0 on black background.


Color preview on white background

This text has color #84BCB0 on white background.



Black color preview on #84BCB0 background

This text has black color on #84BCB0 background.


White color preview on #84BCB0 background

This text has white color on #84BCB0 background.