COLOR #7F6B9B

HEX: #7F6B9B
RGB: (127,107,155)

Renk bilgisi

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

RGB renk modeli

#7F6B9B color RGB value is (127,107,155).

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

RGB bağlantıları ve doygunluk

R 127 of 255 = 50%
G 107 of 255 = 42%
B 155 of 255 = 61%

127
107
155

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

Yüzdelerle RGB renk parçaları

R + G + B =
127 + 107 + 155 = 389 (100%)
R 127 of 389 ~ 32.65%
G 107 of 389 ~ 27.51%
B 155 of 389 ~ 39.85%

%32.65
%27.51
%39.85

CMYK RENK MODELİ

#7F6B9B rengi CMYK tonu (18,31,0,39).

  • camgöbeği tonu 18.06%
  • eflatun tonu 30.97%
  • sarı tonu 0.00%
  • ana renk tonu 39.22%
CMYK:
(18,31,0,39)
C18M31Y0K39 
(18%,31%,0%,39%)
(0.18/0.31/0.00/0.39)	

CMYK yüzdeleri

%18.06
%30.97
%0
%39.22

Codes

Color #7F6B9B in popluar color models

7F6B9B
RGB127107155
HSL265°19.35%51.37%
HSB/HSV265°30.97%60.78%
CMYK18.06%30.97%0.00%
39.22%

Color #7F6B9B in popluar number systems.

HEX7F6B9B
Decimal127107155
Binary1111111110101110011011
Octal177153233

Shades and tints

Shades of #7F6B9B

#7F6B9B
(127,107,155)
#74628D
(116,98,141)
#69597F
(105,89,127)
#5E5071
(94,80,113)
#534763
(83,71,99)
#483E55
(72,62,85)
#3D3547
(61,53,71)
#322C39
(50,44,57)
#27232B
(39,35,43)
#1C1A1D
(28,26,29)
#11110F
(17,17,15)
#000000
(0,0,0)

Tints of #7F6B9B

#7F6B9B
(127,107,155)
#8A78A4
(138,120,164)
#9585AD
(149,133,173)
#A092B6
(160,146,182)
#AB9FBF
(171,159,191)
#B6ACC8
(182,172,200)
#C1B9D1
(193,185,209)
#CCC6DA
(204,198,218)
#D7D3E3
(215,211,227)
#E2E0EC
(226,224,236)
#EDEDF5
(237,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F6B9B; }

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

This text font color is #7F6B9B.


Background Color

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

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

This div background color is #7F6B9B.


Border color

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

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

This div border color is #7F6B9B.


Opacity

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

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

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

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

This text has shadow with #7F6B9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F6B9B on black background.


Color preview on white background

This text has color #7F6B9B on white background.



Black color preview on #7F6B9B background

This text has black color on #7F6B9B background.


White color preview on #7F6B9B background

This text has white color on #7F6B9B background.