COLOR #7D6CA5

HEX: #7D6CA5
RGB: (125,108,165)

Renk bilgisi

#7D6CA5 contains red, green and blue colors in about the same proportion. #7D6CA5 ‘ nin web güvenlik rengi #666699 (ya da #669) dir.

RGB renk modeli

#7D6CA5 color RGB value is (125,108,165).

  • kırmız ton 125;
  • yeşil ton 108;
  • mavi ton 165.
RGB:
(125,108,165)
(49%,42%,65%)

RGB bağlantıları ve doygunluk

R 125 of 255 = 49%
G 108 of 255 = 42%
B 165 of 255 = 65%

125
108
165

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

Yüzdelerle RGB renk parçaları

R + G + B =
125 + 108 + 165 = 398 (100%)
R 125 of 398 ~ 31.41%
G 108 of 398 ~ 27.14%
B 165 of 398 ~ 41.46%

%31.41
%27.14
%41.46

CMYK RENK MODELİ

#7D6CA5 rengi CMYK tonu (24,35,0,35).

  • camgöbeği tonu 24.24%
  • eflatun tonu 34.55%
  • sarı tonu 0.00%
  • ana renk tonu 35.29%
CMYK:
(24,35,0,35)
C24M35Y0K35 
(24%,35%,0%,35%)
(0.24/0.35/0.00/0.35)	

CMYK yüzdeleri

%24.24
%34.55
%0
%35.29

Codes

Color #7D6CA5 in popluar color models

7D6CA5
RGB125108165
HSL258°24.05%53.53%
HSB/HSV258°34.55%64.71%
CMYK24.24%34.55%0.00%
35.29%

Color #7D6CA5 in popluar number systems.

HEX7D6CA5
Decimal125108165
Binary1111101110110010100101
Octal175154245

Shades and tints

Shades of #7D6CA5

#7D6CA5
(125,108,165)
#726396
(114,99,150)
#675A87
(103,90,135)
#5C5178
(92,81,120)
#514869
(81,72,105)
#463F5A
(70,63,90)
#3B364B
(59,54,75)
#302D3C
(48,45,60)
#25242D
(37,36,45)
#1A1B1E
(26,27,30)
#0F120F
(15,18,15)
#000000
(0,0,0)

Tints of #7D6CA5

#7D6CA5
(125,108,165)
#8879AD
(136,121,173)
#9386B5
(147,134,181)
#9E93BD
(158,147,189)
#A9A0C5
(169,160,197)
#B4ADCD
(180,173,205)
#BFBAD5
(191,186,213)
#CAC7DD
(202,199,221)
#D5D4E5
(213,212,229)
#E0E1ED
(224,225,237)
#EBEEF5
(235,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D6CA5 color. Also use rgb(125,108,165) instead hex code.

Text Font Color

.myTextColor { color: #7D6CA5; }

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

This text font color is #7D6CA5.


Background Color

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

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

This div background color is #7D6CA5.


Border color

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

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

This div border color is #7D6CA5.


Opacity

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

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

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

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

This text has shadow with #7D6CA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D6CA5 on black background.


Color preview on white background

This text has color #7D6CA5 on white background.



Black color preview on #7D6CA5 background

This text has black color on #7D6CA5 background.


White color preview on #7D6CA5 background

This text has white color on #7D6CA5 background.