COLOR #977EC4

HEX: #977EC4
RGB: (151,126,196)

Renk bilgisi

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

RGB renk modeli

#977EC4 color RGB value is (151,126,196).

  • kırmız ton 151;
  • yeşil ton 126;
  • mavi ton 196.
RGB:
(151,126,196)
(59%,49%,77%)

RGB bağlantıları ve doygunluk

R 151 of 255 = 59%
G 126 of 255 = 49%
B 196 of 255 = 77%

151
126
196

R + G + B ~ 62%. #977EC4 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
151 + 126 + 196 = 473 (100%)
R 151 of 473 ~ 31.92%
G 126 of 473 ~ 26.64%
B 196 of 473 ~ 41.44%

%31.92
%26.64
%41.44

CMYK RENK MODELİ

#977EC4 rengi CMYK tonu (23,36,0,23).

  • camgöbeği tonu 22.96%
  • eflatun tonu 35.71%
  • sarı tonu 0.00%
  • ana renk tonu 23.14%
CMYK:
(23,36,0,23)
C23M36Y0K23 
(23%,36%,0%,23%)
(0.23/0.36/0.00/0.23)	

CMYK yüzdeleri

%22.96
%35.71
%0
%23.14

Codes

Color #977EC4 in popluar color models

977EC4
RGB151126196
HSL261°37.23%63.14%
HSB/HSV261°35.71%76.86%
CMYK22.96%35.71%0.00%
23.14%

Color #977EC4 in popluar number systems.

HEX977EC4
Decimal151126196
Binary10010111111111011000100
Octal227176304

Shades and tints

Shades of #977EC4

#977EC4
(151,126,196)
#8A73B3
(138,115,179)
#7D68A2
(125,104,162)
#705D91
(112,93,145)
#635280
(99,82,128)
#56476F
(86,71,111)
#493C5E
(73,60,94)
#3C314D
(60,49,77)
#2F263C
(47,38,60)
#221B2B
(34,27,43)
#15101A
(21,16,26)
#000000
(0,0,0)

Tints of #977EC4

#977EC4
(151,126,196)
#A089C9
(160,137,201)
#A994CE
(169,148,206)
#B29FD3
(178,159,211)
#BBAAD8
(187,170,216)
#C4B5DD
(196,181,221)
#CDC0E2
(205,192,226)
#D6CBE7
(214,203,231)
#DFD6EC
(223,214,236)
#E8E1F1
(232,225,241)
#F1ECF6
(241,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #977EC4 color. Also use rgb(151,126,196) instead hex code.

Text Font Color

.myTextColor { color: #977EC4; }

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

This text font color is #977EC4.


Background Color

.myBgColor { background-color: #977EC4; }

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

This div background color is #977EC4.


Border color

.myBorderColor { border: 1px solid #977EC4; }

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

This div border color is #977EC4.


Opacity

.myOpacity80 { color: #977EC4; opacity: 0.8; }

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

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

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

This text has shadow with #977EC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #977EC4 on black background.


Color preview on white background

This text has color #977EC4 on white background.



Black color preview on #977EC4 background

This text has black color on #977EC4 background.


White color preview on #977EC4 background

This text has white color on #977EC4 background.