COLOR #7E81D8

HEX: #7E81D8
RGB: (126,129,216)

Renk bilgisi

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

RGB renk modeli

#7E81D8 color RGB value is (126,129,216).

  • kırmız ton 126;
  • yeşil ton 129;
  • mavi ton 216.
RGB:
(126,129,216)
(49%,51%,85%)

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 129 of 255 = 51%
B 216 of 255 = 85%

126
129
216

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

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 129 + 216 = 471 (100%)
R 126 of 471 ~ 26.75%
G 129 of 471 ~ 27.39%
B 216 of 471 ~ 45.86%

%26.75
%27.39
%45.86

CMYK RENK MODELİ

#7E81D8 rengi CMYK tonu (42,40,0,15).

  • camgöbeği tonu 41.67%
  • eflatun tonu 40.28%
  • sarı tonu 0.00%
  • ana renk tonu 15.29%
CMYK:
(42,40,0,15)
C42M40Y0K15 
(42%,40%,0%,15%)
(0.42/0.40/0.00/0.15)	

CMYK yüzdeleri

%41.67
%40.28
%0
%15.29

Codes

Color #7E81D8 in popluar color models

7E81D8
RGB126129216
HSL238°53.57%67.06%
HSB/HSV238°41.67%84.71%
CMYK41.67%40.28%0.00%
15.29%

Color #7E81D8 in popluar number systems.

HEX7E81D8
Decimal126129216
Binary11111101000000111011000
Octal176201330

Shades and tints

Shades of #7E81D8

#7E81D8
(126,129,216)
#7376C5
(115,118,197)
#686BB2
(104,107,178)
#5D609F
(93,96,159)
#52558C
(82,85,140)
#474A79
(71,74,121)
#3C3F66
(60,63,102)
#313453
(49,52,83)
#262940
(38,41,64)
#1B1E2D
(27,30,45)
#10131A
(16,19,26)
#000000
(0,0,0)

Tints of #7E81D8

#7E81D8
(126,129,216)
#898CDB
(137,140,219)
#9497DE
(148,151,222)
#9FA2E1
(159,162,225)
#AAADE4
(170,173,228)
#B5B8E7
(181,184,231)
#C0C3EA
(192,195,234)
#CBCEED
(203,206,237)
#D6D9F0
(214,217,240)
#E1E4F3
(225,228,243)
#ECEFF6
(236,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E81D8 color. Also use rgb(126,129,216) instead hex code.

Text Font Color

.myTextColor { color: #7E81D8; }

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

This text font color is #7E81D8.


Background Color

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

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

This div background color is #7E81D8.


Border color

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

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

This div border color is #7E81D8.


Opacity

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

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

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

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

This text has shadow with #7E81D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E81D8 on black background.


Color preview on white background

This text has color #7E81D8 on white background.



Black color preview on #7E81D8 background

This text has black color on #7E81D8 background.


White color preview on #7E81D8 background

This text has white color on #7E81D8 background.