COLOR #84C6F5

HEX: #84C6F5
RGB: (132,198,245)

Renk bilgisi

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

RGB renk modeli

#84C6F5 color RGB value is (132,198,245).

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

RGB bağlantıları ve doygunluk

R 132 of 255 = 52%
G 198 of 255 = 78%
B 245 of 255 = 96%

132
198
245

R + G + B ~ 75%. #84C6F5 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
132 + 198 + 245 = 575 (100%)
R 132 of 575 ~ 22.96%
G 198 of 575 ~ 34.43%
B 245 of 575 ~ 42.61%

%22.96
%34.43
%42.61

CMYK RENK MODELİ

#84C6F5 rengi CMYK tonu (46,19,0,4).

  • camgöbeği tonu 46.12%
  • eflatun tonu 19.18%
  • sarı tonu 0.00%
  • ana renk tonu 3.92%
CMYK:
(46,19,0,4)
C46M19Y0K4 
(46%,19%,0%,4%)
(0.46/0.19/0.00/0.04)	

CMYK yüzdeleri

%46.12
%19.18
%0
%3.92

Codes

Color #84C6F5 in popluar color models

84C6F5
RGB132198245
HSL205°84.96%73.92%
HSB/HSV205°46.12%96.08%
CMYK46.12%19.18%0.00%
3.92%

Color #84C6F5 in popluar number systems.

HEX84C6F5
Decimal132198245
Binary100001001100011011110101
Octal204306365

Shades and tints

Shades of #84C6F5

#84C6F5
(132,198,245)
#78B4DF
(120,180,223)
#6CA2C9
(108,162,201)
#6090B3
(96,144,179)
#547E9D
(84,126,157)
#486C87
(72,108,135)
#3C5A71
(60,90,113)
#30485B
(48,72,91)
#243645
(36,54,69)
#18242F
(24,36,47)
#0C1219
(12,18,25)
#000000
(0,0,0)

Tints of #84C6F5

#84C6F5
(132,198,245)
#8FCBF5
(143,203,245)
#9AD0F5
(154,208,245)
#A5D5F5
(165,213,245)
#B0DAF5
(176,218,245)
#BBDFF5
(187,223,245)
#C6E4F5
(198,228,245)
#D1E9F5
(209,233,245)
#DCEEF5
(220,238,245)
#E7F3F5
(231,243,245)
#F2F8F5
(242,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84C6F5; }

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

This text font color is #84C6F5.


Background Color

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

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

This div background color is #84C6F5.


Border color

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

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

This div border color is #84C6F5.


Opacity

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

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

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

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

This text has shadow with #84C6F5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84C6F5 on black background.


Color preview on white background

This text has color #84C6F5 on white background.



Black color preview on #84C6F5 background

This text has black color on #84C6F5 background.


White color preview on #84C6F5 background

This text has white color on #84C6F5 background.