COLOR #976C7B

HEX: #976C7B
RGB: (151,108,123)

Renk bilgisi

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

RGB renk modeli

#976C7B color RGB value is (151,108,123).

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

RGB bağlantıları ve doygunluk

R 151 of 255 = 59%
G 108 of 255 = 42%
B 123 of 255 = 48%

151
108
123

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

Yüzdelerle RGB renk parçaları

R + G + B =
151 + 108 + 123 = 382 (100%)
R 151 of 382 ~ 39.53%
G 108 of 382 ~ 28.27%
B 123 of 382 ~ 32.2%

%39.53
%28.27
%32.2

CMYK RENK MODELİ

#976C7B rengi CMYK tonu (0,28,19,41).

  • camgöbeği tonu 0.00%
  • eflatun tonu 28.48%
  • sarı tonu 18.54%
  • ana renk tonu 40.78%
CMYK:
(0,28,19,41)
C0M28Y19K41 
(0%,28%,19%,41%)
(0.00/0.28/0.19/0.41)	

CMYK yüzdeleri

%0
%28.48
%18.54
%40.78

Codes

Color #976C7B in popluar color models

976C7B
RGB151108123
HSL339°17.13%50.78%
HSB/HSV339°28.48%59.22%
CMYK0.00%28.48%18.54%
40.78%

Color #976C7B in popluar number systems.

HEX976C7B
Decimal151108123
Binary1001011111011001111011
Octal227154173

Shades and tints

Shades of #976C7B

#976C7B
(151,108,123)
#8A6370
(138,99,112)
#7D5A65
(125,90,101)
#70515A
(112,81,90)
#63484F
(99,72,79)
#563F44
(86,63,68)
#493639
(73,54,57)
#3C2D2E
(60,45,46)
#2F2423
(47,36,35)
#221B18
(34,27,24)
#15120D
(21,18,13)
#000000
(0,0,0)

Tints of #976C7B

#976C7B
(151,108,123)
#A07987
(160,121,135)
#A98693
(169,134,147)
#B2939F
(178,147,159)
#BBA0AB
(187,160,171)
#C4ADB7
(196,173,183)
#CDBAC3
(205,186,195)
#D6C7CF
(214,199,207)
#DFD4DB
(223,212,219)
#E8E1E7
(232,225,231)
#F1EEF3
(241,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #976C7B; }

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

This text font color is #976C7B.


Background Color

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

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

This div background color is #976C7B.


Border color

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

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

This div border color is #976C7B.


Opacity

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

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

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

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

This text has shadow with #976C7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #976C7B on black background.


Color preview on white background

This text has color #976C7B on white background.



Black color preview on #976C7B background

This text has black color on #976C7B background.


White color preview on #976C7B background

This text has white color on #976C7B background.