COLOR #7F6B9D

HEX: #7F6B9D
RGB: (127,107,157)

Renk bilgisi

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

RGB renk modeli

#7F6B9D color RGB value is (127,107,157).

  • kırmız ton 127;
  • yeşil ton 107;
  • mavi ton 157.
RGB:
(127,107,157)
(50%,42%,62%)

RGB bağlantıları ve doygunluk

R 127 of 255 = 50%
G 107 of 255 = 42%
B 157 of 255 = 62%

127
107
157

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

Yüzdelerle RGB renk parçaları

R + G + B =
127 + 107 + 157 = 391 (100%)
R 127 of 391 ~ 32.48%
G 107 of 391 ~ 27.37%
B 157 of 391 ~ 40.15%

%32.48
%27.37
%40.15

CMYK RENK MODELİ

#7F6B9D rengi CMYK tonu (19,32,0,38).

  • camgöbeği tonu 19.11%
  • eflatun tonu 31.85%
  • sarı tonu 0.00%
  • ana renk tonu 38.43%
CMYK:
(19,32,0,38)
C19M32Y0K38 
(19%,32%,0%,38%)
(0.19/0.32/0.00/0.38)	

CMYK yüzdeleri

%19.11
%31.85
%0
%38.43

Codes

Color #7F6B9D in popluar color models

7F6B9D
RGB127107157
HSL264°20.33%51.76%
HSB/HSV264°31.85%61.57%
CMYK19.11%31.85%0.00%
38.43%

Color #7F6B9D in popluar number systems.

HEX7F6B9D
Decimal127107157
Binary1111111110101110011101
Octal177153235

Shades and tints

Shades of #7F6B9D

#7F6B9D
(127,107,157)
#74628F
(116,98,143)
#695981
(105,89,129)
#5E5073
(94,80,115)
#534765
(83,71,101)
#483E57
(72,62,87)
#3D3549
(61,53,73)
#322C3B
(50,44,59)
#27232D
(39,35,45)
#1C1A1F
(28,26,31)
#111111
(17,17,17)
#000000
(0,0,0)

Tints of #7F6B9D

#7F6B9D
(127,107,157)
#8A78A5
(138,120,165)
#9585AD
(149,133,173)
#A092B5
(160,146,181)
#AB9FBD
(171,159,189)
#B6ACC5
(182,172,197)
#C1B9CD
(193,185,205)
#CCC6D5
(204,198,213)
#D7D3DD
(215,211,221)
#E2E0E5
(226,224,229)
#EDEDED
(237,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F6B9D color. Also use rgb(127,107,157) instead hex code.

Text Font Color

.myTextColor { color: #7F6B9D; }

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

This text font color is #7F6B9D.


Background Color

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

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

This div background color is #7F6B9D.


Border color

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

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

This div border color is #7F6B9D.


Opacity

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

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

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

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

This text has shadow with #7F6B9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F6B9D on black background.


Color preview on white background

This text has color #7F6B9D on white background.



Black color preview on #7F6B9D background

This text has black color on #7F6B9D background.


White color preview on #7F6B9D background

This text has white color on #7F6B9D background.