COLOR #7E8BB1

HEX: #7E8BB1
RGB: (126,139,177)

Renk bilgisi

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

RGB renk modeli

#7E8BB1 color RGB value is (126,139,177).

  • kırmız ton 126;
  • yeşil ton 139;
  • mavi ton 177.
RGB:
(126,139,177)
(49%,55%,69%)

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 139 of 255 = 55%
B 177 of 255 = 69%

126
139
177

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

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 139 + 177 = 442 (100%)
R 126 of 442 ~ 28.51%
G 139 of 442 ~ 31.45%
B 177 of 442 ~ 40.05%

%28.51
%31.45
%40.05

CMYK RENK MODELİ

#7E8BB1 rengi CMYK tonu (29,21,0,31).

  • camgöbeği tonu 28.81%
  • eflatun tonu 21.47%
  • sarı tonu 0.00%
  • ana renk tonu 30.59%
CMYK:
(29,21,0,31)
C29M21Y0K31 
(29%,21%,0%,31%)
(0.29/0.21/0.00/0.31)	

CMYK yüzdeleri

%28.81
%21.47
%0
%30.59

Codes

Color #7E8BB1 in popluar color models

7E8BB1
RGB126139177
HSL225°24.64%59.41%
HSB/HSV225°28.81%69.41%
CMYK28.81%21.47%0.00%
30.59%

Color #7E8BB1 in popluar number systems.

HEX7E8BB1
Decimal126139177
Binary11111101000101110110001
Octal176213261

Shades and tints

Shades of #7E8BB1

#7E8BB1
(126,139,177)
#737FA1
(115,127,161)
#687391
(104,115,145)
#5D6781
(93,103,129)
#525B71
(82,91,113)
#474F61
(71,79,97)
#3C4351
(60,67,81)
#313741
(49,55,65)
#262B31
(38,43,49)
#1B1F21
(27,31,33)
#101311
(16,19,17)
#000000
(0,0,0)

Tints of #7E8BB1

#7E8BB1
(126,139,177)
#8995B8
(137,149,184)
#949FBF
(148,159,191)
#9FA9C6
(159,169,198)
#AAB3CD
(170,179,205)
#B5BDD4
(181,189,212)
#C0C7DB
(192,199,219)
#CBD1E2
(203,209,226)
#D6DBE9
(214,219,233)
#E1E5F0
(225,229,240)
#ECEFF7
(236,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E8BB1 color. Also use rgb(126,139,177) instead hex code.

Text Font Color

.myTextColor { color: #7E8BB1; }

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

This text font color is #7E8BB1.


Background Color

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

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

This div background color is #7E8BB1.


Border color

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

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

This div border color is #7E8BB1.


Opacity

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

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

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

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

This text has shadow with #7E8BB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E8BB1 on black background.


Color preview on white background

This text has color #7E8BB1 on white background.



Black color preview on #7E8BB1 background

This text has black color on #7E8BB1 background.


White color preview on #7E8BB1 background

This text has white color on #7E8BB1 background.