COLOR #7C6DC4

HEX: #7C6DC4
RGB: (124,109,196)

Renk bilgisi

#7C6DC4 contains mainly blue color. #7C6DC4 ‘ nin web güvenlik rengi #6666CC (ya da #66C) dir.

RGB renk modeli

#7C6DC4 color RGB value is (124,109,196).

  • kırmız ton 124;
  • yeşil ton 109;
  • mavi ton 196.
RGB:
(124,109,196)
(49%,43%,77%)

RGB bağlantıları ve doygunluk

R 124 of 255 = 49%
G 109 of 255 = 43%
B 196 of 255 = 77%

124
109
196

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

Yüzdelerle RGB renk parçaları

R + G + B =
124 + 109 + 196 = 429 (100%)
R 124 of 429 ~ 28.9%
G 109 of 429 ~ 25.41%
B 196 of 429 ~ 45.69%

%28.9
%25.41
%45.69

CMYK RENK MODELİ

#7C6DC4 rengi CMYK tonu (37,44,0,23).

  • camgöbeği tonu 36.73%
  • eflatun tonu 44.39%
  • sarı tonu 0.00%
  • ana renk tonu 23.14%
CMYK:
(37,44,0,23)
C37M44Y0K23 
(37%,44%,0%,23%)
(0.37/0.44/0.00/0.23)	

CMYK yüzdeleri

%36.73
%44.39
%0
%23.14

Codes

Color #7C6DC4 in popluar color models

7C6DC4
RGB124109196
HSL250°42.44%59.80%
HSB/HSV250°44.39%76.86%
CMYK36.73%44.39%0.00%
23.14%

Color #7C6DC4 in popluar number systems.

HEX7C6DC4
Decimal124109196
Binary1111100110110111000100
Octal174155304

Shades and tints

Shades of #7C6DC4

#7C6DC4
(124,109,196)
#7164B3
(113,100,179)
#665BA2
(102,91,162)
#5B5291
(91,82,145)
#504980
(80,73,128)
#45406F
(69,64,111)
#3A375E
(58,55,94)
#2F2E4D
(47,46,77)
#24253C
(36,37,60)
#191C2B
(25,28,43)
#0E131A
(14,19,26)
#000000
(0,0,0)

Tints of #7C6DC4

#7C6DC4
(124,109,196)
#877AC9
(135,122,201)
#9287CE
(146,135,206)
#9D94D3
(157,148,211)
#A8A1D8
(168,161,216)
#B3AEDD
(179,174,221)
#BEBBE2
(190,187,226)
#C9C8E7
(201,200,231)
#D4D5EC
(212,213,236)
#DFE2F1
(223,226,241)
#EAEFF6
(234,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C6DC4 color. Also use rgb(124,109,196) instead hex code.

Text Font Color

.myTextColor { color: #7C6DC4; }

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

This text font color is #7C6DC4.


Background Color

.myBgColor { background-color: #7C6DC4; }

<div style="background-color:#7C6DC4">Inner text</div>

This div background color is #7C6DC4.


Border color

.myBorderColor { border: 1px solid #7C6DC4; }

<div style="border:3px solid #7C6DC4">Div</div>

This div border color is #7C6DC4.


Opacity

.myOpacity80 { color: #7C6DC4; opacity: 0.8; }

<p style="color:#7C6DC4;opacity:0.8;">80%</p>

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

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

This text has shadow with #7C6DC4 color.

.textShadow {text-shadow: 3px 3px 1px #7C6DC4, 3px 3px 1px red;}

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

This text has shadow with #7C6DC4 primary color and red secondary color.


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

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

This text has shadow with #7C6DC4 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C6DC4 on black background.


Color preview on white background

This text has color #7C6DC4 on white background.



Black color preview on #7C6DC4 background

This text has black color on #7C6DC4 background.


White color preview on #7C6DC4 background

This text has white color on #7C6DC4 background.