COLOR #976C9C

HEX: #976C9C
RGB: (151,108,156)

Renk bilgisi

#976C9C contains red, green and blue colors in about the same proportion. #976C9C ‘ nin web güvenlik rengi #996699 (ya da #969) dir.

RGB renk modeli

#976C9C color RGB value is (151,108,156).

  • kırmız ton 151;
  • yeşil ton 108;
  • mavi ton 156.
RGB:
(151,108,156)
(59%,42%,61%)

RGB bağlantıları ve doygunluk

R 151 of 255 = 59%
G 108 of 255 = 42%
B 156 of 255 = 61%

151
108
156

R + G + B ~ 54%. #976C9C is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
151 + 108 + 156 = 415 (100%)
R 151 of 415 ~ 36.39%
G 108 of 415 ~ 26.02%
B 156 of 415 ~ 37.59%

%36.39
%26.02
%37.59

CMYK RENK MODELİ

#976C9C rengi CMYK tonu (3,31,0,39).

  • camgöbeği tonu 3.21%
  • eflatun tonu 30.77%
  • sarı tonu 0.00%
  • ana renk tonu 38.82%
CMYK:
(3,31,0,39)
C3M31Y0K39 
(3%,31%,0%,39%)
(0.03/0.31/0.00/0.39)	

CMYK yüzdeleri

%3.21
%30.77
%0
%38.82

Codes

Color #976C9C in popluar color models

976C9C
RGB151108156
HSL294°19.51%51.76%
HSB/HSV294°30.77%61.18%
CMYK3.21%30.77%0.00%
38.82%

Color #976C9C in popluar number systems.

HEX976C9C
Decimal151108156
Binary10010111110110010011100
Octal227154234

Shades and tints

Shades of #976C9C

#976C9C
(151,108,156)
#8A638E
(138,99,142)
#7D5A80
(125,90,128)
#705172
(112,81,114)
#634864
(99,72,100)
#563F56
(86,63,86)
#493648
(73,54,72)
#3C2D3A
(60,45,58)
#2F242C
(47,36,44)
#221B1E
(34,27,30)
#151210
(21,18,16)
#000000
(0,0,0)

Tints of #976C9C

#976C9C
(151,108,156)
#A079A5
(160,121,165)
#A986AE
(169,134,174)
#B293B7
(178,147,183)
#BBA0C0
(187,160,192)
#C4ADC9
(196,173,201)
#CDBAD2
(205,186,210)
#D6C7DB
(214,199,219)
#DFD4E4
(223,212,228)
#E8E1ED
(232,225,237)
#F1EEF6
(241,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #976C9C color. Also use rgb(151,108,156) instead hex code.

Text Font Color

.myTextColor { color: #976C9C; }

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

This text font color is #976C9C.


Background Color

.myBgColor { background-color: #976C9C; }

<div style="background-color:#976C9C">Inner text</div>

This div background color is #976C9C.


Border color

.myBorderColor { border: 1px solid #976C9C; }

<div style="border:3px solid #976C9C">Div</div>

This div border color is #976C9C.


Opacity

.myOpacity80 { color: #976C9C; opacity: 0.8; }

<p style="color:#976C9C;opacity:0.8;">80%</p>

Text with #976C9C 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 #976C9C;}

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

This text has shadow with #976C9C color.

.textShadow {text-shadow: 3px 3px 1px #976C9C, 3px 3px 1px red;}

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

This text has shadow with #976C9C primary color and red secondary color.


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

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

This text has shadow with #976C9C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #976C9C on black background.


Color preview on white background

This text has color #976C9C on white background.



Black color preview on #976C9C background

This text has black color on #976C9C background.


White color preview on #976C9C background

This text has white color on #976C9C background.