COLOR #976FA4

HEX: #976FA4
RGB: (151,111,164)

Renk bilgisi

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

RGB renk modeli

#976FA4 color RGB value is (151,111,164).

  • kırmız ton 151;
  • yeşil ton 111;
  • mavi ton 164.
RGB:
(151,111,164)
(59%,44%,64%)

RGB bağlantıları ve doygunluk

R 151 of 255 = 59%
G 111 of 255 = 44%
B 164 of 255 = 64%

151
111
164

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

Yüzdelerle RGB renk parçaları

R + G + B =
151 + 111 + 164 = 426 (100%)
R 151 of 426 ~ 35.45%
G 111 of 426 ~ 26.06%
B 164 of 426 ~ 38.5%

%35.45
%26.06
%38.5

CMYK RENK MODELİ

#976FA4 rengi CMYK tonu (8,32,0,36).

  • camgöbeği tonu 7.93%
  • eflatun tonu 32.32%
  • sarı tonu 0.00%
  • ana renk tonu 35.69%
CMYK:
(8,32,0,36)
C8M32Y0K36 
(8%,32%,0%,36%)
(0.08/0.32/0.00/0.36)	

CMYK yüzdeleri

%7.93
%32.32
%0
%35.69

Codes

Color #976FA4 in popluar color models

976FA4
RGB151111164
HSL285°22.55%53.92%
HSB/HSV285°32.32%64.31%
CMYK7.93%32.32%0.00%
35.69%

Color #976FA4 in popluar number systems.

HEX976FA4
Decimal151111164
Binary10010111110111110100100
Octal227157244

Shades and tints

Shades of #976FA4

#976FA4
(151,111,164)
#8A6596
(138,101,150)
#7D5B88
(125,91,136)
#70517A
(112,81,122)
#63476C
(99,71,108)
#563D5E
(86,61,94)
#493350
(73,51,80)
#3C2942
(60,41,66)
#2F1F34
(47,31,52)
#221526
(34,21,38)
#150B18
(21,11,24)
#000000
(0,0,0)

Tints of #976FA4

#976FA4
(151,111,164)
#A07CAC
(160,124,172)
#A989B4
(169,137,180)
#B296BC
(178,150,188)
#BBA3C4
(187,163,196)
#C4B0CC
(196,176,204)
#CDBDD4
(205,189,212)
#D6CADC
(214,202,220)
#DFD7E4
(223,215,228)
#E8E4EC
(232,228,236)
#F1F1F4
(241,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #976FA4 color. Also use rgb(151,111,164) instead hex code.

Text Font Color

.myTextColor { color: #976FA4; }

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

This text font color is #976FA4.


Background Color

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

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

This div background color is #976FA4.


Border color

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

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

This div border color is #976FA4.


Opacity

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

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

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

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

This text has shadow with #976FA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #976FA4 on black background.


Color preview on white background

This text has color #976FA4 on white background.



Black color preview on #976FA4 background

This text has black color on #976FA4 background.


White color preview on #976FA4 background

This text has white color on #976FA4 background.