COLOR #7E9ECD

HEX: #7E9ECD
RGB: (126,158,205)

Color info

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

RGB color model

#7E9ECD color RGB value is (126,158,205).

  • red value is 126;
  • green value is 158;
  • blue value is 205.
RGB:
(126,158,205)
(49%,62%,80%)

RGB channels and saturation

R 126 of 255 = 49%
G 158 of 255 = 62%
B 205 of 255 = 80%

126
158
205

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

Portions of RGB colors in percentages

R + G + B =
126 + 158 + 205 = 489 (100%)
R 126 of 489 ~ 25.77%
G 158 of 489 ~ 32.31%
B 205 of 489 ~ 41.92%

%25.77
%32.31
%41.92

CMYK color model

#7E9ECD color CMYK value is (39,23,0,20).

  • cyan value is 38.54%
  • magenta value is 22.93%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(39,23,0,20)
C39M23Y0K20 
(39%,23%,0%,20%)
(0.39/0.23/0.00/0.20)	

CMYK percentages

%38.54
%22.93
%0
%19.61

Codes

Color #7E9ECD in popluar color models

7E9ECD
RGB126158205
HSL216°44.13%64.90%
HSB/HSV216°38.54%80.39%
CMYK38.54%22.93%0.00%
19.61%

Color #7E9ECD in popluar number systems.

HEX7E9ECD
Decimal126158205
Binary11111101001111011001101
Octal176236315

Shades and tints

Shades of #7E9ECD

#7E9ECD
(126,158,205)
#7390BB
(115,144,187)
#6882A9
(104,130,169)
#5D7497
(93,116,151)
#526685
(82,102,133)
#475873
(71,88,115)
#3C4A61
(60,74,97)
#313C4F
(49,60,79)
#262E3D
(38,46,61)
#1B202B
(27,32,43)
#101219
(16,18,25)
#000000
(0,0,0)

Tints of #7E9ECD

#7E9ECD
(126,158,205)
#89A6D1
(137,166,209)
#94AED5
(148,174,213)
#9FB6D9
(159,182,217)
#AABEDD
(170,190,221)
#B5C6E1
(181,198,225)
#C0CEE5
(192,206,229)
#CBD6E9
(203,214,233)
#D6DEED
(214,222,237)
#E1E6F1
(225,230,241)
#ECEEF5
(236,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E9ECD color. Also use rgb(126,158,205) instead hex code.

Text Font Color

.myTextColor { color: #7E9ECD; }

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

This text font color is #7E9ECD.


Background Color

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

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

This div background color is #7E9ECD.


Border color

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

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

This div border color is #7E9ECD.


Opacity

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

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

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

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

This text has shadow with #7E9ECD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E9ECD on black background.


Color preview on white background

This text has color #7E9ECD on white background.



Black color preview on #7E9ECD background

This text has black color on #7E9ECD background.


White color preview on #7E9ECD background

This text has white color on #7E9ECD background.