COLOR #976EAE

HEX: #976EAE
RGB: (151,110,174)

Renk bilgisi

#976EAE contains mainly red and blue colors. #976EAE ‘ nin web güvenlik rengi #996699 (ya da #969) dir.

RGB renk modeli

#976EAE color RGB value is (151,110,174).

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

RGB bağlantıları ve doygunluk

R 151 of 255 = 59%
G 110 of 255 = 43%
B 174 of 255 = 68%

151
110
174

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

Yüzdelerle RGB renk parçaları

R + G + B =
151 + 110 + 174 = 435 (100%)
R 151 of 435 ~ 34.71%
G 110 of 435 ~ 25.29%
B 174 of 435 ~ 40%

%34.71
%25.29
%40

CMYK RENK MODELİ

#976EAE rengi CMYK tonu (13,37,0,32).

  • camgöbeği tonu 13.22%
  • eflatun tonu 36.78%
  • sarı tonu 0.00%
  • ana renk tonu 31.76%
CMYK:
(13,37,0,32)
C13M37Y0K32 
(13%,37%,0%,32%)
(0.13/0.37/0.00/0.32)	

CMYK yüzdeleri

%13.22
%36.78
%0
%31.76

Codes

Color #976EAE in popluar color models

976EAE
RGB151110174
HSL278°28.32%55.69%
HSB/HSV278°36.78%68.24%
CMYK13.22%36.78%0.00%
31.76%

Color #976EAE in popluar number systems.

HEX976EAE
Decimal151110174
Binary10010111110111010101110
Octal227156256

Shades and tints

Shades of #976EAE

#976EAE
(151,110,174)
#8A649F
(138,100,159)
#7D5A90
(125,90,144)
#705081
(112,80,129)
#634672
(99,70,114)
#563C63
(86,60,99)
#493254
(73,50,84)
#3C2845
(60,40,69)
#2F1E36
(47,30,54)
#221427
(34,20,39)
#150A18
(21,10,24)
#000000
(0,0,0)

Tints of #976EAE

#976EAE
(151,110,174)
#A07BB5
(160,123,181)
#A988BC
(169,136,188)
#B295C3
(178,149,195)
#BBA2CA
(187,162,202)
#C4AFD1
(196,175,209)
#CDBCD8
(205,188,216)
#D6C9DF
(214,201,223)
#DFD6E6
(223,214,230)
#E8E3ED
(232,227,237)
#F1F0F4
(241,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #976EAE; }

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

This text font color is #976EAE.


Background Color

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

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

This div background color is #976EAE.


Border color

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

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

This div border color is #976EAE.


Opacity

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

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

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

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

This text has shadow with #976EAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #976EAE on black background.


Color preview on white background

This text has color #976EAE on white background.



Black color preview on #976EAE background

This text has black color on #976EAE background.


White color preview on #976EAE background

This text has white color on #976EAE background.