COLOR #976CC1

HEX: #976CC1
RGB: (151,108,193)

Renk bilgisi

#976CC1 contains mainly red and blue colors. #976CC1 ‘ nin web güvenlik rengi #9966CC (ya da #96C) dir.

RGB renk modeli

#976CC1 color RGB value is (151,108,193).

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

RGB bağlantıları ve doygunluk

R 151 of 255 = 59%
G 108 of 255 = 42%
B 193 of 255 = 76%

151
108
193

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

Yüzdelerle RGB renk parçaları

R + G + B =
151 + 108 + 193 = 452 (100%)
R 151 of 452 ~ 33.41%
G 108 of 452 ~ 23.89%
B 193 of 452 ~ 42.7%

%33.41
%23.89
%42.7

CMYK RENK MODELİ

#976CC1 rengi CMYK tonu (22,44,0,24).

  • camgöbeği tonu 21.76%
  • eflatun tonu 44.04%
  • sarı tonu 0.00%
  • ana renk tonu 24.31%
CMYK:
(22,44,0,24)
C22M44Y0K24 
(22%,44%,0%,24%)
(0.22/0.44/0.00/0.24)	

CMYK yüzdeleri

%21.76
%44.04
%0
%24.31

Codes

Color #976CC1 in popluar color models

976CC1
RGB151108193
HSL270°40.67%59.02%
HSB/HSV270°44.04%75.69%
CMYK21.76%44.04%0.00%
24.31%

Color #976CC1 in popluar number systems.

HEX976CC1
Decimal151108193
Binary10010111110110011000001
Octal227154301

Shades and tints

Shades of #976CC1

#976CC1
(151,108,193)
#8A63B0
(138,99,176)
#7D5A9F
(125,90,159)
#70518E
(112,81,142)
#63487D
(99,72,125)
#563F6C
(86,63,108)
#49365B
(73,54,91)
#3C2D4A
(60,45,74)
#2F2439
(47,36,57)
#221B28
(34,27,40)
#151217
(21,18,23)
#000000
(0,0,0)

Tints of #976CC1

#976CC1
(151,108,193)
#A079C6
(160,121,198)
#A986CB
(169,134,203)
#B293D0
(178,147,208)
#BBA0D5
(187,160,213)
#C4ADDA
(196,173,218)
#CDBADF
(205,186,223)
#D6C7E4
(214,199,228)
#DFD4E9
(223,212,233)
#E8E1EE
(232,225,238)
#F1EEF3
(241,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #976CC1; }

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

This text font color is #976CC1.


Background Color

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

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

This div background color is #976CC1.


Border color

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

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

This div border color is #976CC1.


Opacity

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

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

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

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

This text has shadow with #976CC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #976CC1 on black background.


Color preview on white background

This text has color #976CC1 on white background.



Black color preview on #976CC1 background

This text has black color on #976CC1 background.


White color preview on #976CC1 background

This text has white color on #976CC1 background.