COLOR #8980AE

HEX: #8980AE
RGB: (137,128,174)

Renk bilgisi

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

RGB renk modeli

#8980AE color RGB value is (137,128,174).

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

RGB bağlantıları ve doygunluk

R 137 of 255 = 54%
G 128 of 255 = 50%
B 174 of 255 = 68%

137
128
174

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

Yüzdelerle RGB renk parçaları

R + G + B =
137 + 128 + 174 = 439 (100%)
R 137 of 439 ~ 31.21%
G 128 of 439 ~ 29.16%
B 174 of 439 ~ 39.64%

%31.21
%29.16
%39.64

CMYK RENK MODELİ

#8980AE rengi CMYK tonu (21,26,0,32).

  • camgöbeği tonu 21.26%
  • eflatun tonu 26.44%
  • sarı tonu 0.00%
  • ana renk tonu 31.76%
CMYK:
(21,26,0,32)
C21M26Y0K32 
(21%,26%,0%,32%)
(0.21/0.26/0.00/0.32)	

CMYK yüzdeleri

%21.26
%26.44
%0
%31.76

Codes

Color #8980AE in popluar color models

8980AE
RGB137128174
HSL252°22.12%59.22%
HSB/HSV252°26.44%68.24%
CMYK21.26%26.44%0.00%
31.76%

Color #8980AE in popluar number systems.

HEX8980AE
Decimal137128174
Binary100010011000000010101110
Octal211200256

Shades and tints

Shades of #8980AE

#8980AE
(137,128,174)
#7D759F
(125,117,159)
#716A90
(113,106,144)
#655F81
(101,95,129)
#595472
(89,84,114)
#4D4963
(77,73,99)
#413E54
(65,62,84)
#353345
(53,51,69)
#292836
(41,40,54)
#1D1D27
(29,29,39)
#111218
(17,18,24)
#000000
(0,0,0)

Tints of #8980AE

#8980AE
(137,128,174)
#938BB5
(147,139,181)
#9D96BC
(157,150,188)
#A7A1C3
(167,161,195)
#B1ACCA
(177,172,202)
#BBB7D1
(187,183,209)
#C5C2D8
(197,194,216)
#CFCDDF
(207,205,223)
#D9D8E6
(217,216,230)
#E3E3ED
(227,227,237)
#EDEEF4
(237,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8980AE; }

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

This text font color is #8980AE.


Background Color

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

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

This div background color is #8980AE.


Border color

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

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

This div border color is #8980AE.


Opacity

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

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

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

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

This text has shadow with #8980AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8980AE on black background.


Color preview on white background

This text has color #8980AE on white background.



Black color preview on #8980AE background

This text has black color on #8980AE background.


White color preview on #8980AE background

This text has white color on #8980AE background.