COLOR #977EA3

HEX: #977EA3
RGB: (151,126,163)

Renk bilgisi

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

RGB renk modeli

#977EA3 color RGB value is (151,126,163).

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

RGB bağlantıları ve doygunluk

R 151 of 255 = 59%
G 126 of 255 = 49%
B 163 of 255 = 64%

151
126
163

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

Yüzdelerle RGB renk parçaları

R + G + B =
151 + 126 + 163 = 440 (100%)
R 151 of 440 ~ 34.32%
G 126 of 440 ~ 28.64%
B 163 of 440 ~ 37.05%

%34.32
%28.64
%37.05

CMYK RENK MODELİ

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

  • camgöbeği tonu 7.36%
  • eflatun tonu 22.70%
  • sarı tonu 0.00%
  • ana renk tonu 36.08%
CMYK:
(7,23,0,36)
C7M23Y0K36 
(7%,23%,0%,36%)
(0.07/0.23/0.00/0.36)	

CMYK yüzdeleri

%7.36
%22.7
%0
%36.08

Codes

Color #977EA3 in popluar color models

977EA3
RGB151126163
HSL281°16.74%56.67%
HSB/HSV281°22.70%63.92%
CMYK7.36%22.70%0.00%
36.08%

Color #977EA3 in popluar number systems.

HEX977EA3
Decimal151126163
Binary10010111111111010100011
Octal227176243

Shades and tints

Shades of #977EA3

#977EA3
(151,126,163)
#8A7395
(138,115,149)
#7D6887
(125,104,135)
#705D79
(112,93,121)
#63526B
(99,82,107)
#56475D
(86,71,93)
#493C4F
(73,60,79)
#3C3141
(60,49,65)
#2F2633
(47,38,51)
#221B25
(34,27,37)
#151017
(21,16,23)
#000000
(0,0,0)

Tints of #977EA3

#977EA3
(151,126,163)
#A089AB
(160,137,171)
#A994B3
(169,148,179)
#B29FBB
(178,159,187)
#BBAAC3
(187,170,195)
#C4B5CB
(196,181,203)
#CDC0D3
(205,192,211)
#D6CBDB
(214,203,219)
#DFD6E3
(223,214,227)
#E8E1EB
(232,225,235)
#F1ECF3
(241,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #977EA3; }

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

This text font color is #977EA3.


Background Color

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

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

This div background color is #977EA3.


Border color

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

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

This div border color is #977EA3.


Opacity

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

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

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

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

This text has shadow with #977EA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #977EA3 on black background.


Color preview on white background

This text has color #977EA3 on white background.



Black color preview on #977EA3 background

This text has black color on #977EA3 background.


White color preview on #977EA3 background

This text has white color on #977EA3 background.