COLOR #84ACD0

HEX: #84ACD0
RGB: (132,172,208)

Renk bilgisi

#84ACD0 contains mainly green and blue colors. #84ACD0 ‘ nin web güvenlik rengi #9999CC (ya da #99C) dir.

RGB renk modeli

#84ACD0 color RGB value is (132,172,208).

  • kırmız ton 132;
  • yeşil ton 172;
  • mavi ton 208.
RGB:
(132,172,208)
(52%,67%,82%)

RGB bağlantıları ve doygunluk

R 132 of 255 = 52%
G 172 of 255 = 67%
B 208 of 255 = 82%

132
172
208

R + G + B ~ 67%. #84ACD0 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
132 + 172 + 208 = 512 (100%)
R 132 of 512 ~ 25.78%
G 172 of 512 ~ 33.59%
B 208 of 512 ~ 40.63%

%25.78
%33.59
%40.63

CMYK RENK MODELİ

#84ACD0 rengi CMYK tonu (37,17,0,18).

  • camgöbeği tonu 36.54%
  • eflatun tonu 17.31%
  • sarı tonu 0.00%
  • ana renk tonu 18.43%
CMYK:
(37,17,0,18)
C37M17Y0K18 
(37%,17%,0%,18%)
(0.37/0.17/0.00/0.18)	

CMYK yüzdeleri

%36.54
%17.31
%0
%18.43

Codes

Color #84ACD0 in popluar color models

84ACD0
RGB132172208
HSL208°44.71%66.67%
HSB/HSV208°36.54%81.57%
CMYK36.54%17.31%0.00%
18.43%

Color #84ACD0 in popluar number systems.

HEX84ACD0
Decimal132172208
Binary100001001010110011010000
Octal204254320

Shades and tints

Shades of #84ACD0

#84ACD0
(132,172,208)
#789DBE
(120,157,190)
#6C8EAC
(108,142,172)
#607F9A
(96,127,154)
#547088
(84,112,136)
#486176
(72,97,118)
#3C5264
(60,82,100)
#304352
(48,67,82)
#243440
(36,52,64)
#18252E
(24,37,46)
#0C161C
(12,22,28)
#000000
(0,0,0)

Tints of #84ACD0

#84ACD0
(132,172,208)
#8FB3D4
(143,179,212)
#9ABAD8
(154,186,216)
#A5C1DC
(165,193,220)
#B0C8E0
(176,200,224)
#BBCFE4
(187,207,228)
#C6D6E8
(198,214,232)
#D1DDEC
(209,221,236)
#DCE4F0
(220,228,240)
#E7EBF4
(231,235,244)
#F2F2F8
(242,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84ACD0 color. Also use rgb(132,172,208) instead hex code.

Text Font Color

.myTextColor { color: #84ACD0; }

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

This text font color is #84ACD0.


Background Color

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

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

This div background color is #84ACD0.


Border color

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

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

This div border color is #84ACD0.


Opacity

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

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

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

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

This text has shadow with #84ACD0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84ACD0 on black background.


Color preview on white background

This text has color #84ACD0 on white background.



Black color preview on #84ACD0 background

This text has black color on #84ACD0 background.


White color preview on #84ACD0 background

This text has white color on #84ACD0 background.