COLOR #976A7D

HEX: #976A7D
RGB: (151,106,125)

Renk bilgisi

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

RGB renk modeli

#976A7D color RGB value is (151,106,125).

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

RGB bağlantıları ve doygunluk

R 151 of 255 = 59%
G 106 of 255 = 42%
B 125 of 255 = 49%

151
106
125

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

Yüzdelerle RGB renk parçaları

R + G + B =
151 + 106 + 125 = 382 (100%)
R 151 of 382 ~ 39.53%
G 106 of 382 ~ 27.75%
B 125 of 382 ~ 32.72%

%39.53
%27.75
%32.72

CMYK RENK MODELİ

#976A7D rengi CMYK tonu (0,30,17,41).

  • camgöbeği tonu 0.00%
  • eflatun tonu 29.80%
  • sarı tonu 17.22%
  • ana renk tonu 40.78%
CMYK:
(0,30,17,41)
C0M30Y17K41 
(0%,30%,17%,41%)
(0.00/0.30/0.17/0.41)	

CMYK yüzdeleri

%0
%29.8
%17.22
%40.78

Codes

Color #976A7D in popluar color models

976A7D
RGB151106125
HSL335°17.79%50.39%
HSB/HSV335°29.80%59.22%
CMYK0.00%29.80%17.22%
40.78%

Color #976A7D in popluar number systems.

HEX976A7D
Decimal151106125
Binary1001011111010101111101
Octal227152175

Shades and tints

Shades of #976A7D

#976A7D
(151,106,125)
#8A6172
(138,97,114)
#7D5867
(125,88,103)
#704F5C
(112,79,92)
#634651
(99,70,81)
#563D46
(86,61,70)
#49343B
(73,52,59)
#3C2B30
(60,43,48)
#2F2225
(47,34,37)
#22191A
(34,25,26)
#15100F
(21,16,15)
#000000
(0,0,0)

Tints of #976A7D

#976A7D
(151,106,125)
#A07788
(160,119,136)
#A98493
(169,132,147)
#B2919E
(178,145,158)
#BB9EA9
(187,158,169)
#C4ABB4
(196,171,180)
#CDB8BF
(205,184,191)
#D6C5CA
(214,197,202)
#DFD2D5
(223,210,213)
#E8DFE0
(232,223,224)
#F1ECEB
(241,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #976A7D color. Also use rgb(151,106,125) instead hex code.

Text Font Color

.myTextColor { color: #976A7D; }

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

This text font color is #976A7D.


Background Color

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

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

This div background color is #976A7D.


Border color

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

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

This div border color is #976A7D.


Opacity

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

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

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

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

This text has shadow with #976A7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #976A7D on black background.


Color preview on white background

This text has color #976A7D on white background.



Black color preview on #976A7D background

This text has black color on #976A7D background.


White color preview on #976A7D background

This text has white color on #976A7D background.