COLOR #977E96

HEX: #977E96
RGB: (151,126,150)

Renk bilgisi

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

RGB renk modeli

#977E96 color RGB value is (151,126,150).

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

RGB bağlantıları ve doygunluk

R 151 of 255 = 59%
G 126 of 255 = 49%
B 150 of 255 = 59%

151
126
150

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

Yüzdelerle RGB renk parçaları

R + G + B =
151 + 126 + 150 = 427 (100%)
R 151 of 427 ~ 35.36%
G 126 of 427 ~ 29.51%
B 150 of 427 ~ 35.13%

%35.36
%29.51
%35.13

CMYK RENK MODELİ

#977E96 rengi CMYK tonu (0,17,1,41).

  • camgöbeği tonu 0.00%
  • eflatun tonu 16.56%
  • sarı tonu 0.66%
  • ana renk tonu 40.78%
CMYK:
(0,17,1,41)
C0M17Y1K41 
(0%,17%,1%,41%)
(0.00/0.17/0.01/0.41)	

CMYK yüzdeleri

%0
%16.56
%0.66
%40.78

Codes

Color #977E96 in popluar color models

977E96
RGB151126150
HSL302°10.73%54.31%
HSB/HSV302°16.56%59.22%
CMYK0.00%16.56%0.66%
40.78%

Color #977E96 in popluar number systems.

HEX977E96
Decimal151126150
Binary10010111111111010010110
Octal227176226

Shades and tints

Shades of #977E96

#977E96
(151,126,150)
#8A7389
(138,115,137)
#7D687C
(125,104,124)
#705D6F
(112,93,111)
#635262
(99,82,98)
#564755
(86,71,85)
#493C48
(73,60,72)
#3C313B
(60,49,59)
#2F262E
(47,38,46)
#221B21
(34,27,33)
#151014
(21,16,20)
#000000
(0,0,0)

Tints of #977E96

#977E96
(151,126,150)
#A0899F
(160,137,159)
#A994A8
(169,148,168)
#B29FB1
(178,159,177)
#BBAABA
(187,170,186)
#C4B5C3
(196,181,195)
#CDC0CC
(205,192,204)
#D6CBD5
(214,203,213)
#DFD6DE
(223,214,222)
#E8E1E7
(232,225,231)
#F1ECF0
(241,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #977E96; }

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

This text font color is #977E96.


Background Color

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

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

This div background color is #977E96.


Border color

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

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

This div border color is #977E96.


Opacity

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

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

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

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

This text has shadow with #977E96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #977E96 on black background.


Color preview on white background

This text has color #977E96 on white background.



Black color preview on #977E96 background

This text has black color on #977E96 background.


White color preview on #977E96 background

This text has white color on #977E96 background.