COLOR #7E7D9B

HEX: #7E7D9B
RGB: (126,125,155)

Renk bilgisi

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

RGB renk modeli

#7E7D9B color RGB value is (126,125,155).

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

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 125 of 255 = 49%
B 155 of 255 = 61%

126
125
155

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

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 125 + 155 = 406 (100%)
R 126 of 406 ~ 31.03%
G 125 of 406 ~ 30.79%
B 155 of 406 ~ 38.18%

%31.03
%30.79
%38.18

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%18.71
%19.35
%0
%39.22

Codes

Color #7E7D9B in popluar color models

7E7D9B
RGB126125155
HSL242°13.04%54.90%
HSB/HSV242°19.35%60.78%
CMYK18.71%19.35%0.00%
39.22%

Color #7E7D9B in popluar number systems.

HEX7E7D9B
Decimal126125155
Binary1111110111110110011011
Octal176175233

Shades and tints

Shades of #7E7D9B

#7E7D9B
(126,125,155)
#73728D
(115,114,141)
#68677F
(104,103,127)
#5D5C71
(93,92,113)
#525163
(82,81,99)
#474655
(71,70,85)
#3C3B47
(60,59,71)
#313039
(49,48,57)
#26252B
(38,37,43)
#1B1A1D
(27,26,29)
#100F0F
(16,15,15)
#000000
(0,0,0)

Tints of #7E7D9B

#7E7D9B
(126,125,155)
#8988A4
(137,136,164)
#9493AD
(148,147,173)
#9F9EB6
(159,158,182)
#AAA9BF
(170,169,191)
#B5B4C8
(181,180,200)
#C0BFD1
(192,191,209)
#CBCADA
(203,202,218)
#D6D5E3
(214,213,227)
#E1E0EC
(225,224,236)
#ECEBF5
(236,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E7D9B; }

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

This text font color is #7E7D9B.


Background Color

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

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

This div background color is #7E7D9B.


Border color

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

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

This div border color is #7E7D9B.


Opacity

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

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

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

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

This text has shadow with #7E7D9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E7D9B on black background.


Color preview on white background

This text has color #7E7D9B on white background.



Black color preview on #7E7D9B background

This text has black color on #7E7D9B background.


White color preview on #7E7D9B background

This text has white color on #7E7D9B background.