COLOR #976E9D

HEX: #976E9D
RGB: (151,110,157)

Renk bilgisi

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

RGB renk modeli

#976E9D color RGB value is (151,110,157).

  • kırmız ton 151;
  • yeşil ton 110;
  • mavi ton 157.
RGB:
(151,110,157)
(59%,43%,62%)

RGB bağlantıları ve doygunluk

R 151 of 255 = 59%
G 110 of 255 = 43%
B 157 of 255 = 62%

151
110
157

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

Yüzdelerle RGB renk parçaları

R + G + B =
151 + 110 + 157 = 418 (100%)
R 151 of 418 ~ 36.12%
G 110 of 418 ~ 26.32%
B 157 of 418 ~ 37.56%

%36.12
%26.32
%37.56

CMYK RENK MODELİ

#976E9D rengi CMYK tonu (4,30,0,38).

  • camgöbeği tonu 3.82%
  • eflatun tonu 29.94%
  • sarı tonu 0.00%
  • ana renk tonu 38.43%
CMYK:
(4,30,0,38)
C4M30Y0K38 
(4%,30%,0%,38%)
(0.04/0.30/0.00/0.38)	

CMYK yüzdeleri

%3.82
%29.94
%0
%38.43

Codes

Color #976E9D in popluar color models

976E9D
RGB151110157
HSL292°19.34%52.35%
HSB/HSV292°29.94%61.57%
CMYK3.82%29.94%0.00%
38.43%

Color #976E9D in popluar number systems.

HEX976E9D
Decimal151110157
Binary10010111110111010011101
Octal227156235

Shades and tints

Shades of #976E9D

#976E9D
(151,110,157)
#8A648F
(138,100,143)
#7D5A81
(125,90,129)
#705073
(112,80,115)
#634665
(99,70,101)
#563C57
(86,60,87)
#493249
(73,50,73)
#3C283B
(60,40,59)
#2F1E2D
(47,30,45)
#22141F
(34,20,31)
#150A11
(21,10,17)
#000000
(0,0,0)

Tints of #976E9D

#976E9D
(151,110,157)
#A07BA5
(160,123,165)
#A988AD
(169,136,173)
#B295B5
(178,149,181)
#BBA2BD
(187,162,189)
#C4AFC5
(196,175,197)
#CDBCCD
(205,188,205)
#D6C9D5
(214,201,213)
#DFD6DD
(223,214,221)
#E8E3E5
(232,227,229)
#F1F0ED
(241,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #976E9D color. Also use rgb(151,110,157) instead hex code.

Text Font Color

.myTextColor { color: #976E9D; }

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

This text font color is #976E9D.


Background Color

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

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

This div background color is #976E9D.


Border color

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

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

This div border color is #976E9D.


Opacity

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

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

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

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

This text has shadow with #976E9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #976E9D on black background.


Color preview on white background

This text has color #976E9D on white background.



Black color preview on #976E9D background

This text has black color on #976E9D background.


White color preview on #976E9D background

This text has white color on #976E9D background.