COLOR #84C989

HEX: #84C989
RGB: (132,201,137)

Renk bilgisi

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

RGB renk modeli

#84C989 color RGB value is (132,201,137).

  • kırmız ton 132;
  • yeşil ton 201;
  • mavi ton 137.
RGB:
(132,201,137)
(52%,79%,54%)

RGB bağlantıları ve doygunluk

R 132 of 255 = 52%
G 201 of 255 = 79%
B 137 of 255 = 54%

132
201
137

R + G + B ~ 62%. #84C989 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
132 + 201 + 137 = 470 (100%)
R 132 of 470 ~ 28.09%
G 201 of 470 ~ 42.77%
B 137 of 470 ~ 29.15%

%28.09
%42.77
%29.15

CMYK RENK MODELİ

#84C989 rengi CMYK tonu (34,0,32,21).

  • camgöbeği tonu 34.33%
  • eflatun tonu 0.00%
  • sarı tonu 31.84%
  • ana renk tonu 21.18%
CMYK:
(34,0,32,21)
C34M0Y32K21 
(34%,0%,32%,21%)
(0.34/0.00/0.32/0.21)	

CMYK yüzdeleri

%34.33
%0
%31.84
%21.18

Codes

Color #84C989 in popluar color models

84C989
RGB132201137
HSL124°38.98%65.29%
HSB/HSV124°34.33%78.82%
CMYK34.33%0.00%31.84%
21.18%

Color #84C989 in popluar number systems.

HEX84C989
Decimal132201137
Binary100001001100100110001001
Octal204311211

Shades and tints

Shades of #84C989

#84C989
(132,201,137)
#78B77D
(120,183,125)
#6CA571
(108,165,113)
#609365
(96,147,101)
#548159
(84,129,89)
#486F4D
(72,111,77)
#3C5D41
(60,93,65)
#304B35
(48,75,53)
#243929
(36,57,41)
#18271D
(24,39,29)
#0C1511
(12,21,17)
#000000
(0,0,0)

Tints of #84C989

#84C989
(132,201,137)
#8FCD93
(143,205,147)
#9AD19D
(154,209,157)
#A5D5A7
(165,213,167)
#B0D9B1
(176,217,177)
#BBDDBB
(187,221,187)
#C6E1C5
(198,225,197)
#D1E5CF
(209,229,207)
#DCE9D9
(220,233,217)
#E7EDE3
(231,237,227)
#F2F1ED
(242,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84C989 color. Also use rgb(132,201,137) instead hex code.

Text Font Color

.myTextColor { color: #84C989; }

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

This text font color is #84C989.


Background Color

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

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

This div background color is #84C989.


Border color

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

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

This div border color is #84C989.


Opacity

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

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

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

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

This text has shadow with #84C989 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84C989 on black background.


Color preview on white background

This text has color #84C989 on white background.



Black color preview on #84C989 background

This text has black color on #84C989 background.


White color preview on #84C989 background

This text has white color on #84C989 background.