COLOR #7E9BE9

HEX: #7E9BE9
RGB: (126,155,233)

Color info

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

RGB color model

#7E9BE9 color RGB value is (126,155,233).

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

RGB channels and saturation

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

126
155
233

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

Portions of RGB colors in percentages

R + G + B =
126 + 155 + 233 = 514 (100%)
R 126 of 514 ~ 24.51%
G 155 of 514 ~ 30.16%
B 233 of 514 ~ 45.33%

%24.51
%30.16
%45.33

CMYK color model

#7E9BE9 color CMYK value is (46,33,0,9).

  • cyan value is 45.92%
  • magenta value is 33.48%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(46,33,0,9)
C46M33Y0K9 
(46%,33%,0%,9%)
(0.46/0.33/0.00/0.09)	

CMYK percentages

%45.92
%33.48
%0
%8.63

Codes

Color #7E9BE9 in popluar color models

7E9BE9
RGB126155233
HSL224°70.86%70.39%
HSB/HSV224°45.92%91.37%
CMYK45.92%33.48%0.00%
8.63%

Color #7E9BE9 in popluar number systems.

HEX7E9BE9
Decimal126155233
Binary11111101001101111101001
Octal176233351

Shades and tints

Shades of #7E9BE9

#7E9BE9
(126,155,233)
#738DD4
(115,141,212)
#687FBF
(104,127,191)
#5D71AA
(93,113,170)
#526395
(82,99,149)
#475580
(71,85,128)
#3C476B
(60,71,107)
#313956
(49,57,86)
#262B41
(38,43,65)
#1B1D2C
(27,29,44)
#100F17
(16,15,23)
#000000
(0,0,0)

Tints of #7E9BE9

#7E9BE9
(126,155,233)
#89A4EB
(137,164,235)
#94ADED
(148,173,237)
#9FB6EF
(159,182,239)
#AABFF1
(170,191,241)
#B5C8F3
(181,200,243)
#C0D1F5
(192,209,245)
#CBDAF7
(203,218,247)
#D6E3F9
(214,227,249)
#E1ECFB
(225,236,251)
#ECF5FD
(236,245,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E9BE9; }

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

This text font color is #7E9BE9.


Background Color

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

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

This div background color is #7E9BE9.


Border color

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

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

This div border color is #7E9BE9.


Opacity

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

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

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

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

This text has shadow with #7E9BE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E9BE9 on black background.


Color preview on white background

This text has color #7E9BE9 on white background.



Black color preview on #7E9BE9 background

This text has black color on #7E9BE9 background.


White color preview on #7E9BE9 background

This text has white color on #7E9BE9 background.