COLOR #7E9BE7

HEX: #7E9BE7
RGB: (126,155,231)

Color info

#7E9BE7 contains mainly blue color. Web safe color of #7E9BE7 is #6699FF (or #69F).

RGB color model

#7E9BE7 color RGB value is (126,155,231).

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

RGB channels and saturation

R 126 of 255 = 49%
G 155 of 255 = 61%
B 231 of 255 = 91%

126
155
231

R + G + B ~ 67%. #7E9BE7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
126 + 155 + 231 = 512 (100%)
R 126 of 512 ~ 24.61%
G 155 of 512 ~ 30.27%
B 231 of 512 ~ 45.12%

%24.61
%30.27
%45.12

CMYK color model

#7E9BE7 color CMYK value is (45,33,0,9).

  • cyan value is 45.45%
  • magenta value is 32.90%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(45,33,0,9)
C45M33Y0K9 
(45%,33%,0%,9%)
(0.45/0.33/0.00/0.09)	

CMYK percentages

%45.45
%32.9
%0
%9.41

Codes

Color #7E9BE7 in popluar color models

7E9BE7
RGB126155231
HSL223°68.63%70.00%
HSB/HSV223°45.45%90.59%
CMYK45.45%32.90%0.00%
9.41%

Color #7E9BE7 in popluar number systems.

HEX7E9BE7
Decimal126155231
Binary11111101001101111100111
Octal176233347

Shades and tints

Shades of #7E9BE7

#7E9BE7
(126,155,231)
#738DD2
(115,141,210)
#687FBD
(104,127,189)
#5D71A8
(93,113,168)
#526393
(82,99,147)
#47557E
(71,85,126)
#3C4769
(60,71,105)
#313954
(49,57,84)
#262B3F
(38,43,63)
#1B1D2A
(27,29,42)
#100F15
(16,15,21)
#000000
(0,0,0)

Tints of #7E9BE7

#7E9BE7
(126,155,231)
#89A4E9
(137,164,233)
#94ADEB
(148,173,235)
#9FB6ED
(159,182,237)
#AABFEF
(170,191,239)
#B5C8F1
(181,200,241)
#C0D1F3
(192,209,243)
#CBDAF5
(203,218,245)
#D6E3F7
(214,227,247)
#E1ECF9
(225,236,249)
#ECF5FB
(236,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E9BE7; }

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

This text font color is #7E9BE7.


Background Color

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

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

This div background color is #7E9BE7.


Border color

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

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

This div border color is #7E9BE7.


Opacity

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

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

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

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

This text has shadow with #7E9BE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E9BE7 on black background.


Color preview on white background

This text has color #7E9BE7 on white background.



Black color preview on #7E9BE7 background

This text has black color on #7E9BE7 background.


White color preview on #7E9BE7 background

This text has white color on #7E9BE7 background.