COLOR #84C1A7

HEX: #84C1A7
RGB: (132,193,167)

Color info

#84C1A7 contains mainly green and blue colors. Web safe color of #84C1A7 is #99CC99 (or #9C9).

RGB color model

#84C1A7 color RGB value is (132,193,167).

  • red value is 132;
  • green value is 193;
  • blue value is 167.
RGB:
(132,193,167)
(52%,76%,65%)

RGB channels and saturation

R 132 of 255 = 52%
G 193 of 255 = 76%
B 167 of 255 = 65%

132
193
167

R + G + B ~ 64%. #84C1A7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
132 + 193 + 167 = 492 (100%)
R 132 of 492 ~ 26.83%
G 193 of 492 ~ 39.23%
B 167 of 492 ~ 33.94%

%26.83
%39.23
%33.94

CMYK color model

#84C1A7 color CMYK value is (32,0,13,24).

  • cyan value is 31.61%
  • magenta value is 0.00%
  • yellow value is 13.47%
  • key color value is 24.31%
CMYK:
(32,0,13,24)
C32M0Y13K24 
(32%,0%,13%,24%)
(0.32/0.00/0.13/0.24)	

CMYK percentages

%31.61
%0
%13.47
%24.31

Codes

Color #84C1A7 in popluar color models

84C1A7
RGB132193167
HSL154°32.97%63.73%
HSB/HSV154°31.61%75.69%
CMYK31.61%0.00%13.47%
24.31%

Color #84C1A7 in popluar number systems.

HEX84C1A7
Decimal132193167
Binary100001001100000110100111
Octal204301247

Shades and tints

Shades of #84C1A7

#84C1A7
(132,193,167)
#78B098
(120,176,152)
#6C9F89
(108,159,137)
#608E7A
(96,142,122)
#547D6B
(84,125,107)
#486C5C
(72,108,92)
#3C5B4D
(60,91,77)
#304A3E
(48,74,62)
#24392F
(36,57,47)
#182820
(24,40,32)
#0C1711
(12,23,17)
#000000
(0,0,0)

Tints of #84C1A7

#84C1A7
(132,193,167)
#8FC6AF
(143,198,175)
#9ACBB7
(154,203,183)
#A5D0BF
(165,208,191)
#B0D5C7
(176,213,199)
#BBDACF
(187,218,207)
#C6DFD7
(198,223,215)
#D1E4DF
(209,228,223)
#DCE9E7
(220,233,231)
#E7EEEF
(231,238,239)
#F2F3F7
(242,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84C1A7 color. Also use rgb(132,193,167) instead hex code.

Text Font Color

.myTextColor { color: #84C1A7; }

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

This text font color is #84C1A7.


Background Color

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

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

This div background color is #84C1A7.


Border color

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

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

This div border color is #84C1A7.


Opacity

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

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

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

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

This text has shadow with #84C1A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84C1A7 on black background.


Color preview on white background

This text has color #84C1A7 on white background.



Black color preview on #84C1A7 background

This text has black color on #84C1A7 background.


White color preview on #84C1A7 background

This text has white color on #84C1A7 background.