COLOR #84ACDD

HEX: #84ACDD
RGB: (132,172,221)

Renk bilgisi

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

RGB renk modeli

#84ACDD color RGB value is (132,172,221).

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

RGB bağlantıları ve doygunluk

R 132 of 255 = 52%
G 172 of 255 = 67%
B 221 of 255 = 87%

132
172
221

R + G + B ~ 69%. #84ACDD is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
132 + 172 + 221 = 525 (100%)
R 132 of 525 ~ 25.14%
G 172 of 525 ~ 32.76%
B 221 of 525 ~ 42.1%

%25.14
%32.76
%42.1

CMYK RENK MODELİ

#84ACDD rengi CMYK tonu (40,22,0,13).

  • camgöbeği tonu 40.27%
  • eflatun tonu 22.17%
  • sarı tonu 0.00%
  • ana renk tonu 13.33%
CMYK:
(40,22,0,13)
C40M22Y0K13 
(40%,22%,0%,13%)
(0.40/0.22/0.00/0.13)	

CMYK yüzdeleri

%40.27
%22.17
%0
%13.33

Codes

Color #84ACDD in popluar color models

84ACDD
RGB132172221
HSL213°56.69%69.22%
HSB/HSV213°40.27%86.67%
CMYK40.27%22.17%0.00%
13.33%

Color #84ACDD in popluar number systems.

HEX84ACDD
Decimal132172221
Binary100001001010110011011101
Octal204254335

Shades and tints

Shades of #84ACDD

#84ACDD
(132,172,221)
#789DC9
(120,157,201)
#6C8EB5
(108,142,181)
#607FA1
(96,127,161)
#54708D
(84,112,141)
#486179
(72,97,121)
#3C5265
(60,82,101)
#304351
(48,67,81)
#24343D
(36,52,61)
#182529
(24,37,41)
#0C1615
(12,22,21)
#000000
(0,0,0)

Tints of #84ACDD

#84ACDD
(132,172,221)
#8FB3E0
(143,179,224)
#9ABAE3
(154,186,227)
#A5C1E6
(165,193,230)
#B0C8E9
(176,200,233)
#BBCFEC
(187,207,236)
#C6D6EF
(198,214,239)
#D1DDF2
(209,221,242)
#DCE4F5
(220,228,245)
#E7EBF8
(231,235,248)
#F2F2FB
(242,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84ACDD; }

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

This text font color is #84ACDD.


Background Color

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

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

This div background color is #84ACDD.


Border color

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

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

This div border color is #84ACDD.


Opacity

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

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

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

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

This text has shadow with #84ACDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84ACDD on black background.


Color preview on white background

This text has color #84ACDD on white background.



Black color preview on #84ACDD background

This text has black color on #84ACDD background.


White color preview on #84ACDD background

This text has white color on #84ACDD background.