COLOR #84D1B5

HEX: #84D1B5
RGB: (132,209,181)

Color info

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

RGB color model

#84D1B5 color RGB value is (132,209,181).

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

RGB channels and saturation

R 132 of 255 = 52%
G 209 of 255 = 82%
B 181 of 255 = 71%

132
209
181

R + G + B ~ 68%. #84D1B5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
132 + 209 + 181 = 522 (100%)
R 132 of 522 ~ 25.29%
G 209 of 522 ~ 40.04%
B 181 of 522 ~ 34.67%

%25.29
%40.04
%34.67

CMYK color model

#84D1B5 color CMYK value is (37,0,13,18).

  • cyan value is 36.84%
  • magenta value is 0.00%
  • yellow value is 13.40%
  • key color value is 18.04%
CMYK:
(37,0,13,18)
C37M0Y13K18 
(37%,0%,13%,18%)
(0.37/0.00/0.13/0.18)	

CMYK percentages

%36.84
%0
%13.4
%18.04

Codes

Color #84D1B5 in popluar color models

84D1B5
RGB132209181
HSL158°45.56%66.86%
HSB/HSV158°36.84%81.96%
CMYK36.84%0.00%13.40%
18.04%

Color #84D1B5 in popluar number systems.

HEX84D1B5
Decimal132209181
Binary100001001101000110110101
Octal204321265

Shades and tints

Shades of #84D1B5

#84D1B5
(132,209,181)
#78BEA5
(120,190,165)
#6CAB95
(108,171,149)
#609885
(96,152,133)
#548575
(84,133,117)
#487265
(72,114,101)
#3C5F55
(60,95,85)
#304C45
(48,76,69)
#243935
(36,57,53)
#182625
(24,38,37)
#0C1315
(12,19,21)
#000000
(0,0,0)

Tints of #84D1B5

#84D1B5
(132,209,181)
#8FD5BB
(143,213,187)
#9AD9C1
(154,217,193)
#A5DDC7
(165,221,199)
#B0E1CD
(176,225,205)
#BBE5D3
(187,229,211)
#C6E9D9
(198,233,217)
#D1EDDF
(209,237,223)
#DCF1E5
(220,241,229)
#E7F5EB
(231,245,235)
#F2F9F1
(242,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84D1B5; }

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

This text font color is #84D1B5.


Background Color

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

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

This div background color is #84D1B5.


Border color

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

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

This div border color is #84D1B5.


Opacity

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

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

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

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

This text has shadow with #84D1B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84D1B5 on black background.


Color preview on white background

This text has color #84D1B5 on white background.



Black color preview on #84D1B5 background

This text has black color on #84D1B5 background.


White color preview on #84D1B5 background

This text has white color on #84D1B5 background.