COLOR #8980C4

HEX: #8980C4
RGB: (137,128,196)

Renk bilgisi

#8980C4 contains mainly red and blue colors. #8980C4 ‘ nin web güvenlik rengi #9966CC (ya da #96C) dir.

RGB renk modeli

#8980C4 color RGB value is (137,128,196).

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

RGB bağlantıları ve doygunluk

R 137 of 255 = 54%
G 128 of 255 = 50%
B 196 of 255 = 77%

137
128
196

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

Yüzdelerle RGB renk parçaları

R + G + B =
137 + 128 + 196 = 461 (100%)
R 137 of 461 ~ 29.72%
G 128 of 461 ~ 27.77%
B 196 of 461 ~ 42.52%

%29.72
%27.77
%42.52

CMYK RENK MODELİ

#8980C4 rengi CMYK tonu (30,35,0,23).

  • camgöbeği tonu 30.10%
  • eflatun tonu 34.69%
  • sarı tonu 0.00%
  • ana renk tonu 23.14%
CMYK: (30,35,0,23) C30M35Y0K23 (30%,35%,0%,23%) (0.30/0.35/0.00/0.23)

CMYK yüzdeleri

%30.1
%34.69
%0
%23.14

Codes

Color #8980C4 in popluar color models

8980C4
RGB137128196
HSL248°36.56%63.53%
HSB/HSV248°34.69%76.86%
CMYK30.10%34.69%0.00%
23.14%

Color #8980C4 in popluar number systems.

HEX8980C4
Decimal137128196
Binary100010011000000011000100
Octal211200304

Shades and tints

Shades of #8980C4

#8980C4
(137,128,196)
#7D75B3
(125,117,179)
#716AA2
(113,106,162)
#655F91
(101,95,145)
#595480
(89,84,128)
#4D496F
(77,73,111)
#413E5E
(65,62,94)
#35334D
(53,51,77)
#29283C
(41,40,60)
#1D1D2B
(29,29,43)
#11121A
(17,18,26)
#000000
(0,0,0)

Tints of #8980C4

#8980C4
(137,128,196)
#938BC9
(147,139,201)
#9D96CE
(157,150,206)
#A7A1D3
(167,161,211)
#B1ACD8
(177,172,216)
#BBB7DD
(187,183,221)
#C5C2E2
(197,194,226)
#CFCDE7
(207,205,231)
#D9D8EC
(217,216,236)
#E3E3F1
(227,227,241)
#EDEEF6
(237,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8980C4; }

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

This text font color is #8980C4.


Background Color

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

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

This div background color is #8980C4.


Border color

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

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

This div border color is #8980C4.


Opacity

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

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

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

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

This text has shadow with #8980C4 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #8980C4 on black background.


Color preview on white background

This text has color #8980C4 on white background.



Black color preview on #8980C4 background

This text has black color on #8980C4 background.


White color preview on #8980C4 background

This text has white color on #8980C4 background.