COLOR #9F80B4

HEX: #9F80B4
RGB: (159,128,180)

Renk bilgisi

#9F80B4 contains red, green and blue colors in about the same proportion. #9F80B4 ‘ nin web güvenlik rengi #9966CC (ya da #96C) dir.

RGB renk modeli

#9F80B4 color RGB value is (159,128,180).

  • kırmız ton 159;
  • yeşil ton 128;
  • mavi ton 180.
RGB:
(159,128,180)
(62%,50%,71%)

RGB bağlantıları ve doygunluk

R 159 of 255 = 62%
G 128 of 255 = 50%
B 180 of 255 = 71%

159
128
180

R + G + B ~ 61%. #9F80B4 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
159 + 128 + 180 = 467 (100%)
R 159 of 467 ~ 34.05%
G 128 of 467 ~ 27.41%
B 180 of 467 ~ 38.54%

%34.05
%27.41
%38.54

CMYK RENK MODELİ

#9F80B4 rengi CMYK tonu (12,29,0,29).

  • camgöbeği tonu 11.67%
  • eflatun tonu 28.89%
  • sarı tonu 0.00%
  • ana renk tonu 29.41%
CMYK:
(12,29,0,29)
C12M29Y0K29 
(12%,29%,0%,29%)
(0.12/0.29/0.00/0.29)	

CMYK yüzdeleri

%11.67
%28.89
%0
%29.41

Codes

Color #9F80B4 in popluar color models

9F80B4
RGB159128180
HSL276°25.74%60.39%
HSB/HSV276°28.89%70.59%
CMYK11.67%28.89%0.00%
29.41%

Color #9F80B4 in popluar number systems.

HEX9F80B4
Decimal159128180
Binary100111111000000010110100
Octal237200264

Shades and tints

Shades of #9F80B4

#9F80B4
(159,128,180)
#9175A4
(145,117,164)
#836A94
(131,106,148)
#755F84
(117,95,132)
#675474
(103,84,116)
#594964
(89,73,100)
#4B3E54
(75,62,84)
#3D3344
(61,51,68)
#2F2834
(47,40,52)
#211D24
(33,29,36)
#131214
(19,18,20)
#000000
(0,0,0)

Tints of #9F80B4

#9F80B4
(159,128,180)
#A78BBA
(167,139,186)
#AF96C0
(175,150,192)
#B7A1C6
(183,161,198)
#BFACCC
(191,172,204)
#C7B7D2
(199,183,210)
#CFC2D8
(207,194,216)
#D7CDDE
(215,205,222)
#DFD8E4
(223,216,228)
#E7E3EA
(231,227,234)
#EFEEF0
(239,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F80B4 color. Also use rgb(159,128,180) instead hex code.

Text Font Color

.myTextColor { color: #9F80B4; }

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

This text font color is #9F80B4.


Background Color

.myBgColor { background-color: #9F80B4; }

<div style="background-color:#9F80B4">Inner text</div>

This div background color is #9F80B4.


Border color

.myBorderColor { border: 1px solid #9F80B4; }

<div style="border:3px solid #9F80B4">Div</div>

This div border color is #9F80B4.


Opacity

.myOpacity80 { color: #9F80B4; opacity: 0.8; }

<p style="color:#9F80B4;opacity:0.8;">80%</p>

Text with #9F80B4 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 #9F80B4;}

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

This text has shadow with #9F80B4 color.

.textShadow {text-shadow: 3px 3px 1px #9F80B4, 3px 3px 1px red;}

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

This text has shadow with #9F80B4 primary color and red secondary color.


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

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

This text has shadow with #9F80B4 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F80B4 on black background.


Color preview on white background

This text has color #9F80B4 on white background.



Black color preview on #9F80B4 background

This text has black color on #9F80B4 background.


White color preview on #9F80B4 background

This text has white color on #9F80B4 background.