COLOR #7E9BD1

HEX: #7E9BD1
RGB: (126,155,209)

Color info

#7E9BD1 contains mainly green and blue colors. Web safe color of #7E9BD1 is #6699CC (or #69C).

RGB color model

#7E9BD1 color RGB value is (126,155,209).

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

RGB channels and saturation

R 126 of 255 = 49%
G 155 of 255 = 61%
B 209 of 255 = 82%

126
155
209

R + G + B ~ 64%. #7E9BD1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
126 + 155 + 209 = 490 (100%)
R 126 of 490 ~ 25.71%
G 155 of 490 ~ 31.63%
B 209 of 490 ~ 42.65%

%25.71
%31.63
%42.65

CMYK color model

#7E9BD1 color CMYK value is (40,26,0,18).

  • cyan value is 39.71%
  • magenta value is 25.84%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(40,26,0,18)
C40M26Y0K18 
(40%,26%,0%,18%)
(0.40/0.26/0.00/0.18)	

CMYK percentages

%39.71
%25.84
%0
%18.04

Codes

Color #7E9BD1 in popluar color models

7E9BD1
RGB126155209
HSL219°47.43%65.69%
HSB/HSV219°39.71%81.96%
CMYK39.71%25.84%0.00%
18.04%

Color #7E9BD1 in popluar number systems.

HEX7E9BD1
Decimal126155209
Binary11111101001101111010001
Octal176233321

Shades and tints

Shades of #7E9BD1

#7E9BD1
(126,155,209)
#738DBE
(115,141,190)
#687FAB
(104,127,171)
#5D7198
(93,113,152)
#526385
(82,99,133)
#475572
(71,85,114)
#3C475F
(60,71,95)
#31394C
(49,57,76)
#262B39
(38,43,57)
#1B1D26
(27,29,38)
#100F13
(16,15,19)
#000000
(0,0,0)

Tints of #7E9BD1

#7E9BD1
(126,155,209)
#89A4D5
(137,164,213)
#94ADD9
(148,173,217)
#9FB6DD
(159,182,221)
#AABFE1
(170,191,225)
#B5C8E5
(181,200,229)
#C0D1E9
(192,209,233)
#CBDAED
(203,218,237)
#D6E3F1
(214,227,241)
#E1ECF5
(225,236,245)
#ECF5F9
(236,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E9BD1; }

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

This text font color is #7E9BD1.


Background Color

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

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

This div background color is #7E9BD1.


Border color

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

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

This div border color is #7E9BD1.


Opacity

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

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

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

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

This text has shadow with #7E9BD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E9BD1 on black background.


Color preview on white background

This text has color #7E9BD1 on white background.



Black color preview on #7E9BD1 background

This text has black color on #7E9BD1 background.


White color preview on #7E9BD1 background

This text has white color on #7E9BD1 background.