COLOR #977CC0

HEX: #977CC0
RGB: (151,124,192)

Renk bilgisi

#977CC0 contains mainly red and blue colors. #977CC0 ‘ nin web güvenlik rengi #9966CC (ya da #96C) dir.

RGB renk modeli

#977CC0 color RGB value is (151,124,192).

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

RGB bağlantıları ve doygunluk

R 151 of 255 = 59%
G 124 of 255 = 49%
B 192 of 255 = 75%

151
124
192

R + G + B ~ 61%. #977CC0 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
151 + 124 + 192 = 467 (100%)
R 151 of 467 ~ 32.33%
G 124 of 467 ~ 26.55%
B 192 of 467 ~ 41.11%

%32.33
%26.55
%41.11

CMYK RENK MODELİ

#977CC0 rengi CMYK tonu (21,35,0,25).

  • camgöbeği tonu 21.35%
  • eflatun tonu 35.42%
  • sarı tonu 0.00%
  • ana renk tonu 24.71%
CMYK:
(21,35,0,25)
C21M35Y0K25 
(21%,35%,0%,25%)
(0.21/0.35/0.00/0.25)	

CMYK yüzdeleri

%21.35
%35.42
%0
%24.71

Codes

Color #977CC0 in popluar color models

977CC0
RGB151124192
HSL264°35.05%61.96%
HSB/HSV264°35.42%75.29%
CMYK21.35%35.42%0.00%
24.71%

Color #977CC0 in popluar number systems.

HEX977CC0
Decimal151124192
Binary10010111111110011000000
Octal227174300

Shades and tints

Shades of #977CC0

#977CC0
(151,124,192)
#8A71AF
(138,113,175)
#7D669E
(125,102,158)
#705B8D
(112,91,141)
#63507C
(99,80,124)
#56456B
(86,69,107)
#493A5A
(73,58,90)
#3C2F49
(60,47,73)
#2F2438
(47,36,56)
#221927
(34,25,39)
#150E16
(21,14,22)
#000000
(0,0,0)

Tints of #977CC0

#977CC0
(151,124,192)
#A087C5
(160,135,197)
#A992CA
(169,146,202)
#B29DCF
(178,157,207)
#BBA8D4
(187,168,212)
#C4B3D9
(196,179,217)
#CDBEDE
(205,190,222)
#D6C9E3
(214,201,227)
#DFD4E8
(223,212,232)
#E8DFED
(232,223,237)
#F1EAF2
(241,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #977CC0; }

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

This text font color is #977CC0.


Background Color

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

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

This div background color is #977CC0.


Border color

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

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

This div border color is #977CC0.


Opacity

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

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

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

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

This text has shadow with #977CC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #977CC0 on black background.


Color preview on white background

This text has color #977CC0 on white background.



Black color preview on #977CC0 background

This text has black color on #977CC0 background.


White color preview on #977CC0 background

This text has white color on #977CC0 background.