COLOR #7E669B

HEX: #7E669B
RGB: (126,102,155)

Renk bilgisi

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

RGB renk modeli

#7E669B color RGB value is (126,102,155).

  • kırmız ton 126;
  • yeşil ton 102;
  • mavi ton 155.
RGB:
(126,102,155)
(49%,40%,61%)

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 102 of 255 = 40%
B 155 of 255 = 61%

126
102
155

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

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 102 + 155 = 383 (100%)
R 126 of 383 ~ 32.9%
G 102 of 383 ~ 26.63%
B 155 of 383 ~ 40.47%

%32.9
%26.63
%40.47

CMYK RENK MODELİ

#7E669B rengi CMYK tonu (19,34,0,39).

  • camgöbeği tonu 18.71%
  • eflatun tonu 34.19%
  • sarı tonu 0.00%
  • ana renk tonu 39.22%
CMYK:
(19,34,0,39)
C19M34Y0K39 
(19%,34%,0%,39%)
(0.19/0.34/0.00/0.39)	

CMYK yüzdeleri

%18.71
%34.19
%0
%39.22

Codes

Color #7E669B in popluar color models

7E669B
RGB126102155
HSL267°20.95%50.39%
HSB/HSV267°34.19%60.78%
CMYK18.71%34.19%0.00%
39.22%

Color #7E669B in popluar number systems.

HEX7E669B
Decimal126102155
Binary1111110110011010011011
Octal176146233

Shades and tints

Shades of #7E669B

#7E669B
(126,102,155)
#735D8D
(115,93,141)
#68547F
(104,84,127)
#5D4B71
(93,75,113)
#524263
(82,66,99)
#473955
(71,57,85)
#3C3047
(60,48,71)
#312739
(49,39,57)
#261E2B
(38,30,43)
#1B151D
(27,21,29)
#100C0F
(16,12,15)
#000000
(0,0,0)

Tints of #7E669B

#7E669B
(126,102,155)
#8973A4
(137,115,164)
#9480AD
(148,128,173)
#9F8DB6
(159,141,182)
#AA9ABF
(170,154,191)
#B5A7C8
(181,167,200)
#C0B4D1
(192,180,209)
#CBC1DA
(203,193,218)
#D6CEE3
(214,206,227)
#E1DBEC
(225,219,236)
#ECE8F5
(236,232,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E669B color. Also use rgb(126,102,155) instead hex code.

Text Font Color

.myTextColor { color: #7E669B; }

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

This text font color is #7E669B.


Background Color

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

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

This div background color is #7E669B.


Border color

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

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

This div border color is #7E669B.


Opacity

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

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

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

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

This text has shadow with #7E669B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E669B on black background.


Color preview on white background

This text has color #7E669B on white background.



Black color preview on #7E669B background

This text has black color on #7E669B background.


White color preview on #7E669B background

This text has white color on #7E669B background.