COLOR #84B795

HEX: #84B795 RGB: (132,183,149)

Color info

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

RGB color model

#84B795 color RGB value is (132,183,149).

RGB: (132,183,149) (52%, 72%, 58%)

RGB channels and saturation

R 132 of 255 = 52%
G 183 of 255 = 72%
B 149 of 255 = 58%

132
183
149

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

Portions of RGB colors in percentages

R + G + B = 132 + 183 + 149 = 464 (100%)
R 132 of 464 ~ 28.45%
G 183 of 464 ~ 39.44%
B 149 of 464 ~ 32.11'%

%28.45
%39.44
%32.11

CMYK color model

#84B795 color CMYK value is (28,0,19,28).

  • cyan value is 27.87%
  • magenta value is 0.00%
  • yellow value is 18.58%
  • key color value is 28.24%

CMYK: (28,0,19,28)
C28M0Y19K28 (28%, 0%, 19%, 28%)
(0.28 / 0.00 / 0.19 / 0.28)

CMYK percentages

%27.87
%0
%18.58
%28.24

Codes

Color #84B795 in popluar color models

84 B7 95
RGB 132 183 149
HSL 140° 26.15% 61.76%
HSB/HSV 140° 27.87% 71.76%
CMYK 27.87% 0.00% 18.58%
28.24%

Color #84B795 in popluar number systems.

HEX 84 B7 95
Decimal 132 183 149
Binary 10000100 10110111 10010101
Octal 204 267 225

Shades and tints

Shades of #84B795

#84B795
(132,183,149)
#78A788
(120,167,136)
#6C977B
(108,151,123)
#60876E
(96,135,110)
#547761
(84,119,97)
#486754
(72,103,84)
#3C5747
(60,87,71)
#30473A
(48,71,58)
#24372D
(36,55,45)
#182720
(24,39,32)
#0C1713
(12,23,19)
#000000
(0,0,0)

Tints of #84B795

#84B795
(132,183,149)
#8FBD9E
(143,189,158)
#9AC3A7
(154,195,167)
#A5C9B0
(165,201,176)
#B0CFB9
(176,207,185)
#BBD5C2
(187,213,194)
#C6DBCB
(198,219,203)
#D1E1D4
(209,225,212)
#DCE7DD
(220,231,221)
#E7EDE6
(231,237,230)
#F2F3EF
(242,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84B795 color. Also use rgb(132,183,149) instead hex code.

Text Font Color

.myTextColor { color: #84B795; }

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

This text font color is #84B795.

Background Color

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

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

This div background color is #84B795.

Border color

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

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

This div border color is #84B795.

Opacity

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

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

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

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

This text has shadow with #84B795 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #84B795.

Preview

Color preview on black background

This text has color #84B795 on black background.


Color preview on white background

This text has color #84B795 on white background.


Black color preview on #84B795 background

This text has black color on #84B795 background.


White color preview on #84B795 background

This text has white color on #84B795 background.


Related colors

Complementary color

Complementary color for #hex is #7B486A.


I love getcolorcode.com

Triadic colors

1 #9584B7 and #B79584 with #84B795 are triadic colors.

2 #95B784 and #B78495 with #84B795 are triadic colors.