COLOR #84C9B5

HEX: #84C9B5
RGB: (132,201,181)

Color info

#84C9B5 contains mainly green and blue colors. Web safe color of #84C9B5 is #99CCCC (or #9CC).

RGB color model

#84C9B5 color RGB value is (132,201,181).

  • red value is 132;
  • green value is 201;
  • blue value is 181.
RGB:
(132,201,181)
(52%,79%,71%)

RGB channels and saturation

R 132 of 255 = 52%
G 201 of 255 = 79%
B 181 of 255 = 71%

132
201
181

R + G + B ~ 67%. #84C9B5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
132 + 201 + 181 = 514 (100%)
R 132 of 514 ~ 25.68%
G 201 of 514 ~ 39.11%
B 181 of 514 ~ 35.21%

%25.68
%39.11
%35.21

CMYK color model

#84C9B5 color CMYK value is (34,0,10,21).

  • cyan value is 34.33%
  • magenta value is 0.00%
  • yellow value is 9.95%
  • key color value is 21.18%
CMYK:
(34,0,10,21)
C34M0Y10K21 
(34%,0%,10%,21%)
(0.34/0.00/0.10/0.21)	

CMYK percentages

%34.33
%0
%9.95
%21.18

Codes

Color #84C9B5 in popluar color models

84C9B5
RGB132201181
HSL163°38.98%65.29%
HSB/HSV163°34.33%78.82%
CMYK34.33%0.00%9.95%
21.18%

Color #84C9B5 in popluar number systems.

HEX84C9B5
Decimal132201181
Binary100001001100100110110101
Octal204311265

Shades and tints

Shades of #84C9B5

#84C9B5
(132,201,181)
#78B7A5
(120,183,165)
#6CA595
(108,165,149)
#609385
(96,147,133)
#548175
(84,129,117)
#486F65
(72,111,101)
#3C5D55
(60,93,85)
#304B45
(48,75,69)
#243935
(36,57,53)
#182725
(24,39,37)
#0C1515
(12,21,21)
#000000
(0,0,0)

Tints of #84C9B5

#84C9B5
(132,201,181)
#8FCDBB
(143,205,187)
#9AD1C1
(154,209,193)
#A5D5C7
(165,213,199)
#B0D9CD
(176,217,205)
#BBDDD3
(187,221,211)
#C6E1D9
(198,225,217)
#D1E5DF
(209,229,223)
#DCE9E5
(220,233,229)
#E7EDEB
(231,237,235)
#F2F1F1
(242,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84C9B5 color. Also use rgb(132,201,181) instead hex code.

Text Font Color

.myTextColor { color: #84C9B5; }

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

This text font color is #84C9B5.


Background Color

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

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

This div background color is #84C9B5.


Border color

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

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

This div border color is #84C9B5.


Opacity

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

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

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

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

This text has shadow with #84C9B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84C9B5 on black background.


Color preview on white background

This text has color #84C9B5 on white background.



Black color preview on #84C9B5 background

This text has black color on #84C9B5 background.


White color preview on #84C9B5 background

This text has white color on #84C9B5 background.