COLOR #84B793

HEX: #84B793 RGB: (132,183,147)

Color info

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

RGB color model

#84B793 color RGB value is (132,183,147).

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

RGB channels and saturation

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

132
183
147

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

Portions of RGB colors in percentages

R + G + B = 132 + 183 + 147 = 462 (100%)
R 132 of 462 ~ 28.57%
G 183 of 462 ~ 39.61%
B 147 of 462 ~ 31.82'%

%28.57
%39.61
%31.82

CMYK color model

#84B793 color CMYK value is (28,0,20,28).

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

CMYK: (28,0,20,28)
C28M0Y20K28 (28%, 0%, 20%, 28%)
(0.28 / 0.00 / 0.20 / 0.28)

CMYK percentages

%27.87
%0
%19.67
%28.24

Codes

Color #84B793 in popluar color models

84 B7 93
RGB 132 183 147
HSL 138° 26.15% 61.76%
HSB/HSV 138° 27.87% 71.76%
CMYK 27.87% 0.00% 19.67%
28.24%

Color #84B793 in popluar number systems.

HEX 84 B7 93
Decimal 132 183 147
Binary 10000100 10110111 10010011
Octal 204 267 223

Shades and tints

Shades of #84B793

#84B793
(132,183,147)
#78A786
(120,167,134)
#6C9779
(108,151,121)
#60876C
(96,135,108)
#54775F
(84,119,95)
#486752
(72,103,82)
#3C5745
(60,87,69)
#304738
(48,71,56)
#24372B
(36,55,43)
#18271E
(24,39,30)
#0C1711
(12,23,17)
#000000
(0,0,0)

Tints of #84B793

#84B793
(132,183,147)
#8FBD9C
(143,189,156)
#9AC3A5
(154,195,165)
#A5C9AE
(165,201,174)
#B0CFB7
(176,207,183)
#BBD5C0
(187,213,192)
#C6DBC9
(198,219,201)
#D1E1D2
(209,225,210)
#DCE7DB
(220,231,219)
#E7EDE4
(231,237,228)
#F2F3ED
(242,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84B793; }

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

This text font color is #84B793.

Background Color

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

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

This div background color is #84B793.

Border color

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

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

This div border color is #84B793.

Opacity

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

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

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

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

This text has shadow with #84B793 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #84B793.

Preview

Color preview on black background

This text has color #84B793 on black background.


Color preview on white background

This text has color #84B793 on white background.


Black color preview on #84B793 background

This text has black color on #84B793 background.


White color preview on #84B793 background

This text has white color on #84B793 background.


Related colors

Complementary color

Complementary color for #hex is #7B486C.


I love getcolorcode.com

Triadic colors

1 #9384B7 and #B79384 with #84B793 are triadic colors.

2 #93B784 and #B78493 with #84B793 are triadic colors.