COLOR #7E84D7

HEX: #7E84D7
RGB: (126,132,215)

Renk bilgisi

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

RGB renk modeli

#7E84D7 color RGB value is (126,132,215).

  • kırmız ton 126;
  • yeşil ton 132;
  • mavi ton 215.
RGB:
(126,132,215)
(49%,52%,84%)

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 132 of 255 = 52%
B 215 of 255 = 84%

126
132
215

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

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 132 + 215 = 473 (100%)
R 126 of 473 ~ 26.64%
G 132 of 473 ~ 27.91%
B 215 of 473 ~ 45.45%

%26.64
%27.91
%45.45

CMYK RENK MODELİ

#7E84D7 rengi CMYK tonu (41,39,0,16).

  • camgöbeği tonu 41.40%
  • eflatun tonu 38.60%
  • sarı tonu 0.00%
  • ana renk tonu 15.69%
CMYK:
(41,39,0,16)
C41M39Y0K16 
(41%,39%,0%,16%)
(0.41/0.39/0.00/0.16)	

CMYK yüzdeleri

%41.4
%38.6
%0
%15.69

Codes

Color #7E84D7 in popluar color models

7E84D7
RGB126132215
HSL236°52.66%66.86%
HSB/HSV236°41.40%84.31%
CMYK41.40%38.60%0.00%
15.69%

Color #7E84D7 in popluar number systems.

HEX7E84D7
Decimal126132215
Binary11111101000010011010111
Octal176204327

Shades and tints

Shades of #7E84D7

#7E84D7
(126,132,215)
#7378C4
(115,120,196)
#686CB1
(104,108,177)
#5D609E
(93,96,158)
#52548B
(82,84,139)
#474878
(71,72,120)
#3C3C65
(60,60,101)
#313052
(49,48,82)
#26243F
(38,36,63)
#1B182C
(27,24,44)
#100C19
(16,12,25)
#000000
(0,0,0)

Tints of #7E84D7

#7E84D7
(126,132,215)
#898FDA
(137,143,218)
#949ADD
(148,154,221)
#9FA5E0
(159,165,224)
#AAB0E3
(170,176,227)
#B5BBE6
(181,187,230)
#C0C6E9
(192,198,233)
#CBD1EC
(203,209,236)
#D6DCEF
(214,220,239)
#E1E7F2
(225,231,242)
#ECF2F5
(236,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E84D7 color. Also use rgb(126,132,215) instead hex code.

Text Font Color

.myTextColor { color: #7E84D7; }

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

This text font color is #7E84D7.


Background Color

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

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

This div background color is #7E84D7.


Border color

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

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

This div border color is #7E84D7.


Opacity

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

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

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

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

This text has shadow with #7E84D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E84D7 on black background.


Color preview on white background

This text has color #7E84D7 on white background.



Black color preview on #7E84D7 background

This text has black color on #7E84D7 background.


White color preview on #7E84D7 background

This text has white color on #7E84D7 background.