COLOR #84B69A

HEX: #84B69A
RGB: (132,182,154)

Color info

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

RGB color model

#84B69A color RGB value is (132,182,154).

  • red value is 132;
  • green value is 182;
  • blue value is 154.
RGB:
(132,182,154)
(52%,71%,60%)

RGB channels and saturation

R 132 of 255 = 52%
G 182 of 255 = 71%
B 154 of 255 = 60%

132
182
154

R + G + B ~ 61%. #84B69A is quite light color.

Portions of RGB colors in percentages

R + G + B =
132 + 182 + 154 = 468 (100%)
R 132 of 468 ~ 28.21%
G 182 of 468 ~ 38.89%
B 154 of 468 ~ 32.91%

%28.21
%38.89
%32.91

CMYK color model

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

  • cyan value is 27.47%
  • magenta value is 0.00%
  • yellow value is 15.38%
  • key color value is 28.63%
CMYK:
(27,0,15,29)
C27M0Y15K29 
(27%,0%,15%,29%)
(0.27/0.00/0.15/0.29)	

CMYK percentages

%27.47
%0
%15.38
%28.63

Codes

Color #84B69A in popluar color models

84B69A
RGB132182154
HSL146°25.51%61.57%
HSB/HSV146°27.47%71.37%
CMYK27.47%0.00%15.38%
28.63%

Color #84B69A in popluar number systems.

HEX84B69A
Decimal132182154
Binary100001001011011010011010
Octal204266232

Shades and tints

Shades of #84B69A

#84B69A
(132,182,154)
#78A68C
(120,166,140)
#6C967E
(108,150,126)
#608670
(96,134,112)
#547662
(84,118,98)
#486654
(72,102,84)
#3C5646
(60,86,70)
#304638
(48,70,56)
#24362A
(36,54,42)
#18261C
(24,38,28)
#0C160E
(12,22,14)
#000000
(0,0,0)

Tints of #84B69A

#84B69A
(132,182,154)
#8FBCA3
(143,188,163)
#9AC2AC
(154,194,172)
#A5C8B5
(165,200,181)
#B0CEBE
(176,206,190)
#BBD4C7
(187,212,199)
#C6DAD0
(198,218,208)
#D1E0D9
(209,224,217)
#DCE6E2
(220,230,226)
#E7ECEB
(231,236,235)
#F2F2F4
(242,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84B69A color. Also use rgb(132,182,154) instead hex code.

Text Font Color

.myTextColor { color: #84B69A; }

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

This text font color is #84B69A.


Background Color

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

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

This div background color is #84B69A.


Border color

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

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

This div border color is #84B69A.


Opacity

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

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

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

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

This text has shadow with #84B69A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84B69A on black background.


Color preview on white background

This text has color #84B69A on white background.



Black color preview on #84B69A background

This text has black color on #84B69A background.


White color preview on #84B69A background

This text has white color on #84B69A background.