COLOR #7E859B

HEX: #7E859B
RGB: (126,133,155)

Renk bilgisi

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

RGB renk modeli

#7E859B color RGB value is (126,133,155).

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

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 133 of 255 = 52%
B 155 of 255 = 61%

126
133
155

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

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 133 + 155 = 414 (100%)
R 126 of 414 ~ 30.43%
G 133 of 414 ~ 32.13%
B 155 of 414 ~ 37.44%

%30.43
%32.13
%37.44

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%18.71
%14.19
%0
%39.22

Codes

Color #7E859B in popluar color models

7E859B
RGB126133155
HSL226°12.66%55.10%
HSB/HSV226°18.71%60.78%
CMYK18.71%14.19%0.00%
39.22%

Color #7E859B in popluar number systems.

HEX7E859B
Decimal126133155
Binary11111101000010110011011
Octal176205233

Shades and tints

Shades of #7E859B

#7E859B
(126,133,155)
#73798D
(115,121,141)
#686D7F
(104,109,127)
#5D6171
(93,97,113)
#525563
(82,85,99)
#474955
(71,73,85)
#3C3D47
(60,61,71)
#313139
(49,49,57)
#26252B
(38,37,43)
#1B191D
(27,25,29)
#100D0F
(16,13,15)
#000000
(0,0,0)

Tints of #7E859B

#7E859B
(126,133,155)
#8990A4
(137,144,164)
#949BAD
(148,155,173)
#9FA6B6
(159,166,182)
#AAB1BF
(170,177,191)
#B5BCC8
(181,188,200)
#C0C7D1
(192,199,209)
#CBD2DA
(203,210,218)
#D6DDE3
(214,221,227)
#E1E8EC
(225,232,236)
#ECF3F5
(236,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E859B; }

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

This text font color is #7E859B.


Background Color

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

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

This div background color is #7E859B.


Border color

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

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

This div border color is #7E859B.


Opacity

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

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

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

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

This text has shadow with #7E859B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E859B on black background.


Color preview on white background

This text has color #7E859B on white background.



Black color preview on #7E859B background

This text has black color on #7E859B background.


White color preview on #7E859B background

This text has white color on #7E859B background.