COLOR #7D6196

HEX: #7D6196
RGB: (125,97,150)

Renk bilgisi

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

RGB renk modeli

#7D6196 color RGB value is (125,97,150).

  • kırmız ton 125;
  • yeşil ton 97;
  • mavi ton 150.
RGB:
(125,97,150)
(49%,38%,59%)

RGB bağlantıları ve doygunluk

R 125 of 255 = 49%
G 97 of 255 = 38%
B 150 of 255 = 59%

125
97
150

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

Yüzdelerle RGB renk parçaları

R + G + B =
125 + 97 + 150 = 372 (100%)
R 125 of 372 ~ 33.6%
G 97 of 372 ~ 26.08%
B 150 of 372 ~ 40.32%

%33.6
%26.08
%40.32

CMYK RENK MODELİ

#7D6196 rengi CMYK tonu (17,35,0,41).

  • camgöbeği tonu 16.67%
  • eflatun tonu 35.33%
  • sarı tonu 0.00%
  • ana renk tonu 41.18%
CMYK:
(17,35,0,41)
C17M35Y0K41 
(17%,35%,0%,41%)
(0.17/0.35/0.00/0.41)	

CMYK yüzdeleri

%16.67
%35.33
%0
%41.18

Codes

Color #7D6196 in popluar color models

7D6196
RGB12597150
HSL272°21.46%48.43%
HSB/HSV272°35.33%58.82%
CMYK16.67%35.33%0.00%
41.18%

Color #7D6196 in popluar number systems.

HEX7D6196
Decimal12597150
Binary1111101110000110010110
Octal175141226

Shades and tints

Shades of #7D6196

#7D6196
(125,97,150)
#725989
(114,89,137)
#67517C
(103,81,124)
#5C496F
(92,73,111)
#514162
(81,65,98)
#463955
(70,57,85)
#3B3148
(59,49,72)
#30293B
(48,41,59)
#25212E
(37,33,46)
#1A1921
(26,25,33)
#0F1114
(15,17,20)
#000000
(0,0,0)

Tints of #7D6196

#7D6196
(125,97,150)
#886F9F
(136,111,159)
#937DA8
(147,125,168)
#9E8BB1
(158,139,177)
#A999BA
(169,153,186)
#B4A7C3
(180,167,195)
#BFB5CC
(191,181,204)
#CAC3D5
(202,195,213)
#D5D1DE
(213,209,222)
#E0DFE7
(224,223,231)
#EBEDF0
(235,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D6196 color. Also use rgb(125,97,150) instead hex code.

Text Font Color

.myTextColor { color: #7D6196; }

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

This text font color is #7D6196.


Background Color

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

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

This div background color is #7D6196.


Border color

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

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

This div border color is #7D6196.


Opacity

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

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

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

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

This text has shadow with #7D6196 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D6196 on black background.


Color preview on white background

This text has color #7D6196 on white background.



Black color preview on #7D6196 background

This text has black color on #7D6196 background.


White color preview on #7D6196 background

This text has white color on #7D6196 background.