COLOR #9980BB

HEX: #9980BB
RGB: (153,128,187)

Renk bilgisi

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

RGB renk modeli

#9980BB color RGB value is (153,128,187).

  • kırmız ton 153;
  • yeşil ton 128;
  • mavi ton 187.
RGB:
(153,128,187)
(60%,50%,73%)

RGB bağlantıları ve doygunluk

R 153 of 255 = 60%
G 128 of 255 = 50%
B 187 of 255 = 73%

153
128
187

R + G + B ~ 61%. #9980BB is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
153 + 128 + 187 = 468 (100%)
R 153 of 468 ~ 32.69%
G 128 of 468 ~ 27.35%
B 187 of 468 ~ 39.96%

%32.69
%27.35
%39.96

CMYK RENK MODELİ

#9980BB rengi CMYK tonu (18,32,0,27).

  • camgöbeği tonu 18.18%
  • eflatun tonu 31.55%
  • sarı tonu 0.00%
  • ana renk tonu 26.67%
CMYK:
(18,32,0,27)
C18M32Y0K27 
(18%,32%,0%,27%)
(0.18/0.32/0.00/0.27)	

CMYK yüzdeleri

%18.18
%31.55
%0
%26.67

Codes

Color #9980BB in popluar color models

9980BB
RGB153128187
HSL265°30.26%61.76%
HSB/HSV265°31.55%73.33%
CMYK18.18%31.55%0.00%
26.67%

Color #9980BB in popluar number systems.

HEX9980BB
Decimal153128187
Binary100110011000000010111011
Octal231200273

Shades and tints

Shades of #9980BB

#9980BB
(153,128,187)
#8C75AA
(140,117,170)
#7F6A99
(127,106,153)
#725F88
(114,95,136)
#655477
(101,84,119)
#584966
(88,73,102)
#4B3E55
(75,62,85)
#3E3344
(62,51,68)
#312833
(49,40,51)
#241D22
(36,29,34)
#171211
(23,18,17)
#000000
(0,0,0)

Tints of #9980BB

#9980BB
(153,128,187)
#A28BC1
(162,139,193)
#AB96C7
(171,150,199)
#B4A1CD
(180,161,205)
#BDACD3
(189,172,211)
#C6B7D9
(198,183,217)
#CFC2DF
(207,194,223)
#D8CDE5
(216,205,229)
#E1D8EB
(225,216,235)
#EAE3F1
(234,227,241)
#F3EEF7
(243,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9980BB color. Also use rgb(153,128,187) instead hex code.

Text Font Color

.myTextColor { color: #9980BB; }

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

This text font color is #9980BB.


Background Color

.myBgColor { background-color: #9980BB; }

<div style="background-color:#9980BB">Inner text</div>

This div background color is #9980BB.


Border color

.myBorderColor { border: 1px solid #9980BB; }

<div style="border:3px solid #9980BB">Div</div>

This div border color is #9980BB.


Opacity

.myOpacity80 { color: #9980BB; opacity: 0.8; }

<p style="color:#9980BB;opacity:0.8;">80%</p>

Text with #9980BB 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 #9980BB;}

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

This text has shadow with #9980BB color.

.textShadow {text-shadow: 3px 3px 1px #9980BB, 3px 3px 1px red;}

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

This text has shadow with #9980BB primary color and red secondary color.


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

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

This text has shadow with #9980BB and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9980BB on black background.


Color preview on white background

This text has color #9980BB on white background.



Black color preview on #9980BB background

This text has black color on #9980BB background.


White color preview on #9980BB background

This text has white color on #9980BB background.