COLOR #976D98

HEX: #976D98
RGB: (151,109,152)

Renk bilgisi

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

RGB renk modeli

#976D98 color RGB value is (151,109,152).

  • kırmız ton 151;
  • yeşil ton 109;
  • mavi ton 152.
RGB:
(151,109,152)
(59%,43%,60%)

RGB bağlantıları ve doygunluk

R 151 of 255 = 59%
G 109 of 255 = 43%
B 152 of 255 = 60%

151
109
152

R + G + B ~ 54%. #976D98 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
151 + 109 + 152 = 412 (100%)
R 151 of 412 ~ 36.65%
G 109 of 412 ~ 26.46%
B 152 of 412 ~ 36.89%

%36.65
%26.46
%36.89

CMYK RENK MODELİ

#976D98 rengi CMYK tonu (1,28,0,40).

  • camgöbeği tonu 0.66%
  • eflatun tonu 28.29%
  • sarı tonu 0.00%
  • ana renk tonu 40.39%
CMYK:
(1,28,0,40)
C1M28Y0K40 
(1%,28%,0%,40%)
(0.01/0.28/0.00/0.40)	

CMYK yüzdeleri

%0.66
%28.29
%0
%40.39

Codes

Color #976D98 in popluar color models

976D98
RGB151109152
HSL299°17.27%51.18%
HSB/HSV299°28.29%59.61%
CMYK0.66%28.29%0.00%
40.39%

Color #976D98 in popluar number systems.

HEX976D98
Decimal151109152
Binary10010111110110110011000
Octal227155230

Shades and tints

Shades of #976D98

#976D98
(151,109,152)
#8A648B
(138,100,139)
#7D5B7E
(125,91,126)
#705271
(112,82,113)
#634964
(99,73,100)
#564057
(86,64,87)
#49374A
(73,55,74)
#3C2E3D
(60,46,61)
#2F2530
(47,37,48)
#221C23
(34,28,35)
#151316
(21,19,22)
#000000
(0,0,0)

Tints of #976D98

#976D98
(151,109,152)
#A07AA1
(160,122,161)
#A987AA
(169,135,170)
#B294B3
(178,148,179)
#BBA1BC
(187,161,188)
#C4AEC5
(196,174,197)
#CDBBCE
(205,187,206)
#D6C8D7
(214,200,215)
#DFD5E0
(223,213,224)
#E8E2E9
(232,226,233)
#F1EFF2
(241,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #976D98 color. Also use rgb(151,109,152) instead hex code.

Text Font Color

.myTextColor { color: #976D98; }

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

This text font color is #976D98.


Background Color

.myBgColor { background-color: #976D98; }

<div style="background-color:#976D98">Inner text</div>

This div background color is #976D98.


Border color

.myBorderColor { border: 1px solid #976D98; }

<div style="border:3px solid #976D98">Div</div>

This div border color is #976D98.


Opacity

.myOpacity80 { color: #976D98; opacity: 0.8; }

<p style="color:#976D98;opacity:0.8;">80%</p>

Text with #976D98 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 #976D98;}

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

This text has shadow with #976D98 color.

.textShadow {text-shadow: 3px 3px 1px #976D98, 3px 3px 1px red;}

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

This text has shadow with #976D98 primary color and red secondary color.


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

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

This text has shadow with #976D98 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #976D98 on black background.


Color preview on white background

This text has color #976D98 on white background.



Black color preview on #976D98 background

This text has black color on #976D98 background.


White color preview on #976D98 background

This text has white color on #976D98 background.