COLOR #7D6AD0

HEX: #7D6AD0
RGB: (125,106,208)

Renk bilgisi

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

RGB renk modeli

#7D6AD0 color RGB value is (125,106,208).

  • kırmız ton 125;
  • yeşil ton 106;
  • mavi ton 208.
RGB:
(125,106,208)
(49%,42%,82%)

RGB bağlantıları ve doygunluk

R 125 of 255 = 49%
G 106 of 255 = 42%
B 208 of 255 = 82%

125
106
208

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

Yüzdelerle RGB renk parçaları

R + G + B =
125 + 106 + 208 = 439 (100%)
R 125 of 439 ~ 28.47%
G 106 of 439 ~ 24.15%
B 208 of 439 ~ 47.38%

%28.47
%24.15
%47.38

CMYK RENK MODELİ

#7D6AD0 rengi CMYK tonu (40,49,0,18).

  • camgöbeği tonu 39.90%
  • eflatun tonu 49.04%
  • sarı tonu 0.00%
  • ana renk tonu 18.43%
CMYK:
(40,49,0,18)
C40M49Y0K18 
(40%,49%,0%,18%)
(0.40/0.49/0.00/0.18)	

CMYK yüzdeleri

%39.9
%49.04
%0
%18.43

Codes

Color #7D6AD0 in popluar color models

7D6AD0
RGB125106208
HSL251°52.04%61.57%
HSB/HSV251°49.04%81.57%
CMYK39.90%49.04%0.00%
18.43%

Color #7D6AD0 in popluar number systems.

HEX7D6AD0
Decimal125106208
Binary1111101110101011010000
Octal175152320

Shades and tints

Shades of #7D6AD0

#7D6AD0
(125,106,208)
#7261BE
(114,97,190)
#6758AC
(103,88,172)
#5C4F9A
(92,79,154)
#514688
(81,70,136)
#463D76
(70,61,118)
#3B3464
(59,52,100)
#302B52
(48,43,82)
#252240
(37,34,64)
#1A192E
(26,25,46)
#0F101C
(15,16,28)
#000000
(0,0,0)

Tints of #7D6AD0

#7D6AD0
(125,106,208)
#8877D4
(136,119,212)
#9384D8
(147,132,216)
#9E91DC
(158,145,220)
#A99EE0
(169,158,224)
#B4ABE4
(180,171,228)
#BFB8E8
(191,184,232)
#CAC5EC
(202,197,236)
#D5D2F0
(213,210,240)
#E0DFF4
(224,223,244)
#EBECF8
(235,236,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D6AD0 color. Also use rgb(125,106,208) instead hex code.

Text Font Color

.myTextColor { color: #7D6AD0; }

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

This text font color is #7D6AD0.


Background Color

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

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

This div background color is #7D6AD0.


Border color

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

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

This div border color is #7D6AD0.


Opacity

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

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

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

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

This text has shadow with #7D6AD0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D6AD0 on black background.


Color preview on white background

This text has color #7D6AD0 on white background.



Black color preview on #7D6AD0 background

This text has black color on #7D6AD0 background.


White color preview on #7D6AD0 background

This text has white color on #7D6AD0 background.