COLOR #84ADB7

HEX: #84ADB7
RGB: (132,173,183)

Renk bilgisi

#84ADB7 contains red, green and blue colors in about the same proportion. #84ADB7 ‘ nin web güvenlik rengi #9999CC (ya da #99C) dir.

RGB renk modeli

#84ADB7 color RGB value is (132,173,183).

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

RGB bağlantıları ve doygunluk

R 132 of 255 = 52%
G 173 of 255 = 68%
B 183 of 255 = 72%

132
173
183

R + G + B ~ 64%. #84ADB7 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
132 + 173 + 183 = 488 (100%)
R 132 of 488 ~ 27.05%
G 173 of 488 ~ 35.45%
B 183 of 488 ~ 37.5%

%27.05
%35.45
%37.5

CMYK RENK MODELİ

#84ADB7 rengi CMYK tonu (28,5,0,28).

  • camgöbeği tonu 27.87%
  • eflatun tonu 5.46%
  • sarı tonu 0.00%
  • ana renk tonu 28.24%
CMYK:
(28,5,0,28)
C28M5Y0K28 
(28%,5%,0%,28%)
(0.28/0.05/0.00/0.28)	

CMYK yüzdeleri

%27.87
%5.46
%0
%28.24

Codes

Color #84ADB7 in popluar color models

84ADB7
RGB132173183
HSL192°26.15%61.76%
HSB/HSV192°27.87%71.76%
CMYK27.87%5.46%0.00%
28.24%

Color #84ADB7 in popluar number systems.

HEX84ADB7
Decimal132173183
Binary100001001010110110110111
Octal204255267

Shades and tints

Shades of #84ADB7

#84ADB7
(132,173,183)
#789EA7
(120,158,167)
#6C8F97
(108,143,151)
#608087
(96,128,135)
#547177
(84,113,119)
#486267
(72,98,103)
#3C5357
(60,83,87)
#304447
(48,68,71)
#243537
(36,53,55)
#182627
(24,38,39)
#0C1717
(12,23,23)
#000000
(0,0,0)

Tints of #84ADB7

#84ADB7
(132,173,183)
#8FB4BD
(143,180,189)
#9ABBC3
(154,187,195)
#A5C2C9
(165,194,201)
#B0C9CF
(176,201,207)
#BBD0D5
(187,208,213)
#C6D7DB
(198,215,219)
#D1DEE1
(209,222,225)
#DCE5E7
(220,229,231)
#E7ECED
(231,236,237)
#F2F3F3
(242,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84ADB7; }

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

This text font color is #84ADB7.


Background Color

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

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

This div background color is #84ADB7.


Border color

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

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

This div border color is #84ADB7.


Opacity

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

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

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

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

This text has shadow with #84ADB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84ADB7 on black background.


Color preview on white background

This text has color #84ADB7 on white background.



Black color preview on #84ADB7 background

This text has black color on #84ADB7 background.


White color preview on #84ADB7 background

This text has white color on #84ADB7 background.