COLOR #976D9A

HEX: #976D9A
RGB: (151,109,154)

Renk bilgisi

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

RGB renk modeli

#976D9A color RGB value is (151,109,154).

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

RGB bağlantıları ve doygunluk

R 151 of 255 = 59%
G 109 of 255 = 43%
B 154 of 255 = 60%

151
109
154

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

Yüzdelerle RGB renk parçaları

R + G + B =
151 + 109 + 154 = 414 (100%)
R 151 of 414 ~ 36.47%
G 109 of 414 ~ 26.33%
B 154 of 414 ~ 37.2%

%36.47
%26.33
%37.2

CMYK RENK MODELİ

#976D9A rengi CMYK tonu (2,29,0,40).

  • camgöbeği tonu 1.95%
  • eflatun tonu 29.22%
  • sarı tonu 0.00%
  • ana renk tonu 39.61%
CMYK:
(2,29,0,40)
C2M29Y0K40 
(2%,29%,0%,40%)
(0.02/0.29/0.00/0.40)	

CMYK yüzdeleri

%1.95
%29.22
%0
%39.61

Codes

Color #976D9A in popluar color models

976D9A
RGB151109154
HSL296°18.22%51.57%
HSB/HSV296°29.22%60.39%
CMYK1.95%29.22%0.00%
39.61%

Color #976D9A in popluar number systems.

HEX976D9A
Decimal151109154
Binary10010111110110110011010
Octal227155232

Shades and tints

Shades of #976D9A

#976D9A
(151,109,154)
#8A648C
(138,100,140)
#7D5B7E
(125,91,126)
#705270
(112,82,112)
#634962
(99,73,98)
#564054
(86,64,84)
#493746
(73,55,70)
#3C2E38
(60,46,56)
#2F252A
(47,37,42)
#221C1C
(34,28,28)
#15130E
(21,19,14)
#000000
(0,0,0)

Tints of #976D9A

#976D9A
(151,109,154)
#A07AA3
(160,122,163)
#A987AC
(169,135,172)
#B294B5
(178,148,181)
#BBA1BE
(187,161,190)
#C4AEC7
(196,174,199)
#CDBBD0
(205,187,208)
#D6C8D9
(214,200,217)
#DFD5E2
(223,213,226)
#E8E2EB
(232,226,235)
#F1EFF4
(241,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #976D9A; }

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

This text font color is #976D9A.


Background Color

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

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

This div background color is #976D9A.


Border color

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

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

This div border color is #976D9A.


Opacity

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

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

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

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

This text has shadow with #976D9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #976D9A on black background.


Color preview on white background

This text has color #976D9A on white background.



Black color preview on #976D9A background

This text has black color on #976D9A background.


White color preview on #976D9A background

This text has white color on #976D9A background.