COLOR #7D6ED8

HEX: #7D6ED8
RGB: (125,110,216)

Renk bilgisi

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

RGB renk modeli

#7D6ED8 color RGB value is (125,110,216).

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

RGB bağlantıları ve doygunluk

R 125 of 255 = 49%
G 110 of 255 = 43%
B 216 of 255 = 85%

125
110
216

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

Yüzdelerle RGB renk parçaları

R + G + B =
125 + 110 + 216 = 451 (100%)
R 125 of 451 ~ 27.72%
G 110 of 451 ~ 24.39%
B 216 of 451 ~ 47.89%

%27.72
%24.39
%47.89

CMYK RENK MODELİ

#7D6ED8 rengi CMYK tonu (42,49,0,15).

  • camgöbeği tonu 42.13%
  • eflatun tonu 49.07%
  • sarı tonu 0.00%
  • ana renk tonu 15.29%
CMYK:
(42,49,0,15)
C42M49Y0K15 
(42%,49%,0%,15%)
(0.42/0.49/0.00/0.15)	

CMYK yüzdeleri

%42.13
%49.07
%0
%15.29

Codes

Color #7D6ED8 in popluar color models

7D6ED8
RGB125110216
HSL248°57.61%63.92%
HSB/HSV248°49.07%84.71%
CMYK42.13%49.07%0.00%
15.29%

Color #7D6ED8 in popluar number systems.

HEX7D6ED8
Decimal125110216
Binary1111101110111011011000
Octal175156330

Shades and tints

Shades of #7D6ED8

#7D6ED8
(125,110,216)
#7264C5
(114,100,197)
#675AB2
(103,90,178)
#5C509F
(92,80,159)
#51468C
(81,70,140)
#463C79
(70,60,121)
#3B3266
(59,50,102)
#302853
(48,40,83)
#251E40
(37,30,64)
#1A142D
(26,20,45)
#0F0A1A
(15,10,26)
#000000
(0,0,0)

Tints of #7D6ED8

#7D6ED8
(125,110,216)
#887BDB
(136,123,219)
#9388DE
(147,136,222)
#9E95E1
(158,149,225)
#A9A2E4
(169,162,228)
#B4AFE7
(180,175,231)
#BFBCEA
(191,188,234)
#CAC9ED
(202,201,237)
#D5D6F0
(213,214,240)
#E0E3F3
(224,227,243)
#EBF0F6
(235,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D6ED8; }

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

This text font color is #7D6ED8.


Background Color

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

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

This div background color is #7D6ED8.


Border color

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

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

This div border color is #7D6ED8.


Opacity

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

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

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

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

This text has shadow with #7D6ED8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D6ED8 on black background.


Color preview on white background

This text has color #7D6ED8 on white background.



Black color preview on #7D6ED8 background

This text has black color on #7D6ED8 background.


White color preview on #7D6ED8 background

This text has white color on #7D6ED8 background.