COLOR #980F6E

HEX: #980F6E
RGB: (152,15,110)

Renk bilgisi

#980F6E contains mainly red and blue colors. #980F6E ‘ nin web güvenlik rengi #990066 (ya da #906) dir.

RGB renk modeli

#980F6E color RGB value is (152,15,110).

  • kırmız ton 152;
  • yeşil ton 15;
  • mavi ton 110.
RGB:
(152,15,110)
(60%,6%,43%)

RGB bağlantıları ve doygunluk

R 152 of 255 = 60%
G 15 of 255 = 6%
B 110 of 255 = 43%

152
15
110

R + G + B ~ 36%. #980F6E is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
152 + 15 + 110 = 277 (100%)
R 152 of 277 ~ 54.87%
G 15 of 277 ~ 5.42%
B 110 of 277 ~ 39.71%

%54.87
%39.71

CMYK RENK MODELİ

#980F6E rengi CMYK tonu (0,90,28,40).

  • camgöbeği tonu 0.00%
  • eflatun tonu 90.13%
  • sarı tonu 27.63%
  • ana renk tonu 40.39%
CMYK:
(0,90,28,40)
C0M90Y28K40 
(0%,90%,28%,40%)
(0.00/0.90/0.28/0.40)	

CMYK yüzdeleri

%0
%90.13
%27.63
%40.39

Codes

Color #980F6E in popluar color models

980F6E
RGB15215110
HSL318°82.04%32.75%
HSB/HSV318°90.13%59.61%
CMYK0.00%90.13%27.63%
40.39%

Color #980F6E in popluar number systems.

HEX980F6E
Decimal15215110
Binary1001100011111101110
Octal23017156

Shades and tints

Shades of #980F6E

#980F6E
(152,15,110)
#8B0E64
(139,14,100)
#7E0D5A
(126,13,90)
#710C50
(113,12,80)
#640B46
(100,11,70)
#570A3C
(87,10,60)
#4A0932
(74,9,50)
#3D0828
(61,8,40)
#30071E
(48,7,30)
#230614
(35,6,20)
#16050A
(22,5,10)
#000000
(0,0,0)

Tints of #980F6E

#980F6E
(152,15,110)
#A1247B
(161,36,123)
#AA3988
(170,57,136)
#B34E95
(179,78,149)
#BC63A2
(188,99,162)
#C578AF
(197,120,175)
#CE8DBC
(206,141,188)
#D7A2C9
(215,162,201)
#E0B7D6
(224,183,214)
#E9CCE3
(233,204,227)
#F2E1F0
(242,225,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #980F6E color. Also use rgb(152,15,110) instead hex code.

Text Font Color

.myTextColor { color: #980F6E; }

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

This text font color is #980F6E.


Background Color

.myBgColor { background-color: #980F6E; }

<div style="background-color:#980F6E">Inner text</div>

This div background color is #980F6E.


Border color

.myBorderColor { border: 1px solid #980F6E; }

<div style="border:3px solid #980F6E">Div</div>

This div border color is #980F6E.


Opacity

.myOpacity80 { color: #980F6E; opacity: 0.8; }

<p style="color:#980F6E;opacity:0.8;">80%</p>

Text with #980F6E 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 #980F6E;}

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

This text has shadow with #980F6E color.

.textShadow {text-shadow: 3px 3px 1px #980F6E, 3px 3px 1px red;}

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

This text has shadow with #980F6E primary color and red secondary color.


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

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

This text has shadow with #980F6E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #980F6E on black background.


Color preview on white background

This text has color #980F6E on white background.



Black color preview on #980F6E background

This text has black color on #980F6E background.


White color preview on #980F6E background

This text has white color on #980F6E background.