COLOR #84BDA2

HEX: #84BDA2
RGB: (132,189,162)

Color info

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

RGB color model

#84BDA2 color RGB value is (132,189,162).

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

RGB channels and saturation

R 132 of 255 = 52%
G 189 of 255 = 74%
B 162 of 255 = 64%

132
189
162

R + G + B ~ 63%. #84BDA2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
132 + 189 + 162 = 483 (100%)
R 132 of 483 ~ 27.33%
G 189 of 483 ~ 39.13%
B 162 of 483 ~ 33.54%

%27.33
%39.13
%33.54

CMYK color model

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

  • cyan value is 30.16%
  • magenta value is 0.00%
  • yellow value is 14.29%
  • key color value is 25.88%
CMYK:
(30,0,14,26)
C30M0Y14K26 
(30%,0%,14%,26%)
(0.30/0.00/0.14/0.26)	

CMYK percentages

%30.16
%0
%14.29
%25.88

Codes

Color #84BDA2 in popluar color models

84BDA2
RGB132189162
HSL152°30.16%62.94%
HSB/HSV152°30.16%74.12%
CMYK30.16%0.00%14.29%
25.88%

Color #84BDA2 in popluar number systems.

HEX84BDA2
Decimal132189162
Binary100001001011110110100010
Octal204275242

Shades and tints

Shades of #84BDA2

#84BDA2
(132,189,162)
#78AC94
(120,172,148)
#6C9B86
(108,155,134)
#608A78
(96,138,120)
#54796A
(84,121,106)
#48685C
(72,104,92)
#3C574E
(60,87,78)
#304640
(48,70,64)
#243532
(36,53,50)
#182424
(24,36,36)
#0C1316
(12,19,22)
#000000
(0,0,0)

Tints of #84BDA2

#84BDA2
(132,189,162)
#8FC3AA
(143,195,170)
#9AC9B2
(154,201,178)
#A5CFBA
(165,207,186)
#B0D5C2
(176,213,194)
#BBDBCA
(187,219,202)
#C6E1D2
(198,225,210)
#D1E7DA
(209,231,218)
#DCEDE2
(220,237,226)
#E7F3EA
(231,243,234)
#F2F9F2
(242,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84BDA2; }

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

This text font color is #84BDA2.


Background Color

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

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

This div background color is #84BDA2.


Border color

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

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

This div border color is #84BDA2.


Opacity

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

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

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

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

This text has shadow with #84BDA2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84BDA2 on black background.


Color preview on white background

This text has color #84BDA2 on white background.



Black color preview on #84BDA2 background

This text has black color on #84BDA2 background.


White color preview on #84BDA2 background

This text has white color on #84BDA2 background.