COLOR #7E9DCB

HEX: #7E9DCB
RGB: (126,157,203)

Color info

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

RGB color model

#7E9DCB color RGB value is (126,157,203).

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

RGB channels and saturation

R 126 of 255 = 49%
G 157 of 255 = 62%
B 203 of 255 = 80%

126
157
203

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

Portions of RGB colors in percentages

R + G + B =
126 + 157 + 203 = 486 (100%)
R 126 of 486 ~ 25.93%
G 157 of 486 ~ 32.3%
B 203 of 486 ~ 41.77%

%25.93
%32.3
%41.77

CMYK color model

#7E9DCB color CMYK value is (38,23,0,20).

  • cyan value is 37.93%
  • magenta value is 22.66%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(38,23,0,20)
C38M23Y0K20 
(38%,23%,0%,20%)
(0.38/0.23/0.00/0.20)	

CMYK percentages

%37.93
%22.66
%0
%20.39

Codes

Color #7E9DCB in popluar color models

7E9DCB
RGB126157203
HSL216°42.54%64.51%
HSB/HSV216°37.93%79.61%
CMYK37.93%22.66%0.00%
20.39%

Color #7E9DCB in popluar number systems.

HEX7E9DCB
Decimal126157203
Binary11111101001110111001011
Octal176235313

Shades and tints

Shades of #7E9DCB

#7E9DCB
(126,157,203)
#738FB9
(115,143,185)
#6881A7
(104,129,167)
#5D7395
(93,115,149)
#526583
(82,101,131)
#475771
(71,87,113)
#3C495F
(60,73,95)
#313B4D
(49,59,77)
#262D3B
(38,45,59)
#1B1F29
(27,31,41)
#101117
(16,17,23)
#000000
(0,0,0)

Tints of #7E9DCB

#7E9DCB
(126,157,203)
#89A5CF
(137,165,207)
#94ADD3
(148,173,211)
#9FB5D7
(159,181,215)
#AABDDB
(170,189,219)
#B5C5DF
(181,197,223)
#C0CDE3
(192,205,227)
#CBD5E7
(203,213,231)
#D6DDEB
(214,221,235)
#E1E5EF
(225,229,239)
#ECEDF3
(236,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E9DCB color. Also use rgb(126,157,203) instead hex code.

Text Font Color

.myTextColor { color: #7E9DCB; }

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

This text font color is #7E9DCB.


Background Color

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

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

This div background color is #7E9DCB.


Border color

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

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

This div border color is #7E9DCB.


Opacity

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

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

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

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

This text has shadow with #7E9DCB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E9DCB on black background.


Color preview on white background

This text has color #7E9DCB on white background.



Black color preview on #7E9DCB background

This text has black color on #7E9DCB background.


White color preview on #7E9DCB background

This text has white color on #7E9DCB background.