COLOR #84D7EF

HEX: #84D7EF
RGB: (132,215,239)

Renk bilgisi

#84D7EF contains mainly green and blue colors. #84D7EF ‘ nin web güvenlik rengi #99CCFF (ya da #9CF) dir.

RGB renk modeli

#84D7EF color RGB value is (132,215,239).

  • kırmız ton 132;
  • yeşil ton 215;
  • mavi ton 239.
RGB:
(132,215,239)
(52%,84%,94%)

RGB bağlantıları ve doygunluk

R 132 of 255 = 52%
G 215 of 255 = 84%
B 239 of 255 = 94%

132
215
239

R + G + B ~ 77%. #84D7EF is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
132 + 215 + 239 = 586 (100%)
R 132 of 586 ~ 22.53%
G 215 of 586 ~ 36.69%
B 239 of 586 ~ 40.78%

%22.53
%36.69
%40.78

CMYK RENK MODELİ

#84D7EF rengi CMYK tonu (45,10,0,6).

  • camgöbeği tonu 44.77%
  • eflatun tonu 10.04%
  • sarı tonu 0.00%
  • ana renk tonu 6.27%
CMYK:
(45,10,0,6)
C45M10Y0K6 
(45%,10%,0%,6%)
(0.45/0.10/0.00/0.06)	

CMYK yüzdeleri

%44.77
%10.04
%0
%6.27

Codes

Color #84D7EF in popluar color models

84D7EF
RGB132215239
HSL193°76.98%72.75%
HSB/HSV193°44.77%93.73%
CMYK44.77%10.04%0.00%
6.27%

Color #84D7EF in popluar number systems.

HEX84D7EF
Decimal132215239
Binary100001001101011111101111
Octal204327357

Shades and tints

Shades of #84D7EF

#84D7EF
(132,215,239)
#78C4DA
(120,196,218)
#6CB1C5
(108,177,197)
#609EB0
(96,158,176)
#548B9B
(84,139,155)
#487886
(72,120,134)
#3C6571
(60,101,113)
#30525C
(48,82,92)
#243F47
(36,63,71)
#182C32
(24,44,50)
#0C191D
(12,25,29)
#000000
(0,0,0)

Tints of #84D7EF

#84D7EF
(132,215,239)
#8FDAF0
(143,218,240)
#9ADDF1
(154,221,241)
#A5E0F2
(165,224,242)
#B0E3F3
(176,227,243)
#BBE6F4
(187,230,244)
#C6E9F5
(198,233,245)
#D1ECF6
(209,236,246)
#DCEFF7
(220,239,247)
#E7F2F8
(231,242,248)
#F2F5F9
(242,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84D7EF color. Also use rgb(132,215,239) instead hex code.

Text Font Color

.myTextColor { color: #84D7EF; }

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

This text font color is #84D7EF.


Background Color

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

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

This div background color is #84D7EF.


Border color

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

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

This div border color is #84D7EF.


Opacity

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

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

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

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

This text has shadow with #84D7EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84D7EF on black background.


Color preview on white background

This text has color #84D7EF on white background.



Black color preview on #84D7EF background

This text has black color on #84D7EF background.


White color preview on #84D7EF background

This text has white color on #84D7EF background.