COLOR #84B298

HEX: #84B298
RGB: (132,178,152)

Color info

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

RGB color model

#84B298 color RGB value is (132,178,152).

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

RGB channels and saturation

R 132 of 255 = 52%
G 178 of 255 = 70%
B 152 of 255 = 60%

132
178
152

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

Portions of RGB colors in percentages

R + G + B =
132 + 178 + 152 = 462 (100%)
R 132 of 462 ~ 28.57%
G 178 of 462 ~ 38.53%
B 152 of 462 ~ 32.9%

%28.57
%38.53
%32.9

CMYK color model

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

  • cyan value is 25.84%
  • magenta value is 0.00%
  • yellow value is 14.61%
  • 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
%14.61
%30.2

Codes

Color #84B298 in popluar color models

84B298
RGB132178152
HSL146°23.00%60.78%
HSB/HSV146°25.84%69.80%
CMYK25.84%0.00%14.61%
30.20%

Color #84B298 in popluar number systems.

HEX84B298
Decimal132178152
Binary100001001011001010011000
Octal204262230

Shades and tints

Shades of #84B298

#84B298
(132,178,152)
#78A28B
(120,162,139)
#6C927E
(108,146,126)
#608271
(96,130,113)
#547264
(84,114,100)
#486257
(72,98,87)
#3C524A
(60,82,74)
#30423D
(48,66,61)
#243230
(36,50,48)
#182223
(24,34,35)
#0C1216
(12,18,22)
#000000
(0,0,0)

Tints of #84B298

#84B298
(132,178,152)
#8FB9A1
(143,185,161)
#9AC0AA
(154,192,170)
#A5C7B3
(165,199,179)
#B0CEBC
(176,206,188)
#BBD5C5
(187,213,197)
#C6DCCE
(198,220,206)
#D1E3D7
(209,227,215)
#DCEAE0
(220,234,224)
#E7F1E9
(231,241,233)
#F2F8F2
(242,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84B298; }

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

This text font color is #84B298.


Background Color

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

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

This div background color is #84B298.


Border color

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

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

This div border color is #84B298.


Opacity

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

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

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

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

This text has shadow with #84B298 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84B298 on black background.


Color preview on white background

This text has color #84B298 on white background.



Black color preview on #84B298 background

This text has black color on #84B298 background.


White color preview on #84B298 background

This text has white color on #84B298 background.