COLOR #7E91D0

HEX: #7E91D0
RGB: (126,145,208)

Color info

#7E91D0 contains mainly blue color. Web safe color of #7E91D0 is #6699CC (or #69C).

RGB color model

#7E91D0 color RGB value is (126,145,208).

  • red value is 126;
  • green value is 145;
  • blue value is 208.
RGB:
(126,145,208)
(49%,57%,82%)

RGB channels and saturation

R 126 of 255 = 49%
G 145 of 255 = 57%
B 208 of 255 = 82%

126
145
208

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

Portions of RGB colors in percentages

R + G + B =
126 + 145 + 208 = 479 (100%)
R 126 of 479 ~ 26.3%
G 145 of 479 ~ 30.27%
B 208 of 479 ~ 43.42%

%26.3
%30.27
%43.42

CMYK color model

#7E91D0 color CMYK value is (39,30,0,18).

  • cyan value is 39.42%
  • magenta value is 30.29%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(39,30,0,18)
C39M30Y0K18 
(39%,30%,0%,18%)
(0.39/0.30/0.00/0.18)	

CMYK percentages

%39.42
%30.29
%0
%18.43

Codes

Color #7E91D0 in popluar color models

7E91D0
RGB126145208
HSL226°46.59%65.49%
HSB/HSV226°39.42%81.57%
CMYK39.42%30.29%0.00%
18.43%

Color #7E91D0 in popluar number systems.

HEX7E91D0
Decimal126145208
Binary11111101001000111010000
Octal176221320

Shades and tints

Shades of #7E91D0

#7E91D0
(126,145,208)
#7384BE
(115,132,190)
#6877AC
(104,119,172)
#5D6A9A
(93,106,154)
#525D88
(82,93,136)
#475076
(71,80,118)
#3C4364
(60,67,100)
#313652
(49,54,82)
#262940
(38,41,64)
#1B1C2E
(27,28,46)
#100F1C
(16,15,28)
#000000
(0,0,0)

Tints of #7E91D0

#7E91D0
(126,145,208)
#899BD4
(137,155,212)
#94A5D8
(148,165,216)
#9FAFDC
(159,175,220)
#AAB9E0
(170,185,224)
#B5C3E4
(181,195,228)
#C0CDE8
(192,205,232)
#CBD7EC
(203,215,236)
#D6E1F0
(214,225,240)
#E1EBF4
(225,235,244)
#ECF5F8
(236,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E91D0 color. Also use rgb(126,145,208) instead hex code.

Text Font Color

.myTextColor { color: #7E91D0; }

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

This text font color is #7E91D0.


Background Color

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

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

This div background color is #7E91D0.


Border color

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

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

This div border color is #7E91D0.


Opacity

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

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

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

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

This text has shadow with #7E91D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E91D0 on black background.


Color preview on white background

This text has color #7E91D0 on white background.



Black color preview on #7E91D0 background

This text has black color on #7E91D0 background.


White color preview on #7E91D0 background

This text has white color on #7E91D0 background.