COLOR #84D8A4

HEX: #84D8A4
RGB: (132,216,164)

Renk bilgisi

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

RGB renk modeli

#84D8A4 color RGB value is (132,216,164).

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

RGB bağlantıları ve doygunluk

R 132 of 255 = 52%
G 216 of 255 = 85%
B 164 of 255 = 64%

132
216
164

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

Yüzdelerle RGB renk parçaları

R + G + B =
132 + 216 + 164 = 512 (100%)
R 132 of 512 ~ 25.78%
G 216 of 512 ~ 42.19%
B 164 of 512 ~ 32.03%

%25.78
%42.19
%32.03

CMYK RENK MODELİ

#84D8A4 rengi CMYK tonu (39,0,24,15).

  • camgöbeği tonu 38.89%
  • eflatun tonu 0.00%
  • sarı tonu 24.07%
  • ana renk tonu 15.29%
CMYK:
(39,0,24,15)
C39M0Y24K15 
(39%,0%,24%,15%)
(0.39/0.00/0.24/0.15)	

CMYK yüzdeleri

%38.89
%0
%24.07
%15.29

Codes

Color #84D8A4 in popluar color models

84D8A4
RGB132216164
HSL143°51.85%68.24%
HSB/HSV143°38.89%84.71%
CMYK38.89%0.00%24.07%
15.29%

Color #84D8A4 in popluar number systems.

HEX84D8A4
Decimal132216164
Binary100001001101100010100100
Octal204330244

Shades and tints

Shades of #84D8A4

#84D8A4
(132,216,164)
#78C596
(120,197,150)
#6CB288
(108,178,136)
#609F7A
(96,159,122)
#548C6C
(84,140,108)
#48795E
(72,121,94)
#3C6650
(60,102,80)
#305342
(48,83,66)
#244034
(36,64,52)
#182D26
(24,45,38)
#0C1A18
(12,26,24)
#000000
(0,0,0)

Tints of #84D8A4

#84D8A4
(132,216,164)
#8FDBAC
(143,219,172)
#9ADEB4
(154,222,180)
#A5E1BC
(165,225,188)
#B0E4C4
(176,228,196)
#BBE7CC
(187,231,204)
#C6EAD4
(198,234,212)
#D1EDDC
(209,237,220)
#DCF0E4
(220,240,228)
#E7F3EC
(231,243,236)
#F2F6F4
(242,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84D8A4; }

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

This text font color is #84D8A4.


Background Color

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

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

This div background color is #84D8A4.


Border color

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

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

This div border color is #84D8A4.


Opacity

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

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

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

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

This text has shadow with #84D8A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84D8A4 on black background.


Color preview on white background

This text has color #84D8A4 on white background.



Black color preview on #84D8A4 background

This text has black color on #84D8A4 background.


White color preview on #84D8A4 background

This text has white color on #84D8A4 background.