COLOR #84ADDD

HEX: #84ADDD
RGB: (132,173,221)

Renk bilgisi

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

RGB renk modeli

#84ADDD color RGB value is (132,173,221).

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

RGB bağlantıları ve doygunluk

R 132 of 255 = 52%
G 173 of 255 = 68%
B 221 of 255 = 87%

132
173
221

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

Yüzdelerle RGB renk parçaları

R + G + B =
132 + 173 + 221 = 526 (100%)
R 132 of 526 ~ 25.1%
G 173 of 526 ~ 32.89%
B 221 of 526 ~ 42.02%

%25.1
%32.89
%42.02

CMYK RENK MODELİ

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

  • camgöbeği tonu 40.27%
  • eflatun tonu 21.72%
  • 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
%21.72
%0
%13.33

Codes

Color #84ADDD in popluar color models

84ADDD
RGB132173221
HSL212°56.69%69.22%
HSB/HSV212°40.27%86.67%
CMYK40.27%21.72%0.00%
13.33%

Color #84ADDD in popluar number systems.

HEX84ADDD
Decimal132173221
Binary100001001010110111011101
Octal204255335

Shades and tints

Shades of #84ADDD

#84ADDD
(132,173,221)
#789EC9
(120,158,201)
#6C8FB5
(108,143,181)
#6080A1
(96,128,161)
#54718D
(84,113,141)
#486279
(72,98,121)
#3C5365
(60,83,101)
#304451
(48,68,81)
#24353D
(36,53,61)
#182629
(24,38,41)
#0C1715
(12,23,21)
#000000
(0,0,0)

Tints of #84ADDD

#84ADDD
(132,173,221)
#8FB4E0
(143,180,224)
#9ABBE3
(154,187,227)
#A5C2E6
(165,194,230)
#B0C9E9
(176,201,233)
#BBD0EC
(187,208,236)
#C6D7EF
(198,215,239)
#D1DEF2
(209,222,242)
#DCE5F5
(220,229,245)
#E7ECF8
(231,236,248)
#F2F3FB
(242,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84ADDD; }

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

This text font color is #84ADDD.


Background Color

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

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

This div background color is #84ADDD.


Border color

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

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

This div border color is #84ADDD.


Opacity

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

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

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

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

This text has shadow with #84ADDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84ADDD on black background.


Color preview on white background

This text has color #84ADDD on white background.



Black color preview on #84ADDD background

This text has black color on #84ADDD background.


White color preview on #84ADDD background

This text has white color on #84ADDD background.