COLOR #976492

HEX: #976492
RGB: (151,100,146)

Renk bilgisi

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

RGB renk modeli

#976492 color RGB value is (151,100,146).

  • kırmız ton 151;
  • yeşil ton 100;
  • mavi ton 146.
RGB:
(151,100,146)
(59%,39%,57%)

RGB bağlantıları ve doygunluk

R 151 of 255 = 59%
G 100 of 255 = 39%
B 146 of 255 = 57%

151
100
146

R + G + B ~ 52%. #976492 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
151 + 100 + 146 = 397 (100%)
R 151 of 397 ~ 38.04%
G 100 of 397 ~ 25.19%
B 146 of 397 ~ 36.78%

%38.04
%25.19
%36.78

CMYK RENK MODELİ

#976492 rengi CMYK tonu (0,34,3,41).

  • camgöbeği tonu 0.00%
  • eflatun tonu 33.77%
  • sarı tonu 3.31%
  • ana renk tonu 40.78%
CMYK:
(0,34,3,41)
C0M34Y3K41 
(0%,34%,3%,41%)
(0.00/0.34/0.03/0.41)	

CMYK yüzdeleri

%0
%33.77
%3.31
%40.78

Codes

Color #976492 in popluar color models

976492
RGB151100146
HSL306°20.32%49.22%
HSB/HSV306°33.77%59.22%
CMYK0.00%33.77%3.31%
40.78%

Color #976492 in popluar number systems.

HEX976492
Decimal151100146
Binary10010111110010010010010
Octal227144222

Shades and tints

Shades of #976492

#976492
(151,100,146)
#8A5B85
(138,91,133)
#7D5278
(125,82,120)
#70496B
(112,73,107)
#63405E
(99,64,94)
#563751
(86,55,81)
#492E44
(73,46,68)
#3C2537
(60,37,55)
#2F1C2A
(47,28,42)
#22131D
(34,19,29)
#150A10
(21,10,16)
#000000
(0,0,0)

Tints of #976492

#976492
(151,100,146)
#A0729B
(160,114,155)
#A980A4
(169,128,164)
#B28EAD
(178,142,173)
#BB9CB6
(187,156,182)
#C4AABF
(196,170,191)
#CDB8C8
(205,184,200)
#D6C6D1
(214,198,209)
#DFD4DA
(223,212,218)
#E8E2E3
(232,226,227)
#F1F0EC
(241,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #976492 color. Also use rgb(151,100,146) instead hex code.

Text Font Color

.myTextColor { color: #976492; }

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

This text font color is #976492.


Background Color

.myBgColor { background-color: #976492; }

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

This div background color is #976492.


Border color

.myBorderColor { border: 1px solid #976492; }

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

This div border color is #976492.


Opacity

.myOpacity80 { color: #976492; opacity: 0.8; }

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

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

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

This text has shadow with #976492 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #976492 on black background.


Color preview on white background

This text has color #976492 on white background.



Black color preview on #976492 background

This text has black color on #976492 background.


White color preview on #976492 background

This text has white color on #976492 background.