COLOR #7E7D96

HEX: #7E7D96
RGB: (126,125,150)

Renk bilgisi

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

RGB renk modeli

#7E7D96 color RGB value is (126,125,150).

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

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 125 of 255 = 49%
B 150 of 255 = 59%

126
125
150

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

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 125 + 150 = 401 (100%)
R 126 of 401 ~ 31.42%
G 125 of 401 ~ 31.17%
B 150 of 401 ~ 37.41%

%31.42
%31.17
%37.41

CMYK RENK MODELİ

#7E7D96 rengi CMYK tonu (16,17,0,41).

  • camgöbeği tonu 16.00%
  • eflatun tonu 16.67%
  • sarı tonu 0.00%
  • ana renk tonu 41.18%
CMYK:
(16,17,0,41)
C16M17Y0K41 
(16%,17%,0%,41%)
(0.16/0.17/0.00/0.41)	

CMYK yüzdeleri

%16
%16.67
%0
%41.18

Codes

Color #7E7D96 in popluar color models

7E7D96
RGB126125150
HSL242°10.64%53.92%
HSB/HSV242°16.67%58.82%
CMYK16.00%16.67%0.00%
41.18%

Color #7E7D96 in popluar number systems.

HEX7E7D96
Decimal126125150
Binary1111110111110110010110
Octal176175226

Shades and tints

Shades of #7E7D96

#7E7D96
(126,125,150)
#737289
(115,114,137)
#68677C
(104,103,124)
#5D5C6F
(93,92,111)
#525162
(82,81,98)
#474655
(71,70,85)
#3C3B48
(60,59,72)
#31303B
(49,48,59)
#26252E
(38,37,46)
#1B1A21
(27,26,33)
#100F14
(16,15,20)
#000000
(0,0,0)

Tints of #7E7D96

#7E7D96
(126,125,150)
#89889F
(137,136,159)
#9493A8
(148,147,168)
#9F9EB1
(159,158,177)
#AAA9BA
(170,169,186)
#B5B4C3
(181,180,195)
#C0BFCC
(192,191,204)
#CBCAD5
(203,202,213)
#D6D5DE
(214,213,222)
#E1E0E7
(225,224,231)
#ECEBF0
(236,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E7D96; }

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

This text font color is #7E7D96.


Background Color

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

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

This div background color is #7E7D96.


Border color

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

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

This div border color is #7E7D96.


Opacity

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

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

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

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

This text has shadow with #7E7D96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E7D96 on black background.


Color preview on white background

This text has color #7E7D96 on white background.



Black color preview on #7E7D96 background

This text has black color on #7E7D96 background.


White color preview on #7E7D96 background

This text has white color on #7E7D96 background.