COLOR #976D96

HEX: #976D96
RGB: (151,109,150)

Renk bilgisi

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

RGB renk modeli

#976D96 color RGB value is (151,109,150).

  • kırmız ton 151;
  • yeşil ton 109;
  • mavi ton 150.
RGB:
(151,109,150)
(59%,43%,59%)

RGB bağlantıları ve doygunluk

R 151 of 255 = 59%
G 109 of 255 = 43%
B 150 of 255 = 59%

151
109
150

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

Yüzdelerle RGB renk parçaları

R + G + B =
151 + 109 + 150 = 410 (100%)
R 151 of 410 ~ 36.83%
G 109 of 410 ~ 26.59%
B 150 of 410 ~ 36.59%

%36.83
%26.59
%36.59

CMYK RENK MODELİ

#976D96 rengi CMYK tonu (0,28,1,41).

  • camgöbeği tonu 0.00%
  • eflatun tonu 27.81%
  • sarı tonu 0.66%
  • ana renk tonu 40.78%
CMYK:
(0,28,1,41)
C0M28Y1K41 
(0%,28%,1%,41%)
(0.00/0.28/0.01/0.41)	

CMYK yüzdeleri

%0
%27.81
%0.66
%40.78

Codes

Color #976D96 in popluar color models

976D96
RGB151109150
HSL301°16.80%50.98%
HSB/HSV301°27.81%59.22%
CMYK0.00%27.81%0.66%
40.78%

Color #976D96 in popluar number systems.

HEX976D96
Decimal151109150
Binary10010111110110110010110
Octal227155226

Shades and tints

Shades of #976D96

#976D96
(151,109,150)
#8A6489
(138,100,137)
#7D5B7C
(125,91,124)
#70526F
(112,82,111)
#634962
(99,73,98)
#564055
(86,64,85)
#493748
(73,55,72)
#3C2E3B
(60,46,59)
#2F252E
(47,37,46)
#221C21
(34,28,33)
#151314
(21,19,20)
#000000
(0,0,0)

Tints of #976D96

#976D96
(151,109,150)
#A07A9F
(160,122,159)
#A987A8
(169,135,168)
#B294B1
(178,148,177)
#BBA1BA
(187,161,186)
#C4AEC3
(196,174,195)
#CDBBCC
(205,187,204)
#D6C8D5
(214,200,213)
#DFD5DE
(223,213,222)
#E8E2E7
(232,226,231)
#F1EFF0
(241,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #976D96 color. Also use rgb(151,109,150) instead hex code.

Text Font Color

.myTextColor { color: #976D96; }

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

This text font color is #976D96.


Background Color

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

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

This div background color is #976D96.


Border color

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

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

This div border color is #976D96.


Opacity

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

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

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

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

This text has shadow with #976D96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #976D96 on black background.


Color preview on white background

This text has color #976D96 on white background.



Black color preview on #976D96 background

This text has black color on #976D96 background.


White color preview on #976D96 background

This text has white color on #976D96 background.