COLOR #84BB9F

HEX: #84BB9F
RGB: (132,187,159)

Color info

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

RGB color model

#84BB9F color RGB value is (132,187,159).

  • red value is 132;
  • green value is 187;
  • blue value is 159.
RGB:
(132,187,159)
(52%,73%,62%)

RGB channels and saturation

R 132 of 255 = 52%
G 187 of 255 = 73%
B 159 of 255 = 62%

132
187
159

R + G + B ~ 62%. #84BB9F is quite light color.

Portions of RGB colors in percentages

R + G + B =
132 + 187 + 159 = 478 (100%)
R 132 of 478 ~ 27.62%
G 187 of 478 ~ 39.12%
B 159 of 478 ~ 33.26%

%27.62
%39.12
%33.26

CMYK color model

#84BB9F color CMYK value is (29,0,15,27).

  • cyan value is 29.41%
  • magenta value is 0.00%
  • yellow value is 14.97%
  • key color value is 26.67%
CMYK:
(29,0,15,27)
C29M0Y15K27 
(29%,0%,15%,27%)
(0.29/0.00/0.15/0.27)	

CMYK percentages

%29.41
%0
%14.97
%26.67

Codes

Color #84BB9F in popluar color models

84BB9F
RGB132187159
HSL149°28.80%62.55%
HSB/HSV149°29.41%73.33%
CMYK29.41%0.00%14.97%
26.67%

Color #84BB9F in popluar number systems.

HEX84BB9F
Decimal132187159
Binary100001001011101110011111
Octal204273237

Shades and tints

Shades of #84BB9F

#84BB9F
(132,187,159)
#78AA91
(120,170,145)
#6C9983
(108,153,131)
#608875
(96,136,117)
#547767
(84,119,103)
#486659
(72,102,89)
#3C554B
(60,85,75)
#30443D
(48,68,61)
#24332F
(36,51,47)
#182221
(24,34,33)
#0C1113
(12,17,19)
#000000
(0,0,0)

Tints of #84BB9F

#84BB9F
(132,187,159)
#8FC1A7
(143,193,167)
#9AC7AF
(154,199,175)
#A5CDB7
(165,205,183)
#B0D3BF
(176,211,191)
#BBD9C7
(187,217,199)
#C6DFCF
(198,223,207)
#D1E5D7
(209,229,215)
#DCEBDF
(220,235,223)
#E7F1E7
(231,241,231)
#F2F7EF
(242,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84BB9F color. Also use rgb(132,187,159) instead hex code.

Text Font Color

.myTextColor { color: #84BB9F; }

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

This text font color is #84BB9F.


Background Color

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

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

This div background color is #84BB9F.


Border color

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

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

This div border color is #84BB9F.


Opacity

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

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

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

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

This text has shadow with #84BB9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84BB9F on black background.


Color preview on white background

This text has color #84BB9F on white background.



Black color preview on #84BB9F background

This text has black color on #84BB9F background.


White color preview on #84BB9F background

This text has white color on #84BB9F background.