COLOR #966EA7

HEX: #966EA7
RGB: (150,110,167)

Renk bilgisi

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

RGB renk modeli

#966EA7 color RGB value is (150,110,167).

  • kırmız ton 150;
  • yeşil ton 110;
  • mavi ton 167.
RGB:
(150,110,167)
(59%,43%,65%)

RGB bağlantıları ve doygunluk

R 150 of 255 = 59%
G 110 of 255 = 43%
B 167 of 255 = 65%

150
110
167

R + G + B ~ 56%. #966EA7 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
150 + 110 + 167 = 427 (100%)
R 150 of 427 ~ 35.13%
G 110 of 427 ~ 25.76%
B 167 of 427 ~ 39.11%

%35.13
%25.76
%39.11

CMYK RENK MODELİ

#966EA7 rengi CMYK tonu (10,34,0,35).

  • camgöbeği tonu 10.18%
  • eflatun tonu 34.13%
  • sarı tonu 0.00%
  • ana renk tonu 34.51%
CMYK:
(10,34,0,35)
C10M34Y0K35 
(10%,34%,0%,35%)
(0.10/0.34/0.00/0.35)	

CMYK yüzdeleri

%10.18
%34.13
%0
%34.51

Codes

Color #966EA7 in popluar color models

966EA7
RGB150110167
HSL282°24.46%54.31%
HSB/HSV282°34.13%65.49%
CMYK10.18%34.13%0.00%
34.51%

Color #966EA7 in popluar number systems.

HEX966EA7
Decimal150110167
Binary10010110110111010100111
Octal226156247

Shades and tints

Shades of #966EA7

#966EA7
(150,110,167)
#896498
(137,100,152)
#7C5A89
(124,90,137)
#6F507A
(111,80,122)
#62466B
(98,70,107)
#553C5C
(85,60,92)
#48324D
(72,50,77)
#3B283E
(59,40,62)
#2E1E2F
(46,30,47)
#211420
(33,20,32)
#140A11
(20,10,17)
#000000
(0,0,0)

Tints of #966EA7

#966EA7
(150,110,167)
#9F7BAF
(159,123,175)
#A888B7
(168,136,183)
#B195BF
(177,149,191)
#BAA2C7
(186,162,199)
#C3AFCF
(195,175,207)
#CCBCD7
(204,188,215)
#D5C9DF
(213,201,223)
#DED6E7
(222,214,231)
#E7E3EF
(231,227,239)
#F0F0F7
(240,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #966EA7 color. Also use rgb(150,110,167) instead hex code.

Text Font Color

.myTextColor { color: #966EA7; }

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

This text font color is #966EA7.


Background Color

.myBgColor { background-color: #966EA7; }

<div style="background-color:#966EA7">Inner text</div>

This div background color is #966EA7.


Border color

.myBorderColor { border: 1px solid #966EA7; }

<div style="border:3px solid #966EA7">Div</div>

This div border color is #966EA7.


Opacity

.myOpacity80 { color: #966EA7; opacity: 0.8; }

<p style="color:#966EA7;opacity:0.8;">80%</p>

Text with #966EA7 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 #966EA7;}

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

This text has shadow with #966EA7 color.

.textShadow {text-shadow: 3px 3px 1px #966EA7, 3px 3px 1px red;}

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

This text has shadow with #966EA7 primary color and red secondary color.


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

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

This text has shadow with #966EA7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #966EA7 on black background.


Color preview on white background

This text has color #966EA7 on white background.



Black color preview on #966EA7 background

This text has black color on #966EA7 background.


White color preview on #966EA7 background

This text has white color on #966EA7 background.