COLOR #8C6E96

HEX: #8C6E96
RGB: (140,110,150)

Renk bilgisi

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

RGB renk modeli

#8C6E96 color RGB value is (140,110,150).

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

RGB bağlantıları ve doygunluk

R 140 of 255 = 55%
G 110 of 255 = 43%
B 150 of 255 = 59%

140
110
150

R + G + B ~ 52%. #8C6E96 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
140 + 110 + 150 = 400 (100%)
R 140 of 400 ~ 35%
G 110 of 400 ~ 27.5%
B 150 of 400 ~ 37.5%

%35
%27.5
%37.5

CMYK RENK MODELİ

#8C6E96 rengi CMYK tonu (7,27,0,41).

  • camgöbeği tonu 6.67%
  • eflatun tonu 26.67%
  • sarı tonu 0.00%
  • ana renk tonu 41.18%
CMYK:
(7,27,0,41)
C7M27Y0K41 
(7%,27%,0%,41%)
(0.07/0.27/0.00/0.41)	

CMYK yüzdeleri

%6.67
%26.67
%0
%41.18

Codes

Color #8C6E96 in popluar color models

8C6E96
RGB140110150
HSL285°16.00%50.98%
HSB/HSV285°26.67%58.82%
CMYK6.67%26.67%0.00%
41.18%

Color #8C6E96 in popluar number systems.

HEX8C6E96
Decimal140110150
Binary10001100110111010010110
Octal214156226

Shades and tints

Shades of #8C6E96

#8C6E96
(140,110,150)
#806489
(128,100,137)
#745A7C
(116,90,124)
#68506F
(104,80,111)
#5C4662
(92,70,98)
#503C55
(80,60,85)
#443248
(68,50,72)
#38283B
(56,40,59)
#2C1E2E
(44,30,46)
#201421
(32,20,33)
#140A14
(20,10,20)
#000000
(0,0,0)

Tints of #8C6E96

#8C6E96
(140,110,150)
#967B9F
(150,123,159)
#A088A8
(160,136,168)
#AA95B1
(170,149,177)
#B4A2BA
(180,162,186)
#BEAFC3
(190,175,195)
#C8BCCC
(200,188,204)
#D2C9D5
(210,201,213)
#DCD6DE
(220,214,222)
#E6E3E7
(230,227,231)
#F0F0F0
(240,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C6E96 color. Also use rgb(140,110,150) instead hex code.

Text Font Color

.myTextColor { color: #8C6E96; }

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

This text font color is #8C6E96.


Background Color

.myBgColor { background-color: #8C6E96; }

<div style="background-color:#8C6E96">Inner text</div>

This div background color is #8C6E96.


Border color

.myBorderColor { border: 1px solid #8C6E96; }

<div style="border:3px solid #8C6E96">Div</div>

This div border color is #8C6E96.


Opacity

.myOpacity80 { color: #8C6E96; opacity: 0.8; }

<p style="color:#8C6E96;opacity:0.8;">80%</p>

Text with #8C6E96 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 #8C6E96;}

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

This text has shadow with #8C6E96 color.

.textShadow {text-shadow: 3px 3px 1px #8C6E96, 3px 3px 1px red;}

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

This text has shadow with #8C6E96 primary color and red secondary color.


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

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

This text has shadow with #8C6E96 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C6E96 on black background.


Color preview on white background

This text has color #8C6E96 on white background.



Black color preview on #8C6E96 background

This text has black color on #8C6E96 background.


White color preview on #8C6E96 background

This text has white color on #8C6E96 background.