COLOR #8E6CA6

HEX: #8E6CA6
RGB: (142,108,166)

Renk bilgisi

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

RGB renk modeli

#8E6CA6 color RGB value is (142,108,166).

  • kırmız ton 142;
  • yeşil ton 108;
  • mavi ton 166.
RGB:
(142,108,166)
(56%,42%,65%)

RGB bağlantıları ve doygunluk

R 142 of 255 = 56%
G 108 of 255 = 42%
B 166 of 255 = 65%

142
108
166

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

Yüzdelerle RGB renk parçaları

R + G + B =
142 + 108 + 166 = 416 (100%)
R 142 of 416 ~ 34.13%
G 108 of 416 ~ 25.96%
B 166 of 416 ~ 39.9%

%34.13
%25.96
%39.9

CMYK RENK MODELİ

#8E6CA6 rengi CMYK tonu (14,35,0,35).

  • camgöbeği tonu 14.46%
  • eflatun tonu 34.94%
  • sarı tonu 0.00%
  • ana renk tonu 34.90%
CMYK:
(14,35,0,35)
C14M35Y0K35 
(14%,35%,0%,35%)
(0.14/0.35/0.00/0.35)	

CMYK yüzdeleri

%14.46
%34.94
%0
%34.9

Codes

Color #8E6CA6 in popluar color models

8E6CA6
RGB142108166
HSL275°24.58%53.73%
HSB/HSV275°34.94%65.10%
CMYK14.46%34.94%0.00%
34.90%

Color #8E6CA6 in popluar number systems.

HEX8E6CA6
Decimal142108166
Binary10001110110110010100110
Octal216154246

Shades and tints

Shades of #8E6CA6

#8E6CA6
(142,108,166)
#826397
(130,99,151)
#765A88
(118,90,136)
#6A5179
(106,81,121)
#5E486A
(94,72,106)
#523F5B
(82,63,91)
#46364C
(70,54,76)
#3A2D3D
(58,45,61)
#2E242E
(46,36,46)
#221B1F
(34,27,31)
#161210
(22,18,16)
#000000
(0,0,0)

Tints of #8E6CA6

#8E6CA6
(142,108,166)
#9879AE
(152,121,174)
#A286B6
(162,134,182)
#AC93BE
(172,147,190)
#B6A0C6
(182,160,198)
#C0ADCE
(192,173,206)
#CABAD6
(202,186,214)
#D4C7DE
(212,199,222)
#DED4E6
(222,212,230)
#E8E1EE
(232,225,238)
#F2EEF6
(242,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E6CA6 color. Also use rgb(142,108,166) instead hex code.

Text Font Color

.myTextColor { color: #8E6CA6; }

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

This text font color is #8E6CA6.


Background Color

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

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

This div background color is #8E6CA6.


Border color

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

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

This div border color is #8E6CA6.


Opacity

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

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

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

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

This text has shadow with #8E6CA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E6CA6 on black background.


Color preview on white background

This text has color #8E6CA6 on white background.



Black color preview on #8E6CA6 background

This text has black color on #8E6CA6 background.


White color preview on #8E6CA6 background

This text has white color on #8E6CA6 background.