COLOR #9976B3

HEX: #9976B3
RGB: (153,118,179)

Renk bilgisi

#9976B3 contains mainly red and blue colors. #9976B3 ‘ nin web güvenlik rengi #996699 (ya da #969) dir.

RGB renk modeli

#9976B3 color RGB value is (153,118,179).

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

RGB bağlantıları ve doygunluk

R 153 of 255 = 60%
G 118 of 255 = 46%
B 179 of 255 = 70%

153
118
179

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

Yüzdelerle RGB renk parçaları

R + G + B =
153 + 118 + 179 = 450 (100%)
R 153 of 450 ~ 34%
G 118 of 450 ~ 26.22%
B 179 of 450 ~ 39.78%

%34
%26.22
%39.78

CMYK RENK MODELİ

#9976B3 rengi CMYK tonu (15,34,0,30).

  • camgöbeği tonu 14.53%
  • eflatun tonu 34.08%
  • sarı tonu 0.00%
  • ana renk tonu 29.80%
CMYK:
(15,34,0,30)
C15M34Y0K30 
(15%,34%,0%,30%)
(0.15/0.34/0.00/0.30)	

CMYK yüzdeleri

%14.53
%34.08
%0
%29.8

Codes

Color #9976B3 in popluar color models

9976B3
RGB153118179
HSL274°28.64%58.24%
HSB/HSV274°34.08%70.20%
CMYK14.53%34.08%0.00%
29.80%

Color #9976B3 in popluar number systems.

HEX9976B3
Decimal153118179
Binary10011001111011010110011
Octal231166263

Shades and tints

Shades of #9976B3

#9976B3
(153,118,179)
#8C6CA3
(140,108,163)
#7F6293
(127,98,147)
#725883
(114,88,131)
#654E73
(101,78,115)
#584463
(88,68,99)
#4B3A53
(75,58,83)
#3E3043
(62,48,67)
#312633
(49,38,51)
#241C23
(36,28,35)
#171213
(23,18,19)
#000000
(0,0,0)

Tints of #9976B3

#9976B3
(153,118,179)
#A282B9
(162,130,185)
#AB8EBF
(171,142,191)
#B49AC5
(180,154,197)
#BDA6CB
(189,166,203)
#C6B2D1
(198,178,209)
#CFBED7
(207,190,215)
#D8CADD
(216,202,221)
#E1D6E3
(225,214,227)
#EAE2E9
(234,226,233)
#F3EEEF
(243,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9976B3; }

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

This text font color is #9976B3.


Background Color

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

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

This div background color is #9976B3.


Border color

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

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

This div border color is #9976B3.


Opacity

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

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

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

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

This text has shadow with #9976B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9976B3 on black background.


Color preview on white background

This text has color #9976B3 on white background.



Black color preview on #9976B3 background

This text has black color on #9976B3 background.


White color preview on #9976B3 background

This text has white color on #9976B3 background.