COLOR #8080AD

HEX: #8080AD
RGB: (128,128,173)

Renk bilgisi

#8080AD contains red, green and blue colors in about the same proportion. #8080AD ‘ nin web güvenlik rengi #666699 (ya da #669) dir.

RGB renk modeli

#8080AD color RGB value is (128,128,173).

  • kırmız ton 128;
  • yeşil ton 128;
  • mavi ton 173.
RGB:
(128,128,173)
(50%,50%,68%)

RGB bağlantıları ve doygunluk

R 128 of 255 = 50%
G 128 of 255 = 50%
B 173 of 255 = 68%

128
128
173

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

Yüzdelerle RGB renk parçaları

R + G + B =
128 + 128 + 173 = 429 (100%)
R 128 of 429 ~ 29.84%
G 128 of 429 ~ 29.84%
B 173 of 429 ~ 40.33%

%29.84
%29.84
%40.33

CMYK RENK MODELİ

#8080AD rengi CMYK tonu (26,26,0,32).

  • camgöbeği tonu 26.01%
  • eflatun tonu 26.01%
  • sarı tonu 0.00%
  • ana renk tonu 32.16%
CMYK:
(26,26,0,32)
C26M26Y0K32 
(26%,26%,0%,32%)
(0.26/0.26/0.00/0.32)	

CMYK yüzdeleri

%26.01
%26.01
%0
%32.16

Codes

Color #8080AD in popluar color models

8080AD
RGB128128173
HSL240°21.53%59.02%
HSB/HSV240°26.01%67.84%
CMYK26.01%26.01%0.00%
32.16%

Color #8080AD in popluar number systems.

HEX8080AD
Decimal128128173
Binary100000001000000010101101
Octal200200255

Shades and tints

Shades of #8080AD

#8080AD
(128,128,173)
#75759E
(117,117,158)
#6A6A8F
(106,106,143)
#5F5F80
(95,95,128)
#545471
(84,84,113)
#494962
(73,73,98)
#3E3E53
(62,62,83)
#333344
(51,51,68)
#282835
(40,40,53)
#1D1D26
(29,29,38)
#121217
(18,18,23)
#000000
(0,0,0)

Tints of #8080AD

#8080AD
(128,128,173)
#8B8BB4
(139,139,180)
#9696BB
(150,150,187)
#A1A1C2
(161,161,194)
#ACACC9
(172,172,201)
#B7B7D0
(183,183,208)
#C2C2D7
(194,194,215)
#CDCDDE
(205,205,222)
#D8D8E5
(216,216,229)
#E3E3EC
(227,227,236)
#EEEEF3
(238,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8080AD color. Also use rgb(128,128,173) instead hex code.

Text Font Color

.myTextColor { color: #8080AD; }

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

This text font color is #8080AD.


Background Color

.myBgColor { background-color: #8080AD; }

<div style="background-color:#8080AD">Inner text</div>

This div background color is #8080AD.


Border color

.myBorderColor { border: 1px solid #8080AD; }

<div style="border:3px solid #8080AD">Div</div>

This div border color is #8080AD.


Opacity

.myOpacity80 { color: #8080AD; opacity: 0.8; }

<p style="color:#8080AD;opacity:0.8;">80%</p>

Text with #8080AD 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 #8080AD;}

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

This text has shadow with #8080AD color.

.textShadow {text-shadow: 3px 3px 1px #8080AD, 3px 3px 1px red;}

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

This text has shadow with #8080AD primary color and red secondary color.


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

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

This text has shadow with #8080AD and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8080AD on black background.


Color preview on white background

This text has color #8080AD on white background.



Black color preview on #8080AD background

This text has black color on #8080AD background.


White color preview on #8080AD background

This text has white color on #8080AD background.