COLOR #7D6DF2

HEX: #7D6DF2
RGB: (125,109,242)

Renk bilgisi

#7D6DF2 contains mainly blue color. #7D6DF2 ‘ nin web güvenlik rengi #6666FF (ya da #66F) dir.

RGB renk modeli

#7D6DF2 color RGB value is (125,109,242).

  • kırmız ton 125;
  • yeşil ton 109;
  • mavi ton 242.
RGB:
(125,109,242)
(49%,43%,95%)

RGB bağlantıları ve doygunluk

R 125 of 255 = 49%
G 109 of 255 = 43%
B 242 of 255 = 95%

125
109
242

R + G + B ~ 62%. #7D6DF2 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
125 + 109 + 242 = 476 (100%)
R 125 of 476 ~ 26.26%
G 109 of 476 ~ 22.9%
B 242 of 476 ~ 50.84%

%26.26
%22.9
%50.84

CMYK RENK MODELİ

#7D6DF2 rengi CMYK tonu (48,55,0,5).

  • camgöbeği tonu 48.35%
  • eflatun tonu 54.96%
  • sarı tonu 0.00%
  • ana renk tonu 5.10%
CMYK:
(48,55,0,5)
C48M55Y0K5 
(48%,55%,0%,5%)
(0.48/0.55/0.00/0.05)	

CMYK yüzdeleri

%48.35
%54.96
%0
%5.1

Codes

Color #7D6DF2 in popluar color models

7D6DF2
RGB125109242
HSL247°83.65%68.82%
HSB/HSV247°54.96%94.90%
CMYK48.35%54.96%0.00%
5.10%

Color #7D6DF2 in popluar number systems.

HEX7D6DF2
Decimal125109242
Binary1111101110110111110010
Octal175155362

Shades and tints

Shades of #7D6DF2

#7D6DF2
(125,109,242)
#7264DC
(114,100,220)
#675BC6
(103,91,198)
#5C52B0
(92,82,176)
#51499A
(81,73,154)
#464084
(70,64,132)
#3B376E
(59,55,110)
#302E58
(48,46,88)
#252542
(37,37,66)
#1A1C2C
(26,28,44)
#0F1316
(15,19,22)
#000000
(0,0,0)

Tints of #7D6DF2

#7D6DF2
(125,109,242)
#887AF3
(136,122,243)
#9387F4
(147,135,244)
#9E94F5
(158,148,245)
#A9A1F6
(169,161,246)
#B4AEF7
(180,174,247)
#BFBBF8
(191,187,248)
#CAC8F9
(202,200,249)
#D5D5FA
(213,213,250)
#E0E2FB
(224,226,251)
#EBEFFC
(235,239,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D6DF2 color. Also use rgb(125,109,242) instead hex code.

Text Font Color

.myTextColor { color: #7D6DF2; }

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

This text font color is #7D6DF2.


Background Color

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

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

This div background color is #7D6DF2.


Border color

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

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

This div border color is #7D6DF2.


Opacity

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

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

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

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

This text has shadow with #7D6DF2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D6DF2 on black background.


Color preview on white background

This text has color #7D6DF2 on white background.



Black color preview on #7D6DF2 background

This text has black color on #7D6DF2 background.


White color preview on #7D6DF2 background

This text has white color on #7D6DF2 background.