COLOR #977CA8

HEX: #977CA8
RGB: (151,124,168)

Renk bilgisi

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

RGB renk modeli

#977CA8 color RGB value is (151,124,168).

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

RGB bağlantıları ve doygunluk

R 151 of 255 = 59%
G 124 of 255 = 49%
B 168 of 255 = 66%

151
124
168

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

Yüzdelerle RGB renk parçaları

R + G + B =
151 + 124 + 168 = 443 (100%)
R 151 of 443 ~ 34.09%
G 124 of 443 ~ 27.99%
B 168 of 443 ~ 37.92%

%34.09
%27.99
%37.92

CMYK RENK MODELİ

#977CA8 rengi CMYK tonu (10,26,0,34).

  • camgöbeği tonu 10.12%
  • eflatun tonu 26.19%
  • sarı tonu 0.00%
  • ana renk tonu 34.12%
CMYK:
(10,26,0,34)
C10M26Y0K34 
(10%,26%,0%,34%)
(0.10/0.26/0.00/0.34)	

CMYK yüzdeleri

%10.12
%26.19
%0
%34.12

Codes

Color #977CA8 in popluar color models

977CA8
RGB151124168
HSL277°20.18%57.25%
HSB/HSV277°26.19%65.88%
CMYK10.12%26.19%0.00%
34.12%

Color #977CA8 in popluar number systems.

HEX977CA8
Decimal151124168
Binary10010111111110010101000
Octal227174250

Shades and tints

Shades of #977CA8

#977CA8
(151,124,168)
#8A7199
(138,113,153)
#7D668A
(125,102,138)
#705B7B
(112,91,123)
#63506C
(99,80,108)
#56455D
(86,69,93)
#493A4E
(73,58,78)
#3C2F3F
(60,47,63)
#2F2430
(47,36,48)
#221921
(34,25,33)
#150E12
(21,14,18)
#000000
(0,0,0)

Tints of #977CA8

#977CA8
(151,124,168)
#A087AF
(160,135,175)
#A992B6
(169,146,182)
#B29DBD
(178,157,189)
#BBA8C4
(187,168,196)
#C4B3CB
(196,179,203)
#CDBED2
(205,190,210)
#D6C9D9
(214,201,217)
#DFD4E0
(223,212,224)
#E8DFE7
(232,223,231)
#F1EAEE
(241,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #977CA8 color. Also use rgb(151,124,168) instead hex code.

Text Font Color

.myTextColor { color: #977CA8; }

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

This text font color is #977CA8.


Background Color

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

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

This div background color is #977CA8.


Border color

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

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

This div border color is #977CA8.


Opacity

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

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

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

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

This text has shadow with #977CA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #977CA8 on black background.


Color preview on white background

This text has color #977CA8 on white background.



Black color preview on #977CA8 background

This text has black color on #977CA8 background.


White color preview on #977CA8 background

This text has white color on #977CA8 background.