COLOR #8980A6

HEX: #8980A6
RGB: (137,128,166)

Renk bilgisi

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

RGB renk modeli

#8980A6 color RGB value is (137,128,166).

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

RGB bağlantıları ve doygunluk

R 137 of 255 = 54%
G 128 of 255 = 50%
B 166 of 255 = 65%

137
128
166

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

Yüzdelerle RGB renk parçaları

R + G + B =
137 + 128 + 166 = 431 (100%)
R 137 of 431 ~ 31.79%
G 128 of 431 ~ 29.7%
B 166 of 431 ~ 38.52%

%31.79
%29.7
%38.52

CMYK RENK MODELİ

#8980A6 rengi CMYK tonu (17,23,0,35).

  • camgöbeği tonu 17.47%
  • eflatun tonu 22.89%
  • sarı tonu 0.00%
  • ana renk tonu 34.90%
CMYK:
(17,23,0,35)
C17M23Y0K35 
(17%,23%,0%,35%)
(0.17/0.23/0.00/0.35)	

CMYK yüzdeleri

%17.47
%22.89
%0
%34.9

Codes

Color #8980A6 in popluar color models

8980A6
RGB137128166
HSL254°17.59%57.65%
HSB/HSV254°22.89%65.10%
CMYK17.47%22.89%0.00%
34.90%

Color #8980A6 in popluar number systems.

HEX8980A6
Decimal137128166
Binary100010011000000010100110
Octal211200246

Shades and tints

Shades of #8980A6

#8980A6
(137,128,166)
#7D7597
(125,117,151)
#716A88
(113,106,136)
#655F79
(101,95,121)
#59546A
(89,84,106)
#4D495B
(77,73,91)
#413E4C
(65,62,76)
#35333D
(53,51,61)
#29282E
(41,40,46)
#1D1D1F
(29,29,31)
#111210
(17,18,16)
#000000
(0,0,0)

Tints of #8980A6

#8980A6
(137,128,166)
#938BAE
(147,139,174)
#9D96B6
(157,150,182)
#A7A1BE
(167,161,190)
#B1ACC6
(177,172,198)
#BBB7CE
(187,183,206)
#C5C2D6
(197,194,214)
#CFCDDE
(207,205,222)
#D9D8E6
(217,216,230)
#E3E3EE
(227,227,238)
#EDEEF6
(237,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8980A6; }

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

This text font color is #8980A6.


Background Color

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

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

This div background color is #8980A6.


Border color

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

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

This div border color is #8980A6.


Opacity

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

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

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

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

This text has shadow with #8980A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8980A6 on black background.


Color preview on white background

This text has color #8980A6 on white background.



Black color preview on #8980A6 background

This text has black color on #8980A6 background.


White color preview on #8980A6 background

This text has white color on #8980A6 background.