COLOR #8C6697

HEX: #8C6697
RGB: (140,102,151)

Renk bilgisi

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

RGB renk modeli

#8C6697 color RGB value is (140,102,151).

  • kırmız ton 140;
  • yeşil ton 102;
  • mavi ton 151.
RGB:
(140,102,151)
(55%,40%,59%)

RGB bağlantıları ve doygunluk

R 140 of 255 = 55%
G 102 of 255 = 40%
B 151 of 255 = 59%

140
102
151

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

Yüzdelerle RGB renk parçaları

R + G + B =
140 + 102 + 151 = 393 (100%)
R 140 of 393 ~ 35.62%
G 102 of 393 ~ 25.95%
B 151 of 393 ~ 38.42%

%35.62
%25.95
%38.42

CMYK RENK MODELİ

#8C6697 rengi CMYK tonu (7,32,0,41).

  • camgöbeği tonu 7.28%
  • eflatun tonu 32.45%
  • sarı tonu 0.00%
  • ana renk tonu 40.78%
CMYK:
(7,32,0,41)
C7M32Y0K41 
(7%,32%,0%,41%)
(0.07/0.32/0.00/0.41)	

CMYK yüzdeleri

%7.28
%32.45
%0
%40.78

Codes

Color #8C6697 in popluar color models

8C6697
RGB140102151
HSL287°19.37%49.61%
HSB/HSV287°32.45%59.22%
CMYK7.28%32.45%0.00%
40.78%

Color #8C6697 in popluar number systems.

HEX8C6697
Decimal140102151
Binary10001100110011010010111
Octal214146227

Shades and tints

Shades of #8C6697

#8C6697
(140,102,151)
#805D8A
(128,93,138)
#74547D
(116,84,125)
#684B70
(104,75,112)
#5C4263
(92,66,99)
#503956
(80,57,86)
#443049
(68,48,73)
#38273C
(56,39,60)
#2C1E2F
(44,30,47)
#201522
(32,21,34)
#140C15
(20,12,21)
#000000
(0,0,0)

Tints of #8C6697

#8C6697
(140,102,151)
#9673A0
(150,115,160)
#A080A9
(160,128,169)
#AA8DB2
(170,141,178)
#B49ABB
(180,154,187)
#BEA7C4
(190,167,196)
#C8B4CD
(200,180,205)
#D2C1D6
(210,193,214)
#DCCEDF
(220,206,223)
#E6DBE8
(230,219,232)
#F0E8F1
(240,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C6697 color. Also use rgb(140,102,151) instead hex code.

Text Font Color

.myTextColor { color: #8C6697; }

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

This text font color is #8C6697.


Background Color

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

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

This div background color is #8C6697.


Border color

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

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

This div border color is #8C6697.


Opacity

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

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

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

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

This text has shadow with #8C6697 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C6697 on black background.


Color preview on white background

This text has color #8C6697 on white background.



Black color preview on #8C6697 background

This text has black color on #8C6697 background.


White color preview on #8C6697 background

This text has white color on #8C6697 background.