COLOR #84CFA3

HEX: #84CFA3
RGB: (132,207,163)

Color info

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

RGB color model

#84CFA3 color RGB value is (132,207,163).

  • red value is 132;
  • green value is 207;
  • blue value is 163.
RGB:
(132,207,163)
(52%,81%,64%)

RGB channels and saturation

R 132 of 255 = 52%
G 207 of 255 = 81%
B 163 of 255 = 64%

132
207
163

R + G + B ~ 66%. #84CFA3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
132 + 207 + 163 = 502 (100%)
R 132 of 502 ~ 26.29%
G 207 of 502 ~ 41.24%
B 163 of 502 ~ 32.47%

%26.29
%41.24
%32.47

CMYK color model

#84CFA3 color CMYK value is (36,0,21,19).

  • cyan value is 36.23%
  • magenta value is 0.00%
  • yellow value is 21.26%
  • key color value is 18.82%
CMYK:
(36,0,21,19)
C36M0Y21K19 
(36%,0%,21%,19%)
(0.36/0.00/0.21/0.19)	

CMYK percentages

%36.23
%0
%21.26
%18.82

Codes

Color #84CFA3 in popluar color models

84CFA3
RGB132207163
HSL145°43.86%66.47%
HSB/HSV145°36.23%81.18%
CMYK36.23%0.00%21.26%
18.82%

Color #84CFA3 in popluar number systems.

HEX84CFA3
Decimal132207163
Binary100001001100111110100011
Octal204317243

Shades and tints

Shades of #84CFA3

#84CFA3
(132,207,163)
#78BD95
(120,189,149)
#6CAB87
(108,171,135)
#609979
(96,153,121)
#54876B
(84,135,107)
#48755D
(72,117,93)
#3C634F
(60,99,79)
#305141
(48,81,65)
#243F33
(36,63,51)
#182D25
(24,45,37)
#0C1B17
(12,27,23)
#000000
(0,0,0)

Tints of #84CFA3

#84CFA3
(132,207,163)
#8FD3AB
(143,211,171)
#9AD7B3
(154,215,179)
#A5DBBB
(165,219,187)
#B0DFC3
(176,223,195)
#BBE3CB
(187,227,203)
#C6E7D3
(198,231,211)
#D1EBDB
(209,235,219)
#DCEFE3
(220,239,227)
#E7F3EB
(231,243,235)
#F2F7F3
(242,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84CFA3 color. Also use rgb(132,207,163) instead hex code.

Text Font Color

.myTextColor { color: #84CFA3; }

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

This text font color is #84CFA3.


Background Color

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

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

This div background color is #84CFA3.


Border color

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

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

This div border color is #84CFA3.


Opacity

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

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

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

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

This text has shadow with #84CFA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84CFA3 on black background.


Color preview on white background

This text has color #84CFA3 on white background.



Black color preview on #84CFA3 background

This text has black color on #84CFA3 background.


White color preview on #84CFA3 background

This text has white color on #84CFA3 background.