COLOR #84C9E0

HEX: #84C9E0
RGB: (132,201,224)

Renk bilgisi

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

RGB renk modeli

#84C9E0 color RGB value is (132,201,224).

  • kırmız ton 132;
  • yeşil ton 201;
  • mavi ton 224.
RGB:
(132,201,224)
(52%,79%,88%)

RGB bağlantıları ve doygunluk

R 132 of 255 = 52%
G 201 of 255 = 79%
B 224 of 255 = 88%

132
201
224

R + G + B ~ 73%. #84C9E0 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
132 + 201 + 224 = 557 (100%)
R 132 of 557 ~ 23.7%
G 201 of 557 ~ 36.09%
B 224 of 557 ~ 40.22%

%23.7
%36.09
%40.22

CMYK RENK MODELİ

#84C9E0 rengi CMYK tonu (41,10,0,12).

  • camgöbeği tonu 41.07%
  • eflatun tonu 10.27%
  • sarı tonu 0.00%
  • ana renk tonu 12.16%
CMYK:
(41,10,0,12)
C41M10Y0K12 
(41%,10%,0%,12%)
(0.41/0.10/0.00/0.12)	

CMYK yüzdeleri

%41.07
%10.27
%0
%12.16

Codes

Color #84C9E0 in popluar color models

84C9E0
RGB132201224
HSL195°59.74%69.80%
HSB/HSV195°41.07%87.84%
CMYK41.07%10.27%0.00%
12.16%

Color #84C9E0 in popluar number systems.

HEX84C9E0
Decimal132201224
Binary100001001100100111100000
Octal204311340

Shades and tints

Shades of #84C9E0

#84C9E0
(132,201,224)
#78B7CC
(120,183,204)
#6CA5B8
(108,165,184)
#6093A4
(96,147,164)
#548190
(84,129,144)
#486F7C
(72,111,124)
#3C5D68
(60,93,104)
#304B54
(48,75,84)
#243940
(36,57,64)
#18272C
(24,39,44)
#0C1518
(12,21,24)
#000000
(0,0,0)

Tints of #84C9E0

#84C9E0
(132,201,224)
#8FCDE2
(143,205,226)
#9AD1E4
(154,209,228)
#A5D5E6
(165,213,230)
#B0D9E8
(176,217,232)
#BBDDEA
(187,221,234)
#C6E1EC
(198,225,236)
#D1E5EE
(209,229,238)
#DCE9F0
(220,233,240)
#E7EDF2
(231,237,242)
#F2F1F4
(242,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84C9E0 color. Also use rgb(132,201,224) instead hex code.

Text Font Color

.myTextColor { color: #84C9E0; }

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

This text font color is #84C9E0.


Background Color

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

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

This div background color is #84C9E0.


Border color

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

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

This div border color is #84C9E0.


Opacity

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

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

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

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

This text has shadow with #84C9E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84C9E0 on black background.


Color preview on white background

This text has color #84C9E0 on white background.



Black color preview on #84C9E0 background

This text has black color on #84C9E0 background.


White color preview on #84C9E0 background

This text has white color on #84C9E0 background.