COLOR #8480A6

HEX: #8480A6
RGB: (132,128,166)

Renk bilgisi

#8480A6 contains red, green and blue colors in about the same proportion. #8480A6 ‘ nin web güvenlik rengi #996699 (ya da #969) dir.

RGB renk modeli

#8480A6 color RGB value is (132,128,166).

  • kırmız ton 132;
  • yeşil ton 128;
  • mavi ton 166.
RGB:
(132,128,166)
(52%,50%,65%)

RGB bağlantıları ve doygunluk

R 132 of 255 = 52%
G 128 of 255 = 50%
B 166 of 255 = 65%

132
128
166

R + G + B ~ 56%. #8480A6 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
132 + 128 + 166 = 426 (100%)
R 132 of 426 ~ 30.99%
G 128 of 426 ~ 30.05%
B 166 of 426 ~ 38.97%

%30.99
%30.05
%38.97

CMYK RENK MODELİ

#8480A6 rengi CMYK tonu (20,23,0,35).

  • camgöbeği tonu 20.48%
  • eflatun tonu 22.89%
  • sarı tonu 0.00%
  • ana renk tonu 34.90%
CMYK:
(20,23,0,35)
C20M23Y0K35 
(20%,23%,0%,35%)
(0.20/0.23/0.00/0.35)	

CMYK yüzdeleri

%20.48
%22.89
%0
%34.9

Codes

Color #8480A6 in popluar color models

8480A6
RGB132128166
HSL246°17.59%57.65%
HSB/HSV246°22.89%65.10%
CMYK20.48%22.89%0.00%
34.90%

Color #8480A6 in popluar number systems.

HEX8480A6
Decimal132128166
Binary100001001000000010100110
Octal204200246

Shades and tints

Shades of #8480A6

#8480A6
(132,128,166)
#787597
(120,117,151)
#6C6A88
(108,106,136)
#605F79
(96,95,121)
#54546A
(84,84,106)
#48495B
(72,73,91)
#3C3E4C
(60,62,76)
#30333D
(48,51,61)
#24282E
(36,40,46)
#181D1F
(24,29,31)
#0C1210
(12,18,16)
#000000
(0,0,0)

Tints of #8480A6

#8480A6
(132,128,166)
#8F8BAE
(143,139,174)
#9A96B6
(154,150,182)
#A5A1BE
(165,161,190)
#B0ACC6
(176,172,198)
#BBB7CE
(187,183,206)
#C6C2D6
(198,194,214)
#D1CDDE
(209,205,222)
#DCD8E6
(220,216,230)
#E7E3EE
(231,227,238)
#F2EEF6
(242,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8480A6 color. Also use rgb(132,128,166) instead hex code.

Text Font Color

.myTextColor { color: #8480A6; }

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

This text font color is #8480A6.


Background Color

.myBgColor { background-color: #8480A6; }

<div style="background-color:#8480A6">Inner text</div>

This div background color is #8480A6.


Border color

.myBorderColor { border: 1px solid #8480A6; }

<div style="border:3px solid #8480A6">Div</div>

This div border color is #8480A6.


Opacity

.myOpacity80 { color: #8480A6; opacity: 0.8; }

<p style="color:#8480A6;opacity:0.8;">80%</p>

Text with #8480A6 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 #8480A6;}

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

This text has shadow with #8480A6 color.

.textShadow {text-shadow: 3px 3px 1px #8480A6, 3px 3px 1px red;}

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

This text has shadow with #8480A6 primary color and red secondary color.


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

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

This text has shadow with #8480A6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8480A6 on black background.


Color preview on white background

This text has color #8480A6 on white background.



Black color preview on #8480A6 background

This text has black color on #8480A6 background.


White color preview on #8480A6 background

This text has white color on #8480A6 background.