COLOR #84BDB2

HEX: #84BDB2
RGB: (132,189,178)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

132
189
178

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

Portions of RGB colors in percentages

R + G + B =
132 + 189 + 178 = 499 (100%)
R 132 of 499 ~ 26.45%
G 189 of 499 ~ 37.88%
B 178 of 499 ~ 35.67%

%26.45
%37.88
%35.67

CMYK color model

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

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

CMYK percentages

%30.16
%0
%5.82
%25.88

Codes

Color #84BDB2 in popluar color models

84BDB2
RGB132189178
HSL168°30.16%62.94%
HSB/HSV168°30.16%74.12%
CMYK30.16%0.00%5.82%
25.88%

Color #84BDB2 in popluar number systems.

HEX84BDB2
Decimal132189178
Binary100001001011110110110010
Octal204275262

Shades and tints

Shades of #84BDB2

#84BDB2
(132,189,178)
#78ACA2
(120,172,162)
#6C9B92
(108,155,146)
#608A82
(96,138,130)
#547972
(84,121,114)
#486862
(72,104,98)
#3C5752
(60,87,82)
#304642
(48,70,66)
#243532
(36,53,50)
#182422
(24,36,34)
#0C1312
(12,19,18)
#000000
(0,0,0)

Tints of #84BDB2

#84BDB2
(132,189,178)
#8FC3B9
(143,195,185)
#9AC9C0
(154,201,192)
#A5CFC7
(165,207,199)
#B0D5CE
(176,213,206)
#BBDBD5
(187,219,213)
#C6E1DC
(198,225,220)
#D1E7E3
(209,231,227)
#DCEDEA
(220,237,234)
#E7F3F1
(231,243,241)
#F2F9F8
(242,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84BDB2; }

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

This text font color is #84BDB2.


Background Color

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

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

This div background color is #84BDB2.


Border color

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

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

This div border color is #84BDB2.


Opacity

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

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

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

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

This text has shadow with #84BDB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84BDB2 on black background.


Color preview on white background

This text has color #84BDB2 on white background.



Black color preview on #84BDB2 background

This text has black color on #84BDB2 background.


White color preview on #84BDB2 background

This text has white color on #84BDB2 background.