COLOR #84D4A5

HEX: #84D4A5
RGB: (132,212,165)

Renk bilgisi

#84D4A5 contains mainly green and blue colors. #84D4A5 ‘ nin web güvenlik rengi #99CC99 (ya da #9C9) dir.

RGB renk modeli

#84D4A5 color RGB value is (132,212,165).

  • kırmız ton 132;
  • yeşil ton 212;
  • mavi ton 165.
RGB:
(132,212,165)
(52%,83%,65%)

RGB bağlantıları ve doygunluk

R 132 of 255 = 52%
G 212 of 255 = 83%
B 165 of 255 = 65%

132
212
165

R + G + B ~ 67%. #84D4A5 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
132 + 212 + 165 = 509 (100%)
R 132 of 509 ~ 25.93%
G 212 of 509 ~ 41.65%
B 165 of 509 ~ 32.42%

%25.93
%41.65
%32.42

CMYK RENK MODELİ

#84D4A5 rengi CMYK tonu (38,0,22,17).

  • camgöbeği tonu 37.74%
  • eflatun tonu 0.00%
  • sarı tonu 22.17%
  • ana renk tonu 16.86%
CMYK:
(38,0,22,17)
C38M0Y22K17 
(38%,0%,22%,17%)
(0.38/0.00/0.22/0.17)	

CMYK yüzdeleri

%37.74
%0
%22.17
%16.86

Codes

Color #84D4A5 in popluar color models

84D4A5
RGB132212165
HSL145°48.19%67.45%
HSB/HSV145°37.74%83.14%
CMYK37.74%0.00%22.17%
16.86%

Color #84D4A5 in popluar number systems.

HEX84D4A5
Decimal132212165
Binary100001001101010010100101
Octal204324245

Shades and tints

Shades of #84D4A5

#84D4A5
(132,212,165)
#78C196
(120,193,150)
#6CAE87
(108,174,135)
#609B78
(96,155,120)
#548869
(84,136,105)
#48755A
(72,117,90)
#3C624B
(60,98,75)
#304F3C
(48,79,60)
#243C2D
(36,60,45)
#18291E
(24,41,30)
#0C160F
(12,22,15)
#000000
(0,0,0)

Tints of #84D4A5

#84D4A5
(132,212,165)
#8FD7AD
(143,215,173)
#9ADAB5
(154,218,181)
#A5DDBD
(165,221,189)
#B0E0C5
(176,224,197)
#BBE3CD
(187,227,205)
#C6E6D5
(198,230,213)
#D1E9DD
(209,233,221)
#DCECE5
(220,236,229)
#E7EFED
(231,239,237)
#F2F2F5
(242,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84D4A5 color. Also use rgb(132,212,165) instead hex code.

Text Font Color

.myTextColor { color: #84D4A5; }

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

This text font color is #84D4A5.


Background Color

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

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

This div background color is #84D4A5.


Border color

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

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

This div border color is #84D4A5.


Opacity

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

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

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

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

This text has shadow with #84D4A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84D4A5 on black background.


Color preview on white background

This text has color #84D4A5 on white background.



Black color preview on #84D4A5 background

This text has black color on #84D4A5 background.


White color preview on #84D4A5 background

This text has white color on #84D4A5 background.