COLOR #7E9BDE

HEX: #7E9BDE
RGB: (126,155,222)

Color info

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

RGB color model

#7E9BDE color RGB value is (126,155,222).

  • red value is 126;
  • green value is 155;
  • blue value is 222.
RGB:
(126,155,222)
(49%,61%,87%)

RGB channels and saturation

R 126 of 255 = 49%
G 155 of 255 = 61%
B 222 of 255 = 87%

126
155
222

R + G + B ~ 66%. #7E9BDE is quite light color.

Portions of RGB colors in percentages

R + G + B =
126 + 155 + 222 = 503 (100%)
R 126 of 503 ~ 25.05%
G 155 of 503 ~ 30.82%
B 222 of 503 ~ 44.14%

%25.05
%30.82
%44.14

CMYK color model

#7E9BDE color CMYK value is (43,30,0,13).

  • cyan value is 43.24%
  • magenta value is 30.18%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(43,30,0,13)
C43M30Y0K13 
(43%,30%,0%,13%)
(0.43/0.30/0.00/0.13)	

CMYK percentages

%43.24
%30.18
%0
%12.94

Codes

Color #7E9BDE in popluar color models

7E9BDE
RGB126155222
HSL222°59.26%68.24%
HSB/HSV222°43.24%87.06%
CMYK43.24%30.18%0.00%
12.94%

Color #7E9BDE in popluar number systems.

HEX7E9BDE
Decimal126155222
Binary11111101001101111011110
Octal176233336

Shades and tints

Shades of #7E9BDE

#7E9BDE
(126,155,222)
#738DCA
(115,141,202)
#687FB6
(104,127,182)
#5D71A2
(93,113,162)
#52638E
(82,99,142)
#47557A
(71,85,122)
#3C4766
(60,71,102)
#313952
(49,57,82)
#262B3E
(38,43,62)
#1B1D2A
(27,29,42)
#100F16
(16,15,22)
#000000
(0,0,0)

Tints of #7E9BDE

#7E9BDE
(126,155,222)
#89A4E1
(137,164,225)
#94ADE4
(148,173,228)
#9FB6E7
(159,182,231)
#AABFEA
(170,191,234)
#B5C8ED
(181,200,237)
#C0D1F0
(192,209,240)
#CBDAF3
(203,218,243)
#D6E3F6
(214,227,246)
#E1ECF9
(225,236,249)
#ECF5FC
(236,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E9BDE color. Also use rgb(126,155,222) instead hex code.

Text Font Color

.myTextColor { color: #7E9BDE; }

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

This text font color is #7E9BDE.


Background Color

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

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

This div background color is #7E9BDE.


Border color

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

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

This div border color is #7E9BDE.


Opacity

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

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

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

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

This text has shadow with #7E9BDE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E9BDE on black background.


Color preview on white background

This text has color #7E9BDE on white background.



Black color preview on #7E9BDE background

This text has black color on #7E9BDE background.


White color preview on #7E9BDE background

This text has white color on #7E9BDE background.