COLOR #84E6A4

HEX: #84E6A4
RGB: (132,230,164)

Renk bilgisi

#84E6A4 contains mainly green color. #84E6A4 ‘ nin web güvenlik rengi #99CC99 (ya da #9C9) dir.

RGB renk modeli

#84E6A4 color RGB value is (132,230,164).

  • kırmız ton 132;
  • yeşil ton 230;
  • mavi ton 164.
RGB:
(132,230,164)
(52%,90%,64%)

RGB bağlantıları ve doygunluk

R 132 of 255 = 52%
G 230 of 255 = 90%
B 164 of 255 = 64%

132
230
164

R + G + B ~ 69%. #84E6A4 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
132 + 230 + 164 = 526 (100%)
R 132 of 526 ~ 25.1%
G 230 of 526 ~ 43.73%
B 164 of 526 ~ 31.18%

%25.1
%43.73
%31.18

CMYK RENK MODELİ

#84E6A4 rengi CMYK tonu (43,0,29,10).

  • camgöbeği tonu 42.61%
  • eflatun tonu 0.00%
  • sarı tonu 28.70%
  • ana renk tonu 9.80%
CMYK:
(43,0,29,10)
C43M0Y29K10 
(43%,0%,29%,10%)
(0.43/0.00/0.29/0.10)	

CMYK yüzdeleri

%42.61
%0
%28.7
%9.8

Codes

Color #84E6A4 in popluar color models

84E6A4
RGB132230164
HSL140°66.22%70.98%
HSB/HSV140°42.61%90.20%
CMYK42.61%0.00%28.70%
9.80%

Color #84E6A4 in popluar number systems.

HEX84E6A4
Decimal132230164
Binary100001001110011010100100
Octal204346244

Shades and tints

Shades of #84E6A4

#84E6A4
(132,230,164)
#78D296
(120,210,150)
#6CBE88
(108,190,136)
#60AA7A
(96,170,122)
#54966C
(84,150,108)
#48825E
(72,130,94)
#3C6E50
(60,110,80)
#305A42
(48,90,66)
#244634
(36,70,52)
#183226
(24,50,38)
#0C1E18
(12,30,24)
#000000
(0,0,0)

Tints of #84E6A4

#84E6A4
(132,230,164)
#8FE8AC
(143,232,172)
#9AEAB4
(154,234,180)
#A5ECBC
(165,236,188)
#B0EEC4
(176,238,196)
#BBF0CC
(187,240,204)
#C6F2D4
(198,242,212)
#D1F4DC
(209,244,220)
#DCF6E4
(220,246,228)
#E7F8EC
(231,248,236)
#F2FAF4
(242,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84E6A4 color. Also use rgb(132,230,164) instead hex code.

Text Font Color

.myTextColor { color: #84E6A4; }

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

This text font color is #84E6A4.


Background Color

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

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

This div background color is #84E6A4.


Border color

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

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

This div border color is #84E6A4.


Opacity

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

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

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

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

This text has shadow with #84E6A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84E6A4 on black background.


Color preview on white background

This text has color #84E6A4 on white background.



Black color preview on #84E6A4 background

This text has black color on #84E6A4 background.


White color preview on #84E6A4 background

This text has white color on #84E6A4 background.