COLOR #9976BB

HEX: #9976BB
RGB: (153,118,187)

Renk bilgisi

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

RGB renk modeli

#9976BB color RGB value is (153,118,187).

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

RGB bağlantıları ve doygunluk

R 153 of 255 = 60%
G 118 of 255 = 46%
B 187 of 255 = 73%

153
118
187

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

Yüzdelerle RGB renk parçaları

R + G + B =
153 + 118 + 187 = 458 (100%)
R 153 of 458 ~ 33.41%
G 118 of 458 ~ 25.76%
B 187 of 458 ~ 40.83%

%33.41
%25.76
%40.83

CMYK RENK MODELİ

#9976BB rengi CMYK tonu (18,37,0,27).

  • camgöbeği tonu 18.18%
  • eflatun tonu 36.90%
  • sarı tonu 0.00%
  • ana renk tonu 26.67%
CMYK:
(18,37,0,27)
C18M37Y0K27 
(18%,37%,0%,27%)
(0.18/0.37/0.00/0.27)	

CMYK yüzdeleri

%18.18
%36.9
%0
%26.67

Codes

Color #9976BB in popluar color models

9976BB
RGB153118187
HSL270°33.66%59.80%
HSB/HSV270°36.90%73.33%
CMYK18.18%36.90%0.00%
26.67%

Color #9976BB in popluar number systems.

HEX9976BB
Decimal153118187
Binary10011001111011010111011
Octal231166273

Shades and tints

Shades of #9976BB

#9976BB
(153,118,187)
#8C6CAA
(140,108,170)
#7F6299
(127,98,153)
#725888
(114,88,136)
#654E77
(101,78,119)
#584466
(88,68,102)
#4B3A55
(75,58,85)
#3E3044
(62,48,68)
#312633
(49,38,51)
#241C22
(36,28,34)
#171211
(23,18,17)
#000000
(0,0,0)

Tints of #9976BB

#9976BB
(153,118,187)
#A282C1
(162,130,193)
#AB8EC7
(171,142,199)
#B49ACD
(180,154,205)
#BDA6D3
(189,166,211)
#C6B2D9
(198,178,217)
#CFBEDF
(207,190,223)
#D8CAE5
(216,202,229)
#E1D6EB
(225,214,235)
#EAE2F1
(234,226,241)
#F3EEF7
(243,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9976BB; }

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

This text font color is #9976BB.


Background Color

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

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

This div background color is #9976BB.


Border color

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

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

This div border color is #9976BB.


Opacity

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

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

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

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

This text has shadow with #9976BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9976BB on black background.


Color preview on white background

This text has color #9976BB on white background.



Black color preview on #9976BB background

This text has black color on #9976BB background.


White color preview on #9976BB background

This text has white color on #9976BB background.