COLOR #84C0FF

HEX: #84C0FF
RGB: (132,192,255)

Renk bilgisi

#84C0FF contains mainly blue color. #84C0FF ‘ nin web güvenlik rengi #99CCFF (ya da #9CF) dir.

RGB renk modeli

#84C0FF color RGB value is (132,192,255).

  • kırmız ton 132;
  • yeşil ton 192;
  • mavi ton 255.
RGB:
(132,192,255)
(52%,75%,100%)

RGB bağlantıları ve doygunluk

R 132 of 255 = 52%
G 192 of 255 = 75%
B 255 of 255 = 100%

132
192
255

R + G + B ~ 76%. #84C0FF is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
132 + 192 + 255 = 579 (100%)
R 132 of 579 ~ 22.8%
G 192 of 579 ~ 33.16%
B 255 of 579 ~ 44.04%

%22.8
%33.16
%44.04

CMYK RENK MODELİ

#84C0FF rengi CMYK tonu (48,25,0,0).

  • camgöbeği tonu 48.24%
  • eflatun tonu 24.71%
  • sarı tonu 0.00%
  • ana renk tonu 0.00%
CMYK:
(48,25,0,0)
C48M25Y0K0 
(48%,25%,0%,0%)
(0.48/0.25/0.00/0.00)	

CMYK yüzdeleri

%48.24
%24.71
%0
%0

Codes

Color #84C0FF in popluar color models

84C0FF
RGB132192255
HSL211°100.00%75.88%
HSB/HSV211°48.24%100.00%
CMYK48.24%24.71%0.00%
0.00%

Color #84C0FF in popluar number systems.

HEX84C0FF
Decimal132192255
Binary100001001100000011111111
Octal204300377

Shades and tints

Shades of #84C0FF

#84C0FF
(132,192,255)
#78AFE8
(120,175,232)
#6C9ED1
(108,158,209)
#608DBA
(96,141,186)
#547CA3
(84,124,163)
#486B8C
(72,107,140)
#3C5A75
(60,90,117)
#30495E
(48,73,94)
#243847
(36,56,71)
#182730
(24,39,48)
#0C1619
(12,22,25)
#000000
(0,0,0)

Tints of #84C0FF

#84C0FF
(132,192,255)
#8FC5FF
(143,197,255)
#9ACAFF
(154,202,255)
#A5CFFF
(165,207,255)
#B0D4FF
(176,212,255)
#BBD9FF
(187,217,255)
#C6DEFF
(198,222,255)
#D1E3FF
(209,227,255)
#DCE8FF
(220,232,255)
#E7EDFF
(231,237,255)
#F2F2FF
(242,242,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84C0FF color. Also use rgb(132,192,255) instead hex code.

Text Font Color

.myTextColor { color: #84C0FF; }

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

This text font color is #84C0FF.


Background Color

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

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

This div background color is #84C0FF.


Border color

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

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

This div border color is #84C0FF.


Opacity

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

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

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

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

This text has shadow with #84C0FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84C0FF on black background.


Color preview on white background

This text has color #84C0FF on white background.



Black color preview on #84C0FF background

This text has black color on #84C0FF background.


White color preview on #84C0FF background

This text has white color on #84C0FF background.