COLOR #7E8DD7

HEX: #7E8DD7
RGB: (126,141,215)

Renk bilgisi

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

RGB renk modeli

#7E8DD7 color RGB value is (126,141,215).

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

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 141 of 255 = 55%
B 215 of 255 = 84%

126
141
215

R + G + B ~ 63%. #7E8DD7 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 141 + 215 = 482 (100%)
R 126 of 482 ~ 26.14%
G 141 of 482 ~ 29.25%
B 215 of 482 ~ 44.61%

%26.14
%29.25
%44.61

CMYK RENK MODELİ

#7E8DD7 rengi CMYK tonu (41,34,0,16).

  • camgöbeği tonu 41.40%
  • eflatun tonu 34.42%
  • sarı tonu 0.00%
  • ana renk tonu 15.69%
CMYK:
(41,34,0,16)
C41M34Y0K16 
(41%,34%,0%,16%)
(0.41/0.34/0.00/0.16)	

CMYK yüzdeleri

%41.4
%34.42
%0
%15.69

Codes

Color #7E8DD7 in popluar color models

7E8DD7
RGB126141215
HSL230°52.66%66.86%
HSB/HSV230°41.40%84.31%
CMYK41.40%34.42%0.00%
15.69%

Color #7E8DD7 in popluar number systems.

HEX7E8DD7
Decimal126141215
Binary11111101000110111010111
Octal176215327

Shades and tints

Shades of #7E8DD7

#7E8DD7
(126,141,215)
#7381C4
(115,129,196)
#6875B1
(104,117,177)
#5D699E
(93,105,158)
#525D8B
(82,93,139)
#475178
(71,81,120)
#3C4565
(60,69,101)
#313952
(49,57,82)
#262D3F
(38,45,63)
#1B212C
(27,33,44)
#101519
(16,21,25)
#000000
(0,0,0)

Tints of #7E8DD7

#7E8DD7
(126,141,215)
#8997DA
(137,151,218)
#94A1DD
(148,161,221)
#9FABE0
(159,171,224)
#AAB5E3
(170,181,227)
#B5BFE6
(181,191,230)
#C0C9E9
(192,201,233)
#CBD3EC
(203,211,236)
#D6DDEF
(214,221,239)
#E1E7F2
(225,231,242)
#ECF1F5
(236,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E8DD7; }

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

This text font color is #7E8DD7.


Background Color

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

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

This div background color is #7E8DD7.


Border color

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

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

This div border color is #7E8DD7.


Opacity

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

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

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

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

This text has shadow with #7E8DD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E8DD7 on black background.


Color preview on white background

This text has color #7E8DD7 on white background.



Black color preview on #7E8DD7 background

This text has black color on #7E8DD7 background.


White color preview on #7E8DD7 background

This text has white color on #7E8DD7 background.