COLOR #7E9EB6

HEX: #7E9EB6
RGB: (126,158,182)

Color info

#7E9EB6 contains red, green and blue colors in about the same proportion. Web safe color of #7E9EB6 is #6699CC (or #69C).

RGB color model

#7E9EB6 color RGB value is (126,158,182).

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

RGB channels and saturation

R 126 of 255 = 49%
G 158 of 255 = 62%
B 182 of 255 = 71%

126
158
182

R + G + B ~ 61%. #7E9EB6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
126 + 158 + 182 = 466 (100%)
R 126 of 466 ~ 27.04%
G 158 of 466 ~ 33.91%
B 182 of 466 ~ 39.06%

%27.04
%33.91
%39.06

CMYK color model

#7E9EB6 color CMYK value is (31,13,0,29).

  • cyan value is 30.77%
  • magenta value is 13.19%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(31,13,0,29)
C31M13Y0K29 
(31%,13%,0%,29%)
(0.31/0.13/0.00/0.29)	

CMYK percentages

%30.77
%13.19
%0
%28.63

Codes

Color #7E9EB6 in popluar color models

7E9EB6
RGB126158182
HSL206°27.72%60.39%
HSB/HSV206°30.77%71.37%
CMYK30.77%13.19%0.00%
28.63%

Color #7E9EB6 in popluar number systems.

HEX7E9EB6
Decimal126158182
Binary11111101001111010110110
Octal176236266

Shades and tints

Shades of #7E9EB6

#7E9EB6
(126,158,182)
#7390A6
(115,144,166)
#688296
(104,130,150)
#5D7486
(93,116,134)
#526676
(82,102,118)
#475866
(71,88,102)
#3C4A56
(60,74,86)
#313C46
(49,60,70)
#262E36
(38,46,54)
#1B2026
(27,32,38)
#101216
(16,18,22)
#000000
(0,0,0)

Tints of #7E9EB6

#7E9EB6
(126,158,182)
#89A6BC
(137,166,188)
#94AEC2
(148,174,194)
#9FB6C8
(159,182,200)
#AABECE
(170,190,206)
#B5C6D4
(181,198,212)
#C0CEDA
(192,206,218)
#CBD6E0
(203,214,224)
#D6DEE6
(214,222,230)
#E1E6EC
(225,230,236)
#ECEEF2
(236,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E9EB6; }

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

This text font color is #7E9EB6.


Background Color

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

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

This div background color is #7E9EB6.


Border color

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

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

This div border color is #7E9EB6.


Opacity

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

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

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

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

This text has shadow with #7E9EB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E9EB6 on black background.


Color preview on white background

This text has color #7E9EB6 on white background.



Black color preview on #7E9EB6 background

This text has black color on #7E9EB6 background.


White color preview on #7E9EB6 background

This text has white color on #7E9EB6 background.