COLOR #977AA5

HEX: #977AA5
RGB: (151,122,165)

Renk bilgisi

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

RGB renk modeli

#977AA5 color RGB value is (151,122,165).

  • kırmız ton 151;
  • yeşil ton 122;
  • mavi ton 165.
RGB:
(151,122,165)
(59%,48%,65%)

RGB bağlantıları ve doygunluk

R 151 of 255 = 59%
G 122 of 255 = 48%
B 165 of 255 = 65%

151
122
165

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

Yüzdelerle RGB renk parçaları

R + G + B =
151 + 122 + 165 = 438 (100%)
R 151 of 438 ~ 34.47%
G 122 of 438 ~ 27.85%
B 165 of 438 ~ 37.67%

%34.47
%27.85
%37.67

CMYK RENK MODELİ

#977AA5 rengi CMYK tonu (8,26,0,35).

  • camgöbeği tonu 8.48%
  • eflatun tonu 26.06%
  • sarı tonu 0.00%
  • ana renk tonu 35.29%
CMYK:
(8,26,0,35)
C8M26Y0K35 
(8%,26%,0%,35%)
(0.08/0.26/0.00/0.35)	

CMYK yüzdeleri

%8.48
%26.06
%0
%35.29

Codes

Color #977AA5 in popluar color models

977AA5
RGB151122165
HSL280°19.28%56.27%
HSB/HSV280°26.06%64.71%
CMYK8.48%26.06%0.00%
35.29%

Color #977AA5 in popluar number systems.

HEX977AA5
Decimal151122165
Binary10010111111101010100101
Octal227172245

Shades and tints

Shades of #977AA5

#977AA5
(151,122,165)
#8A6F96
(138,111,150)
#7D6487
(125,100,135)
#705978
(112,89,120)
#634E69
(99,78,105)
#56435A
(86,67,90)
#49384B
(73,56,75)
#3C2D3C
(60,45,60)
#2F222D
(47,34,45)
#22171E
(34,23,30)
#150C0F
(21,12,15)
#000000
(0,0,0)

Tints of #977AA5

#977AA5
(151,122,165)
#A086AD
(160,134,173)
#A992B5
(169,146,181)
#B29EBD
(178,158,189)
#BBAAC5
(187,170,197)
#C4B6CD
(196,182,205)
#CDC2D5
(205,194,213)
#D6CEDD
(214,206,221)
#DFDAE5
(223,218,229)
#E8E6ED
(232,230,237)
#F1F2F5
(241,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #977AA5 color. Also use rgb(151,122,165) instead hex code.

Text Font Color

.myTextColor { color: #977AA5; }

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

This text font color is #977AA5.


Background Color

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

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

This div background color is #977AA5.


Border color

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

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

This div border color is #977AA5.


Opacity

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

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

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

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

This text has shadow with #977AA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #977AA5 on black background.


Color preview on white background

This text has color #977AA5 on white background.



Black color preview on #977AA5 background

This text has black color on #977AA5 background.


White color preview on #977AA5 background

This text has white color on #977AA5 background.