COLOR #977FB2

HEX: #977FB2
RGB: (151,127,178)

Renk bilgisi

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

RGB renk modeli

#977FB2 color RGB value is (151,127,178).

  • kırmız ton 151;
  • yeşil ton 127;
  • mavi ton 178.
RGB:
(151,127,178)
(59%,50%,70%)

RGB bağlantıları ve doygunluk

R 151 of 255 = 59%
G 127 of 255 = 50%
B 178 of 255 = 70%

151
127
178

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

Yüzdelerle RGB renk parçaları

R + G + B =
151 + 127 + 178 = 456 (100%)
R 151 of 456 ~ 33.11%
G 127 of 456 ~ 27.85%
B 178 of 456 ~ 39.04%

%33.11
%27.85
%39.04

CMYK RENK MODELİ

#977FB2 rengi CMYK tonu (15,29,0,30).

  • camgöbeği tonu 15.17%
  • eflatun tonu 28.65%
  • sarı tonu 0.00%
  • ana renk tonu 30.20%
CMYK:
(15,29,0,30)
C15M29Y0K30 
(15%,29%,0%,30%)
(0.15/0.29/0.00/0.30)	

CMYK yüzdeleri

%15.17
%28.65
%0
%30.2

Codes

Color #977FB2 in popluar color models

977FB2
RGB151127178
HSL268°24.88%59.80%
HSB/HSV268°28.65%69.80%
CMYK15.17%28.65%0.00%
30.20%

Color #977FB2 in popluar number systems.

HEX977FB2
Decimal151127178
Binary10010111111111110110010
Octal227177262

Shades and tints

Shades of #977FB2

#977FB2
(151,127,178)
#8A74A2
(138,116,162)
#7D6992
(125,105,146)
#705E82
(112,94,130)
#635372
(99,83,114)
#564862
(86,72,98)
#493D52
(73,61,82)
#3C3242
(60,50,66)
#2F2732
(47,39,50)
#221C22
(34,28,34)
#151112
(21,17,18)
#000000
(0,0,0)

Tints of #977FB2

#977FB2
(151,127,178)
#A08AB9
(160,138,185)
#A995C0
(169,149,192)
#B2A0C7
(178,160,199)
#BBABCE
(187,171,206)
#C4B6D5
(196,182,213)
#CDC1DC
(205,193,220)
#D6CCE3
(214,204,227)
#DFD7EA
(223,215,234)
#E8E2F1
(232,226,241)
#F1EDF8
(241,237,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #977FB2 color. Also use rgb(151,127,178) instead hex code.

Text Font Color

.myTextColor { color: #977FB2; }

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

This text font color is #977FB2.


Background Color

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

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

This div background color is #977FB2.


Border color

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

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

This div border color is #977FB2.


Opacity

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

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

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

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

This text has shadow with #977FB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #977FB2 on black background.


Color preview on white background

This text has color #977FB2 on white background.



Black color preview on #977FB2 background

This text has black color on #977FB2 background.


White color preview on #977FB2 background

This text has white color on #977FB2 background.