COLOR #7D6EA1

HEX: #7D6EA1
RGB: (125,110,161)

Renk bilgisi

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

RGB renk modeli

#7D6EA1 color RGB value is (125,110,161).

  • kırmız ton 125;
  • yeşil ton 110;
  • mavi ton 161.
RGB:
(125,110,161)
(49%,43%,63%)

RGB bağlantıları ve doygunluk

R 125 of 255 = 49%
G 110 of 255 = 43%
B 161 of 255 = 63%

125
110
161

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

Yüzdelerle RGB renk parçaları

R + G + B =
125 + 110 + 161 = 396 (100%)
R 125 of 396 ~ 31.57%
G 110 of 396 ~ 27.78%
B 161 of 396 ~ 40.66%

%31.57
%27.78
%40.66

CMYK RENK MODELİ

#7D6EA1 rengi CMYK tonu (22,32,0,37).

  • camgöbeği tonu 22.36%
  • eflatun tonu 31.68%
  • sarı tonu 0.00%
  • ana renk tonu 36.86%
CMYK:
(22,32,0,37)
C22M32Y0K37 
(22%,32%,0%,37%)
(0.22/0.32/0.00/0.37)	

CMYK yüzdeleri

%22.36
%31.68
%0
%36.86

Codes

Color #7D6EA1 in popluar color models

7D6EA1
RGB125110161
HSL258°21.34%53.14%
HSB/HSV258°31.68%63.14%
CMYK22.36%31.68%0.00%
36.86%

Color #7D6EA1 in popluar number systems.

HEX7D6EA1
Decimal125110161
Binary1111101110111010100001
Octal175156241

Shades and tints

Shades of #7D6EA1

#7D6EA1
(125,110,161)
#726493
(114,100,147)
#675A85
(103,90,133)
#5C5077
(92,80,119)
#514669
(81,70,105)
#463C5B
(70,60,91)
#3B324D
(59,50,77)
#30283F
(48,40,63)
#251E31
(37,30,49)
#1A1423
(26,20,35)
#0F0A15
(15,10,21)
#000000
(0,0,0)

Tints of #7D6EA1

#7D6EA1
(125,110,161)
#887BA9
(136,123,169)
#9388B1
(147,136,177)
#9E95B9
(158,149,185)
#A9A2C1
(169,162,193)
#B4AFC9
(180,175,201)
#BFBCD1
(191,188,209)
#CAC9D9
(202,201,217)
#D5D6E1
(213,214,225)
#E0E3E9
(224,227,233)
#EBF0F1
(235,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D6EA1 color. Also use rgb(125,110,161) instead hex code.

Text Font Color

.myTextColor { color: #7D6EA1; }

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

This text font color is #7D6EA1.


Background Color

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

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

This div background color is #7D6EA1.


Border color

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

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

This div border color is #7D6EA1.


Opacity

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

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

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

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

This text has shadow with #7D6EA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D6EA1 on black background.


Color preview on white background

This text has color #7D6EA1 on white background.



Black color preview on #7D6EA1 background

This text has black color on #7D6EA1 background.


White color preview on #7D6EA1 background

This text has white color on #7D6EA1 background.