COLOR #7D6C98

HEX: #7D6C98
RGB: (125,108,152)

Renk bilgisi

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

RGB renk modeli

#7D6C98 color RGB value is (125,108,152).

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

RGB bağlantıları ve doygunluk

R 125 of 255 = 49%
G 108 of 255 = 42%
B 152 of 255 = 60%

125
108
152

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

Yüzdelerle RGB renk parçaları

R + G + B =
125 + 108 + 152 = 385 (100%)
R 125 of 385 ~ 32.47%
G 108 of 385 ~ 28.05%
B 152 of 385 ~ 39.48%

%32.47
%28.05
%39.48

CMYK RENK MODELİ

#7D6C98 rengi CMYK tonu (18,29,0,40).

  • camgöbeği tonu 17.76%
  • eflatun tonu 28.95%
  • sarı tonu 0.00%
  • ana renk tonu 40.39%
CMYK:
(18,29,0,40)
C18M29Y0K40 
(18%,29%,0%,40%)
(0.18/0.29/0.00/0.40)	

CMYK yüzdeleri

%17.76
%28.95
%0
%40.39

Codes

Color #7D6C98 in popluar color models

7D6C98
RGB125108152
HSL263°17.60%50.98%
HSB/HSV263°28.95%59.61%
CMYK17.76%28.95%0.00%
40.39%

Color #7D6C98 in popluar number systems.

HEX7D6C98
Decimal125108152
Binary1111101110110010011000
Octal175154230

Shades and tints

Shades of #7D6C98

#7D6C98
(125,108,152)
#72638B
(114,99,139)
#675A7E
(103,90,126)
#5C5171
(92,81,113)
#514864
(81,72,100)
#463F57
(70,63,87)
#3B364A
(59,54,74)
#302D3D
(48,45,61)
#252430
(37,36,48)
#1A1B23
(26,27,35)
#0F1216
(15,18,22)
#000000
(0,0,0)

Tints of #7D6C98

#7D6C98
(125,108,152)
#8879A1
(136,121,161)
#9386AA
(147,134,170)
#9E93B3
(158,147,179)
#A9A0BC
(169,160,188)
#B4ADC5
(180,173,197)
#BFBACE
(191,186,206)
#CAC7D7
(202,199,215)
#D5D4E0
(213,212,224)
#E0E1E9
(224,225,233)
#EBEEF2
(235,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D6C98; }

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

This text font color is #7D6C98.


Background Color

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

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

This div background color is #7D6C98.


Border color

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

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

This div border color is #7D6C98.


Opacity

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

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

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

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

This text has shadow with #7D6C98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D6C98 on black background.


Color preview on white background

This text has color #7D6C98 on white background.



Black color preview on #7D6C98 background

This text has black color on #7D6C98 background.


White color preview on #7D6C98 background

This text has white color on #7D6C98 background.