COLOR #84ADCD

HEX: #84ADCD
RGB: (132,173,205)

Renk bilgisi

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

RGB renk modeli

#84ADCD color RGB value is (132,173,205).

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

RGB bağlantıları ve doygunluk

R 132 of 255 = 52%
G 173 of 255 = 68%
B 205 of 255 = 80%

132
173
205

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

Yüzdelerle RGB renk parçaları

R + G + B =
132 + 173 + 205 = 510 (100%)
R 132 of 510 ~ 25.88%
G 173 of 510 ~ 33.92%
B 205 of 510 ~ 40.2%

%25.88
%33.92
%40.2

CMYK RENK MODELİ

#84ADCD rengi CMYK tonu (36,16,0,20).

  • camgöbeği tonu 35.61%
  • eflatun tonu 15.61%
  • sarı tonu 0.00%
  • ana renk tonu 19.61%
CMYK:
(36,16,0,20)
C36M16Y0K20 
(36%,16%,0%,20%)
(0.36/0.16/0.00/0.20)	

CMYK yüzdeleri

%35.61
%15.61
%0
%19.61

Codes

Color #84ADCD in popluar color models

84ADCD
RGB132173205
HSL206°42.20%66.08%
HSB/HSV206°35.61%80.39%
CMYK35.61%15.61%0.00%
19.61%

Color #84ADCD in popluar number systems.

HEX84ADCD
Decimal132173205
Binary100001001010110111001101
Octal204255315

Shades and tints

Shades of #84ADCD

#84ADCD
(132,173,205)
#789EBB
(120,158,187)
#6C8FA9
(108,143,169)
#608097
(96,128,151)
#547185
(84,113,133)
#486273
(72,98,115)
#3C5361
(60,83,97)
#30444F
(48,68,79)
#24353D
(36,53,61)
#18262B
(24,38,43)
#0C1719
(12,23,25)
#000000
(0,0,0)

Tints of #84ADCD

#84ADCD
(132,173,205)
#8FB4D1
(143,180,209)
#9ABBD5
(154,187,213)
#A5C2D9
(165,194,217)
#B0C9DD
(176,201,221)
#BBD0E1
(187,208,225)
#C6D7E5
(198,215,229)
#D1DEE9
(209,222,233)
#DCE5ED
(220,229,237)
#E7ECF1
(231,236,241)
#F2F3F5
(242,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84ADCD; }

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

This text font color is #84ADCD.


Background Color

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

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

This div background color is #84ADCD.


Border color

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

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

This div border color is #84ADCD.


Opacity

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

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

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

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

This text has shadow with #84ADCD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84ADCD on black background.


Color preview on white background

This text has color #84ADCD on white background.



Black color preview on #84ADCD background

This text has black color on #84ADCD background.


White color preview on #84ADCD background

This text has white color on #84ADCD background.