COLOR #7E87D6

HEX: #7E87D6
RGB: (126,135,214)

Renk bilgisi

#7E87D6 contains mainly blue color. #7E87D6 ‘ nin web güvenlik rengi #6699CC (ya da #69C) dir.

RGB renk modeli

#7E87D6 color RGB value is (126,135,214).

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

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 135 of 255 = 53%
B 214 of 255 = 84%

126
135
214

R + G + B ~ 62%. #7E87D6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 135 + 214 = 475 (100%)
R 126 of 475 ~ 26.53%
G 135 of 475 ~ 28.42%
B 214 of 475 ~ 45.05%

%26.53
%28.42
%45.05

CMYK RENK MODELİ

#7E87D6 rengi CMYK tonu (41,37,0,16).

  • camgöbeği tonu 41.12%
  • eflatun tonu 36.92%
  • sarı tonu 0.00%
  • ana renk tonu 16.08%
CMYK:
(41,37,0,16)
C41M37Y0K16 
(41%,37%,0%,16%)
(0.41/0.37/0.00/0.16)	

CMYK yüzdeleri

%41.12
%36.92
%0
%16.08

Codes

Color #7E87D6 in popluar color models

7E87D6
RGB126135214
HSL234°51.76%66.67%
HSB/HSV234°41.12%83.92%
CMYK41.12%36.92%0.00%
16.08%

Color #7E87D6 in popluar number systems.

HEX7E87D6
Decimal126135214
Binary11111101000011111010110
Octal176207326

Shades and tints

Shades of #7E87D6

#7E87D6
(126,135,214)
#737BC3
(115,123,195)
#686FB0
(104,111,176)
#5D639D
(93,99,157)
#52578A
(82,87,138)
#474B77
(71,75,119)
#3C3F64
(60,63,100)
#313351
(49,51,81)
#26273E
(38,39,62)
#1B1B2B
(27,27,43)
#100F18
(16,15,24)
#000000
(0,0,0)

Tints of #7E87D6

#7E87D6
(126,135,214)
#8991D9
(137,145,217)
#949BDC
(148,155,220)
#9FA5DF
(159,165,223)
#AAAFE2
(170,175,226)
#B5B9E5
(181,185,229)
#C0C3E8
(192,195,232)
#CBCDEB
(203,205,235)
#D6D7EE
(214,215,238)
#E1E1F1
(225,225,241)
#ECEBF4
(236,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E87D6; }

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

This text font color is #7E87D6.


Background Color

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

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

This div background color is #7E87D6.


Border color

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

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

This div border color is #7E87D6.


Opacity

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

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

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

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

This text has shadow with #7E87D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E87D6 on black background.


Color preview on white background

This text has color #7E87D6 on white background.



Black color preview on #7E87D6 background

This text has black color on #7E87D6 background.


White color preview on #7E87D6 background

This text has white color on #7E87D6 background.