COLOR #7E9CB1

HEX: #7E9CB1
RGB: (126,156,177)

Color info

#7E9CB1 contains red, green and blue colors in about the same proportion. Web safe color of #7E9CB1 is #669999 (or #699).

RGB color model

#7E9CB1 color RGB value is (126,156,177).

  • red value is 126;
  • green value is 156;
  • blue value is 177.
RGB:
(126,156,177)
(49%,61%,69%)

RGB channels and saturation

R 126 of 255 = 49%
G 156 of 255 = 61%
B 177 of 255 = 69%

126
156
177

R + G + B ~ 60%. #7E9CB1 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
126 + 156 + 177 = 459 (100%)
R 126 of 459 ~ 27.45%
G 156 of 459 ~ 33.99%
B 177 of 459 ~ 38.56%

%27.45
%33.99
%38.56

CMYK color model

#7E9CB1 color CMYK value is (29,12,0,31).

  • cyan value is 28.81%
  • magenta value is 11.86%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(29,12,0,31)
C29M12Y0K31 
(29%,12%,0%,31%)
(0.29/0.12/0.00/0.31)	

CMYK percentages

%28.81
%11.86
%0
%30.59

Codes

Color #7E9CB1 in popluar color models

7E9CB1
RGB126156177
HSL205°24.64%59.41%
HSB/HSV205°28.81%69.41%
CMYK28.81%11.86%0.00%
30.59%

Color #7E9CB1 in popluar number systems.

HEX7E9CB1
Decimal126156177
Binary11111101001110010110001
Octal176234261

Shades and tints

Shades of #7E9CB1

#7E9CB1
(126,156,177)
#738EA1
(115,142,161)
#688091
(104,128,145)
#5D7281
(93,114,129)
#526471
(82,100,113)
#475661
(71,86,97)
#3C4851
(60,72,81)
#313A41
(49,58,65)
#262C31
(38,44,49)
#1B1E21
(27,30,33)
#101011
(16,16,17)
#000000
(0,0,0)

Tints of #7E9CB1

#7E9CB1
(126,156,177)
#89A5B8
(137,165,184)
#94AEBF
(148,174,191)
#9FB7C6
(159,183,198)
#AAC0CD
(170,192,205)
#B5C9D4
(181,201,212)
#C0D2DB
(192,210,219)
#CBDBE2
(203,219,226)
#D6E4E9
(214,228,233)
#E1EDF0
(225,237,240)
#ECF6F7
(236,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E9CB1 color. Also use rgb(126,156,177) instead hex code.

Text Font Color

.myTextColor { color: #7E9CB1; }

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

This text font color is #7E9CB1.


Background Color

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

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

This div background color is #7E9CB1.


Border color

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

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

This div border color is #7E9CB1.


Opacity

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

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

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

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

This text has shadow with #7E9CB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E9CB1 on black background.


Color preview on white background

This text has color #7E9CB1 on white background.



Black color preview on #7E9CB1 background

This text has black color on #7E9CB1 background.


White color preview on #7E9CB1 background

This text has white color on #7E9CB1 background.