COLOR #84D8C6

HEX: #84D8C6
RGB: (132,216,198)

Renk bilgisi

#84D8C6 contains mainly green and blue colors. #84D8C6 ‘ nin web güvenlik rengi #99CCCC (ya da #9CC) dir.

RGB renk modeli

#84D8C6 color RGB value is (132,216,198).

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

RGB bağlantıları ve doygunluk

R 132 of 255 = 52%
G 216 of 255 = 85%
B 198 of 255 = 78%

132
216
198

R + G + B ~ 72%. #84D8C6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
132 + 216 + 198 = 546 (100%)
R 132 of 546 ~ 24.18%
G 216 of 546 ~ 39.56%
B 198 of 546 ~ 36.26%

%24.18
%39.56
%36.26

CMYK RENK MODELİ

#84D8C6 rengi CMYK tonu (39,0,8,15).

  • camgöbeği tonu 38.89%
  • eflatun tonu 0.00%
  • sarı tonu 8.33%
  • ana renk tonu 15.29%
CMYK:
(39,0,8,15)
C39M0Y8K15 
(39%,0%,8%,15%)
(0.39/0.00/0.08/0.15)	

CMYK yüzdeleri

%38.89
%0
%8.33
%15.29

Codes

Color #84D8C6 in popluar color models

84D8C6
RGB132216198
HSL167°51.85%68.24%
HSB/HSV167°38.89%84.71%
CMYK38.89%0.00%8.33%
15.29%

Color #84D8C6 in popluar number systems.

HEX84D8C6
Decimal132216198
Binary100001001101100011000110
Octal204330306

Shades and tints

Shades of #84D8C6

#84D8C6
(132,216,198)
#78C5B4
(120,197,180)
#6CB2A2
(108,178,162)
#609F90
(96,159,144)
#548C7E
(84,140,126)
#48796C
(72,121,108)
#3C665A
(60,102,90)
#305348
(48,83,72)
#244036
(36,64,54)
#182D24
(24,45,36)
#0C1A12
(12,26,18)
#000000
(0,0,0)

Tints of #84D8C6

#84D8C6
(132,216,198)
#8FDBCB
(143,219,203)
#9ADED0
(154,222,208)
#A5E1D5
(165,225,213)
#B0E4DA
(176,228,218)
#BBE7DF
(187,231,223)
#C6EAE4
(198,234,228)
#D1EDE9
(209,237,233)
#DCF0EE
(220,240,238)
#E7F3F3
(231,243,243)
#F2F6F8
(242,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84D8C6; }

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

This text font color is #84D8C6.


Background Color

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

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

This div background color is #84D8C6.


Border color

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

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

This div border color is #84D8C6.


Opacity

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

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

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

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

This text has shadow with #84D8C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84D8C6 on black background.


Color preview on white background

This text has color #84D8C6 on white background.



Black color preview on #84D8C6 background

This text has black color on #84D8C6 background.


White color preview on #84D8C6 background

This text has white color on #84D8C6 background.