COLOR #977DAA

HEX: #977DAA
RGB: (151,125,170)

Renk bilgisi

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

RGB renk modeli

#977DAA color RGB value is (151,125,170).

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

RGB bağlantıları ve doygunluk

R 151 of 255 = 59%
G 125 of 255 = 49%
B 170 of 255 = 67%

151
125
170

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

Yüzdelerle RGB renk parçaları

R + G + B =
151 + 125 + 170 = 446 (100%)
R 151 of 446 ~ 33.86%
G 125 of 446 ~ 28.03%
B 170 of 446 ~ 38.12%

%33.86
%28.03
%38.12

CMYK RENK MODELİ

#977DAA rengi CMYK tonu (11,26,0,33).

  • camgöbeği tonu 11.18%
  • eflatun tonu 26.47%
  • sarı tonu 0.00%
  • ana renk tonu 33.33%
CMYK:
(11,26,0,33)
C11M26Y0K33 
(11%,26%,0%,33%)
(0.11/0.26/0.00/0.33)	

CMYK yüzdeleri

%11.18
%26.47
%0
%33.33

Codes

Color #977DAA in popluar color models

977DAA
RGB151125170
HSL275°20.93%57.84%
HSB/HSV275°26.47%66.67%
CMYK11.18%26.47%0.00%
33.33%

Color #977DAA in popluar number systems.

HEX977DAA
Decimal151125170
Binary10010111111110110101010
Octal227175252

Shades and tints

Shades of #977DAA

#977DAA
(151,125,170)
#8A729B
(138,114,155)
#7D678C
(125,103,140)
#705C7D
(112,92,125)
#63516E
(99,81,110)
#56465F
(86,70,95)
#493B50
(73,59,80)
#3C3041
(60,48,65)
#2F2532
(47,37,50)
#221A23
(34,26,35)
#150F14
(21,15,20)
#000000
(0,0,0)

Tints of #977DAA

#977DAA
(151,125,170)
#A088B1
(160,136,177)
#A993B8
(169,147,184)
#B29EBF
(178,158,191)
#BBA9C6
(187,169,198)
#C4B4CD
(196,180,205)
#CDBFD4
(205,191,212)
#D6CADB
(214,202,219)
#DFD5E2
(223,213,226)
#E8E0E9
(232,224,233)
#F1EBF0
(241,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #977DAA color. Also use rgb(151,125,170) instead hex code.

Text Font Color

.myTextColor { color: #977DAA; }

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

This text font color is #977DAA.


Background Color

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

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

This div background color is #977DAA.


Border color

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

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

This div border color is #977DAA.


Opacity

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

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

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

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

This text has shadow with #977DAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #977DAA on black background.


Color preview on white background

This text has color #977DAA on white background.



Black color preview on #977DAA background

This text has black color on #977DAA background.


White color preview on #977DAA background

This text has white color on #977DAA background.