COLOR #7D6EAE

HEX: #7D6EAE
RGB: (125,110,174)

Renk bilgisi

#7D6EAE contains mainly red and blue colors. #7D6EAE ‘ nin web güvenlik rengi #666699 (ya da #669) dir.

RGB renk modeli

#7D6EAE color RGB value is (125,110,174).

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

RGB bağlantıları ve doygunluk

R 125 of 255 = 49%
G 110 of 255 = 43%
B 174 of 255 = 68%

125
110
174

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

Yüzdelerle RGB renk parçaları

R + G + B =
125 + 110 + 174 = 409 (100%)
R 125 of 409 ~ 30.56%
G 110 of 409 ~ 26.89%
B 174 of 409 ~ 42.54%

%30.56
%26.89
%42.54

CMYK RENK MODELİ

#7D6EAE rengi CMYK tonu (28,37,0,32).

  • camgöbeği tonu 28.16%
  • eflatun tonu 36.78%
  • sarı tonu 0.00%
  • ana renk tonu 31.76%
CMYK:
(28,37,0,32)
C28M37Y0K32 
(28%,37%,0%,32%)
(0.28/0.37/0.00/0.32)	

CMYK yüzdeleri

%28.16
%36.78
%0
%31.76

Codes

Color #7D6EAE in popluar color models

7D6EAE
RGB125110174
HSL254°28.32%55.69%
HSB/HSV254°36.78%68.24%
CMYK28.16%36.78%0.00%
31.76%

Color #7D6EAE in popluar number systems.

HEX7D6EAE
Decimal125110174
Binary1111101110111010101110
Octal175156256

Shades and tints

Shades of #7D6EAE

#7D6EAE
(125,110,174)
#72649F
(114,100,159)
#675A90
(103,90,144)
#5C5081
(92,80,129)
#514672
(81,70,114)
#463C63
(70,60,99)
#3B3254
(59,50,84)
#302845
(48,40,69)
#251E36
(37,30,54)
#1A1427
(26,20,39)
#0F0A18
(15,10,24)
#000000
(0,0,0)

Tints of #7D6EAE

#7D6EAE
(125,110,174)
#887BB5
(136,123,181)
#9388BC
(147,136,188)
#9E95C3
(158,149,195)
#A9A2CA
(169,162,202)
#B4AFD1
(180,175,209)
#BFBCD8
(191,188,216)
#CAC9DF
(202,201,223)
#D5D6E6
(213,214,230)
#E0E3ED
(224,227,237)
#EBF0F4
(235,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D6EAE; }

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

This text font color is #7D6EAE.


Background Color

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

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

This div background color is #7D6EAE.


Border color

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

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

This div border color is #7D6EAE.


Opacity

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

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

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

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

This text has shadow with #7D6EAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D6EAE on black background.


Color preview on white background

This text has color #7D6EAE on white background.



Black color preview on #7D6EAE background

This text has black color on #7D6EAE background.


White color preview on #7D6EAE background

This text has white color on #7D6EAE background.