COLOR #7E87B7

HEX: #7E87B7
RGB: (126,135,183)

Renk bilgisi

#7E87B7 contains red, green and blue colors in about the same proportion. #7E87B7 ‘ nin web güvenlik rengi #6699CC (ya da #69C) dir.

RGB renk modeli

#7E87B7 color RGB value is (126,135,183).

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

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 135 of 255 = 53%
B 183 of 255 = 72%

126
135
183

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

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 135 + 183 = 444 (100%)
R 126 of 444 ~ 28.38%
G 135 of 444 ~ 30.41%
B 183 of 444 ~ 41.22%

%28.38
%30.41
%41.22

CMYK RENK MODELİ

#7E87B7 rengi CMYK tonu (31,26,0,28).

  • camgöbeği tonu 31.15%
  • eflatun tonu 26.23%
  • sarı tonu 0.00%
  • ana renk tonu 28.24%
CMYK:
(31,26,0,28)
C31M26Y0K28 
(31%,26%,0%,28%)
(0.31/0.26/0.00/0.28)	

CMYK yüzdeleri

%31.15
%26.23
%0
%28.24

Codes

Color #7E87B7 in popluar color models

7E87B7
RGB126135183
HSL231°28.36%60.59%
HSB/HSV231°31.15%71.76%
CMYK31.15%26.23%0.00%
28.24%

Color #7E87B7 in popluar number systems.

HEX7E87B7
Decimal126135183
Binary11111101000011110110111
Octal176207267

Shades and tints

Shades of #7E87B7

#7E87B7
(126,135,183)
#737BA7
(115,123,167)
#686F97
(104,111,151)
#5D6387
(93,99,135)
#525777
(82,87,119)
#474B67
(71,75,103)
#3C3F57
(60,63,87)
#313347
(49,51,71)
#262737
(38,39,55)
#1B1B27
(27,27,39)
#100F17
(16,15,23)
#000000
(0,0,0)

Tints of #7E87B7

#7E87B7
(126,135,183)
#8991BD
(137,145,189)
#949BC3
(148,155,195)
#9FA5C9
(159,165,201)
#AAAFCF
(170,175,207)
#B5B9D5
(181,185,213)
#C0C3DB
(192,195,219)
#CBCDE1
(203,205,225)
#D6D7E7
(214,215,231)
#E1E1ED
(225,225,237)
#ECEBF3
(236,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E87B7; }

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

This text font color is #7E87B7.


Background Color

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

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

This div background color is #7E87B7.


Border color

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

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

This div border color is #7E87B7.


Opacity

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

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

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

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

This text has shadow with #7E87B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E87B7 on black background.


Color preview on white background

This text has color #7E87B7 on white background.



Black color preview on #7E87B7 background

This text has black color on #7E87B7 background.


White color preview on #7E87B7 background

This text has white color on #7E87B7 background.