COLOR #7D6DB7

HEX: #7D6DB7
RGB: (125,109,183)

Renk bilgisi

#7D6DB7 contains mainly red and blue colors. #7D6DB7 ‘ nin web güvenlik rengi #6666CC (ya da #66C) dir.

RGB renk modeli

#7D6DB7 color RGB value is (125,109,183).

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

RGB bağlantıları ve doygunluk

R 125 of 255 = 49%
G 109 of 255 = 43%
B 183 of 255 = 72%

125
109
183

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

Yüzdelerle RGB renk parçaları

R + G + B =
125 + 109 + 183 = 417 (100%)
R 125 of 417 ~ 29.98%
G 109 of 417 ~ 26.14%
B 183 of 417 ~ 43.88%

%29.98
%26.14
%43.88

CMYK RENK MODELİ

#7D6DB7 rengi CMYK tonu (32,40,0,28).

  • camgöbeği tonu 31.69%
  • eflatun tonu 40.44%
  • sarı tonu 0.00%
  • ana renk tonu 28.24%
CMYK:
(32,40,0,28)
C32M40Y0K28 
(32%,40%,0%,28%)
(0.32/0.40/0.00/0.28)	

CMYK yüzdeleri

%31.69
%40.44
%0
%28.24

Codes

Color #7D6DB7 in popluar color models

7D6DB7
RGB125109183
HSL253°33.94%57.25%
HSB/HSV253°40.44%71.76%
CMYK31.69%40.44%0.00%
28.24%

Color #7D6DB7 in popluar number systems.

HEX7D6DB7
Decimal125109183
Binary1111101110110110110111
Octal175155267

Shades and tints

Shades of #7D6DB7

#7D6DB7
(125,109,183)
#7264A7
(114,100,167)
#675B97
(103,91,151)
#5C5287
(92,82,135)
#514977
(81,73,119)
#464067
(70,64,103)
#3B3757
(59,55,87)
#302E47
(48,46,71)
#252537
(37,37,55)
#1A1C27
(26,28,39)
#0F1317
(15,19,23)
#000000
(0,0,0)

Tints of #7D6DB7

#7D6DB7
(125,109,183)
#887ABD
(136,122,189)
#9387C3
(147,135,195)
#9E94C9
(158,148,201)
#A9A1CF
(169,161,207)
#B4AED5
(180,174,213)
#BFBBDB
(191,187,219)
#CAC8E1
(202,200,225)
#D5D5E7
(213,213,231)
#E0E2ED
(224,226,237)
#EBEFF3
(235,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D6DB7; }

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

This text font color is #7D6DB7.


Background Color

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

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

This div background color is #7D6DB7.


Border color

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

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

This div border color is #7D6DB7.


Opacity

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

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

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

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

This text has shadow with #7D6DB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D6DB7 on black background.


Color preview on white background

This text has color #7D6DB7 on white background.



Black color preview on #7D6DB7 background

This text has black color on #7D6DB7 background.


White color preview on #7D6DB7 background

This text has white color on #7D6DB7 background.