COLOR #84B297

HEX: #84B297
RGB: (132,178,151)

Color info

#84B297 contains red, green and blue colors in about the same proportion. Web safe color of #84B297 is #999999 (or #999).

RGB color model

#84B297 color RGB value is (132,178,151).

  • red value is 132;
  • green value is 178;
  • blue value is 151.
RGB:
(132,178,151)
(52%,70%,59%)

RGB channels and saturation

R 132 of 255 = 52%
G 178 of 255 = 70%
B 151 of 255 = 59%

132
178
151

R + G + B ~ 60%. #84B297 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
132 + 178 + 151 = 461 (100%)
R 132 of 461 ~ 28.63%
G 178 of 461 ~ 38.61%
B 151 of 461 ~ 32.75%

%28.63
%38.61
%32.75

CMYK color model

#84B297 color CMYK value is (26,0,15,30).

  • cyan value is 25.84%
  • magenta value is 0.00%
  • yellow value is 15.17%
  • key color value is 30.20%
CMYK:
(26,0,15,30)
C26M0Y15K30 
(26%,0%,15%,30%)
(0.26/0.00/0.15/0.30)	

CMYK percentages

%25.84
%0
%15.17
%30.2

Codes

Color #84B297 in popluar color models

84B297
RGB132178151
HSL145°23.00%60.78%
HSB/HSV145°25.84%69.80%
CMYK25.84%0.00%15.17%
30.20%

Color #84B297 in popluar number systems.

HEX84B297
Decimal132178151
Binary100001001011001010010111
Octal204262227

Shades and tints

Shades of #84B297

#84B297
(132,178,151)
#78A28A
(120,162,138)
#6C927D
(108,146,125)
#608270
(96,130,112)
#547263
(84,114,99)
#486256
(72,98,86)
#3C5249
(60,82,73)
#30423C
(48,66,60)
#24322F
(36,50,47)
#182222
(24,34,34)
#0C1215
(12,18,21)
#000000
(0,0,0)

Tints of #84B297

#84B297
(132,178,151)
#8FB9A0
(143,185,160)
#9AC0A9
(154,192,169)
#A5C7B2
(165,199,178)
#B0CEBB
(176,206,187)
#BBD5C4
(187,213,196)
#C6DCCD
(198,220,205)
#D1E3D6
(209,227,214)
#DCEADF
(220,234,223)
#E7F1E8
(231,241,232)
#F2F8F1
(242,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84B297 color. Also use rgb(132,178,151) instead hex code.

Text Font Color

.myTextColor { color: #84B297; }

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

This text font color is #84B297.


Background Color

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

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

This div background color is #84B297.


Border color

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

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

This div border color is #84B297.


Opacity

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

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

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

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

This text has shadow with #84B297 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84B297 on black background.


Color preview on white background

This text has color #84B297 on white background.



Black color preview on #84B297 background

This text has black color on #84B297 background.


White color preview on #84B297 background

This text has white color on #84B297 background.