COLOR #976C7E

HEX: #976C7E
RGB: (151,108,126)

Renk bilgisi

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

RGB renk modeli

#976C7E color RGB value is (151,108,126).

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

RGB bağlantıları ve doygunluk

R 151 of 255 = 59%
G 108 of 255 = 42%
B 126 of 255 = 49%

151
108
126

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

Yüzdelerle RGB renk parçaları

R + G + B =
151 + 108 + 126 = 385 (100%)
R 151 of 385 ~ 39.22%
G 108 of 385 ~ 28.05%
B 126 of 385 ~ 32.73%

%39.22
%28.05
%32.73

CMYK RENK MODELİ

#976C7E rengi CMYK tonu (0,28,17,41).

  • camgöbeği tonu 0.00%
  • eflatun tonu 28.48%
  • sarı tonu 16.56%
  • ana renk tonu 40.78%
CMYK:
(0,28,17,41)
C0M28Y17K41 
(0%,28%,17%,41%)
(0.00/0.28/0.17/0.41)	

CMYK yüzdeleri

%0
%28.48
%16.56
%40.78

Codes

Color #976C7E in popluar color models

976C7E
RGB151108126
HSL335°17.13%50.78%
HSB/HSV335°28.48%59.22%
CMYK0.00%28.48%16.56%
40.78%

Color #976C7E in popluar number systems.

HEX976C7E
Decimal151108126
Binary1001011111011001111110
Octal227154176

Shades and tints

Shades of #976C7E

#976C7E
(151,108,126)
#8A6373
(138,99,115)
#7D5A68
(125,90,104)
#70515D
(112,81,93)
#634852
(99,72,82)
#563F47
(86,63,71)
#49363C
(73,54,60)
#3C2D31
(60,45,49)
#2F2426
(47,36,38)
#221B1B
(34,27,27)
#151210
(21,18,16)
#000000
(0,0,0)

Tints of #976C7E

#976C7E
(151,108,126)
#A07989
(160,121,137)
#A98694
(169,134,148)
#B2939F
(178,147,159)
#BBA0AA
(187,160,170)
#C4ADB5
(196,173,181)
#CDBAC0
(205,186,192)
#D6C7CB
(214,199,203)
#DFD4D6
(223,212,214)
#E8E1E1
(232,225,225)
#F1EEEC
(241,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #976C7E; }

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

This text font color is #976C7E.


Background Color

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

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

This div background color is #976C7E.


Border color

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

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

This div border color is #976C7E.


Opacity

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

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

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

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

This text has shadow with #976C7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #976C7E on black background.


Color preview on white background

This text has color #976C7E on white background.



Black color preview on #976C7E background

This text has black color on #976C7E background.


White color preview on #976C7E background

This text has white color on #976C7E background.