COLOR #976D95

HEX: #976D95
RGB: (151,109,149)

Renk bilgisi

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

RGB renk modeli

#976D95 color RGB value is (151,109,149).

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

RGB bağlantıları ve doygunluk

R 151 of 255 = 59%
G 109 of 255 = 43%
B 149 of 255 = 58%

151
109
149

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

Yüzdelerle RGB renk parçaları

R + G + B =
151 + 109 + 149 = 409 (100%)
R 151 of 409 ~ 36.92%
G 109 of 409 ~ 26.65%
B 149 of 409 ~ 36.43%

%36.92
%26.65
%36.43

CMYK RENK MODELİ

#976D95 rengi CMYK tonu (0,28,1,41).

  • camgöbeği tonu 0.00%
  • eflatun tonu 27.81%
  • sarı tonu 1.32%
  • ana renk tonu 40.78%
CMYK:
(0,28,1,41)
C0M28Y1K41 
(0%,28%,1%,41%)
(0.00/0.28/0.01/0.41)	

CMYK yüzdeleri

%0
%27.81
%1.32
%40.78

Codes

Color #976D95 in popluar color models

976D95
RGB151109149
HSL303°16.80%50.98%
HSB/HSV303°27.81%59.22%
CMYK0.00%27.81%1.32%
40.78%

Color #976D95 in popluar number systems.

HEX976D95
Decimal151109149
Binary10010111110110110010101
Octal227155225

Shades and tints

Shades of #976D95

#976D95
(151,109,149)
#8A6488
(138,100,136)
#7D5B7B
(125,91,123)
#70526E
(112,82,110)
#634961
(99,73,97)
#564054
(86,64,84)
#493747
(73,55,71)
#3C2E3A
(60,46,58)
#2F252D
(47,37,45)
#221C20
(34,28,32)
#151313
(21,19,19)
#000000
(0,0,0)

Tints of #976D95

#976D95
(151,109,149)
#A07A9E
(160,122,158)
#A987A7
(169,135,167)
#B294B0
(178,148,176)
#BBA1B9
(187,161,185)
#C4AEC2
(196,174,194)
#CDBBCB
(205,187,203)
#D6C8D4
(214,200,212)
#DFD5DD
(223,213,221)
#E8E2E6
(232,226,230)
#F1EFEF
(241,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #976D95; }

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

This text font color is #976D95.


Background Color

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

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

This div background color is #976D95.


Border color

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

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

This div border color is #976D95.


Opacity

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

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

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

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

This text has shadow with #976D95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #976D95 on black background.


Color preview on white background

This text has color #976D95 on white background.



Black color preview on #976D95 background

This text has black color on #976D95 background.


White color preview on #976D95 background

This text has white color on #976D95 background.