COLOR #84B27D

HEX: #84B27D
RGB: (132,178,125)

Color info

#84B27D contains red, green and blue colors in about the same proportion. Web safe color of #84B27D is #999966 (or #996).

RGB color model

#84B27D color RGB value is (132,178,125).

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

RGB channels and saturation

R 132 of 255 = 52%
G 178 of 255 = 70%
B 125 of 255 = 49%

132
178
125

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

Portions of RGB colors in percentages

R + G + B =
132 + 178 + 125 = 435 (100%)
R 132 of 435 ~ 30.34%
G 178 of 435 ~ 40.92%
B 125 of 435 ~ 28.74%

%30.34
%40.92
%28.74

CMYK color model

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

  • cyan value is 25.84%
  • magenta value is 0.00%
  • yellow value is 29.78%
  • key color value is 30.20%
CMYK:
(26,0,30,30)
C26M0Y30K30 
(26%,0%,30%,30%)
(0.26/0.00/0.30/0.30)	

CMYK percentages

%25.84
%0
%29.78
%30.2

Codes

Color #84B27D in popluar color models

84B27D
RGB132178125
HSL112°25.60%59.41%
HSB/HSV112°29.78%69.80%
CMYK25.84%0.00%29.78%
30.20%

Color #84B27D in popluar number systems.

HEX84B27D
Decimal132178125
Binary10000100101100101111101
Octal204262175

Shades and tints

Shades of #84B27D

#84B27D
(132,178,125)
#78A272
(120,162,114)
#6C9267
(108,146,103)
#60825C
(96,130,92)
#547251
(84,114,81)
#486246
(72,98,70)
#3C523B
(60,82,59)
#304230
(48,66,48)
#243225
(36,50,37)
#18221A
(24,34,26)
#0C120F
(12,18,15)
#000000
(0,0,0)

Tints of #84B27D

#84B27D
(132,178,125)
#8FB988
(143,185,136)
#9AC093
(154,192,147)
#A5C79E
(165,199,158)
#B0CEA9
(176,206,169)
#BBD5B4
(187,213,180)
#C6DCBF
(198,220,191)
#D1E3CA
(209,227,202)
#DCEAD5
(220,234,213)
#E7F1E0
(231,241,224)
#F2F8EB
(242,248,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84B27D; }

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

This text font color is #84B27D.


Background Color

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

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

This div background color is #84B27D.


Border color

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

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

This div border color is #84B27D.


Opacity

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

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

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

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

This text has shadow with #84B27D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84B27D on black background.


Color preview on white background

This text has color #84B27D on white background.



Black color preview on #84B27D background

This text has black color on #84B27D background.


White color preview on #84B27D background

This text has white color on #84B27D background.