COLOR #976DB0

HEX: #976DB0
RGB: (151,109,176)

Renk bilgisi

#976DB0 contains mainly red and blue colors. #976DB0 ‘ nin web güvenlik rengi #996699 (ya da #969) dir.

RGB renk modeli

#976DB0 color RGB value is (151,109,176).

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

RGB bağlantıları ve doygunluk

R 151 of 255 = 59%
G 109 of 255 = 43%
B 176 of 255 = 69%

151
109
176

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

Yüzdelerle RGB renk parçaları

R + G + B =
151 + 109 + 176 = 436 (100%)
R 151 of 436 ~ 34.63%
G 109 of 436 ~ 25%
B 176 of 436 ~ 40.37%

%34.63
%25
%40.37

CMYK RENK MODELİ

#976DB0 rengi CMYK tonu (14,38,0,31).

  • camgöbeği tonu 14.20%
  • eflatun tonu 38.07%
  • sarı tonu 0.00%
  • ana renk tonu 30.98%
CMYK:
(14,38,0,31)
C14M38Y0K31 
(14%,38%,0%,31%)
(0.14/0.38/0.00/0.31)	

CMYK yüzdeleri

%14.2
%38.07
%0
%30.98

Codes

Color #976DB0 in popluar color models

976DB0
RGB151109176
HSL278°29.78%55.88%
HSB/HSV278°38.07%69.02%
CMYK14.20%38.07%0.00%
30.98%

Color #976DB0 in popluar number systems.

HEX976DB0
Decimal151109176
Binary10010111110110110110000
Octal227155260

Shades and tints

Shades of #976DB0

#976DB0
(151,109,176)
#8A64A0
(138,100,160)
#7D5B90
(125,91,144)
#705280
(112,82,128)
#634970
(99,73,112)
#564060
(86,64,96)
#493750
(73,55,80)
#3C2E40
(60,46,64)
#2F2530
(47,37,48)
#221C20
(34,28,32)
#151310
(21,19,16)
#000000
(0,0,0)

Tints of #976DB0

#976DB0
(151,109,176)
#A07AB7
(160,122,183)
#A987BE
(169,135,190)
#B294C5
(178,148,197)
#BBA1CC
(187,161,204)
#C4AED3
(196,174,211)
#CDBBDA
(205,187,218)
#D6C8E1
(214,200,225)
#DFD5E8
(223,213,232)
#E8E2EF
(232,226,239)
#F1EFF6
(241,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #976DB0; }

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

This text font color is #976DB0.


Background Color

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

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

This div background color is #976DB0.


Border color

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

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

This div border color is #976DB0.


Opacity

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

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

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

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

This text has shadow with #976DB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #976DB0 on black background.


Color preview on white background

This text has color #976DB0 on white background.



Black color preview on #976DB0 background

This text has black color on #976DB0 background.


White color preview on #976DB0 background

This text has white color on #976DB0 background.