COLOR #7E8CB3

HEX: #7E8CB3
RGB: (126,140,179)

Renk bilgisi

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

RGB renk modeli

#7E8CB3 color RGB value is (126,140,179).

  • kırmız ton 126;
  • yeşil ton 140;
  • mavi ton 179.
RGB:
(126,140,179)
(49%,55%,70%)

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 140 of 255 = 55%
B 179 of 255 = 70%

126
140
179

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

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 140 + 179 = 445 (100%)
R 126 of 445 ~ 28.31%
G 140 of 445 ~ 31.46%
B 179 of 445 ~ 40.22%

%28.31
%31.46
%40.22

CMYK RENK MODELİ

#7E8CB3 rengi CMYK tonu (30,22,0,30).

  • camgöbeği tonu 29.61%
  • eflatun tonu 21.79%
  • sarı tonu 0.00%
  • ana renk tonu 29.80%
CMYK:
(30,22,0,30)
C30M22Y0K30 
(30%,22%,0%,30%)
(0.30/0.22/0.00/0.30)	

CMYK yüzdeleri

%29.61
%21.79
%0
%29.8

Codes

Color #7E8CB3 in popluar color models

7E8CB3
RGB126140179
HSL224°25.85%59.80%
HSB/HSV224°29.61%70.20%
CMYK29.61%21.79%0.00%
29.80%

Color #7E8CB3 in popluar number systems.

HEX7E8CB3
Decimal126140179
Binary11111101000110010110011
Octal176214263

Shades and tints

Shades of #7E8CB3

#7E8CB3
(126,140,179)
#7380A3
(115,128,163)
#687493
(104,116,147)
#5D6883
(93,104,131)
#525C73
(82,92,115)
#475063
(71,80,99)
#3C4453
(60,68,83)
#313843
(49,56,67)
#262C33
(38,44,51)
#1B2023
(27,32,35)
#101413
(16,20,19)
#000000
(0,0,0)

Tints of #7E8CB3

#7E8CB3
(126,140,179)
#8996B9
(137,150,185)
#94A0BF
(148,160,191)
#9FAAC5
(159,170,197)
#AAB4CB
(170,180,203)
#B5BED1
(181,190,209)
#C0C8D7
(192,200,215)
#CBD2DD
(203,210,221)
#D6DCE3
(214,220,227)
#E1E6E9
(225,230,233)
#ECF0EF
(236,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E8CB3 color. Also use rgb(126,140,179) instead hex code.

Text Font Color

.myTextColor { color: #7E8CB3; }

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

This text font color is #7E8CB3.


Background Color

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

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

This div background color is #7E8CB3.


Border color

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

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

This div border color is #7E8CB3.


Opacity

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

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

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

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

This text has shadow with #7E8CB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E8CB3 on black background.


Color preview on white background

This text has color #7E8CB3 on white background.



Black color preview on #7E8CB3 background

This text has black color on #7E8CB3 background.


White color preview on #7E8CB3 background

This text has white color on #7E8CB3 background.