COLOR #976D9B

HEX: #976D9B
RGB: (151,109,155)

Renk bilgisi

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

RGB renk modeli

#976D9B color RGB value is (151,109,155).

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

RGB bağlantıları ve doygunluk

R 151 of 255 = 59%
G 109 of 255 = 43%
B 155 of 255 = 61%

151
109
155

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

Yüzdelerle RGB renk parçaları

R + G + B =
151 + 109 + 155 = 415 (100%)
R 151 of 415 ~ 36.39%
G 109 of 415 ~ 26.27%
B 155 of 415 ~ 37.35%

%36.39
%26.27
%37.35

CMYK RENK MODELİ

#976D9B rengi CMYK tonu (3,30,0,39).

  • camgöbeği tonu 2.58%
  • eflatun tonu 29.68%
  • sarı tonu 0.00%
  • ana renk tonu 39.22%
CMYK:
(3,30,0,39)
C3M30Y0K39 
(3%,30%,0%,39%)
(0.03/0.30/0.00/0.39)	

CMYK yüzdeleri

%2.58
%29.68
%0
%39.22

Codes

Color #976D9B in popluar color models

976D9B
RGB151109155
HSL295°18.70%51.76%
HSB/HSV295°29.68%60.78%
CMYK2.58%29.68%0.00%
39.22%

Color #976D9B in popluar number systems.

HEX976D9B
Decimal151109155
Binary10010111110110110011011
Octal227155233

Shades and tints

Shades of #976D9B

#976D9B
(151,109,155)
#8A648D
(138,100,141)
#7D5B7F
(125,91,127)
#705271
(112,82,113)
#634963
(99,73,99)
#564055
(86,64,85)
#493747
(73,55,71)
#3C2E39
(60,46,57)
#2F252B
(47,37,43)
#221C1D
(34,28,29)
#15130F
(21,19,15)
#000000
(0,0,0)

Tints of #976D9B

#976D9B
(151,109,155)
#A07AA4
(160,122,164)
#A987AD
(169,135,173)
#B294B6
(178,148,182)
#BBA1BF
(187,161,191)
#C4AEC8
(196,174,200)
#CDBBD1
(205,187,209)
#D6C8DA
(214,200,218)
#DFD5E3
(223,213,227)
#E8E2EC
(232,226,236)
#F1EFF5
(241,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #976D9B; }

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

This text font color is #976D9B.


Background Color

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

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

This div background color is #976D9B.


Border color

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

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

This div border color is #976D9B.


Opacity

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

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

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

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

This text has shadow with #976D9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #976D9B on black background.


Color preview on white background

This text has color #976D9B on white background.



Black color preview on #976D9B background

This text has black color on #976D9B background.


White color preview on #976D9B background

This text has white color on #976D9B background.