COLOR #7E7887

HEX: #7E7887
RGB: (126,120,135)

Renk bilgisi

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

RGB renk modeli

#7E7887 color RGB value is (126,120,135).

  • kırmız ton 126;
  • yeşil ton 120;
  • mavi ton 135.
RGB:
(126,120,135)
(49%,47%,53%)

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 120 of 255 = 47%
B 135 of 255 = 53%

126
120
135

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

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 120 + 135 = 381 (100%)
R 126 of 381 ~ 33.07%
G 120 of 381 ~ 31.5%
B 135 of 381 ~ 35.43%

%33.07
%31.5
%35.43

CMYK RENK MODELİ

#7E7887 rengi CMYK tonu (7,11,0,47).

  • camgöbeği tonu 6.67%
  • eflatun tonu 11.11%
  • sarı tonu 0.00%
  • ana renk tonu 47.06%
CMYK:
(7,11,0,47)
C7M11Y0K47 
(7%,11%,0%,47%)
(0.07/0.11/0.00/0.47)	

CMYK yüzdeleri

%6.67
%11.11
%0
%47.06

Codes

Color #7E7887 in popluar color models

7E7887
RGB126120135
HSL264°5.88%50.00%
HSB/HSV264°11.11%52.94%
CMYK6.67%11.11%0.00%
47.06%

Color #7E7887 in popluar number systems.

HEX7E7887
Decimal126120135
Binary1111110111100010000111
Octal176170207

Shades and tints

Shades of #7E7887

#7E7887
(126,120,135)
#736E7B
(115,110,123)
#68646F
(104,100,111)
#5D5A63
(93,90,99)
#525057
(82,80,87)
#47464B
(71,70,75)
#3C3C3F
(60,60,63)
#313233
(49,50,51)
#262827
(38,40,39)
#1B1E1B
(27,30,27)
#10140F
(16,20,15)
#000000
(0,0,0)

Tints of #7E7887

#7E7887
(126,120,135)
#898491
(137,132,145)
#94909B
(148,144,155)
#9F9CA5
(159,156,165)
#AAA8AF
(170,168,175)
#B5B4B9
(181,180,185)
#C0C0C3
(192,192,195)
#CBCCCD
(203,204,205)
#D6D8D7
(214,216,215)
#E1E4E1
(225,228,225)
#ECF0EB
(236,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E7887 color. Also use rgb(126,120,135) instead hex code.

Text Font Color

.myTextColor { color: #7E7887; }

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

This text font color is #7E7887.


Background Color

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

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

This div background color is #7E7887.


Border color

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

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

This div border color is #7E7887.


Opacity

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

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

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

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

This text has shadow with #7E7887 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E7887 on black background.


Color preview on white background

This text has color #7E7887 on white background.



Black color preview on #7E7887 background

This text has black color on #7E7887 background.


White color preview on #7E7887 background

This text has white color on #7E7887 background.