COLOR #7E8CAB

HEX: #7E8CAB
RGB: (126,140,171)

Color info

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

RGB color model

#7E8CAB color RGB value is (126,140,171).

  • red value is 126;
  • green value is 140;
  • blue value is 171.
RGB:
(126,140,171)
(49%,55%,67%)

RGB channels and saturation

R 126 of 255 = 49%
G 140 of 255 = 55%
B 171 of 255 = 67%

126
140
171

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

Portions of RGB colors in percentages

R + G + B =
126 + 140 + 171 = 437 (100%)
R 126 of 437 ~ 28.83%
G 140 of 437 ~ 32.04%
B 171 of 437 ~ 39.13%

%28.83
%32.04
%39.13

CMYK color model

#7E8CAB color CMYK value is (26,18,0,33).

  • cyan value is 26.32%
  • magenta value is 18.13%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(26,18,0,33)
C26M18Y0K33 
(26%,18%,0%,33%)
(0.26/0.18/0.00/0.33)	

CMYK percentages

%26.32
%18.13
%0
%32.94

Codes

Color #7E8CAB in popluar color models

7E8CAB
RGB126140171
HSL221°21.13%58.24%
HSB/HSV221°26.32%67.06%
CMYK26.32%18.13%0.00%
32.94%

Color #7E8CAB in popluar number systems.

HEX7E8CAB
Decimal126140171
Binary11111101000110010101011
Octal176214253

Shades and tints

Shades of #7E8CAB

#7E8CAB
(126,140,171)
#73809C
(115,128,156)
#68748D
(104,116,141)
#5D687E
(93,104,126)
#525C6F
(82,92,111)
#475060
(71,80,96)
#3C4451
(60,68,81)
#313842
(49,56,66)
#262C33
(38,44,51)
#1B2024
(27,32,36)
#101415
(16,20,21)
#000000
(0,0,0)

Tints of #7E8CAB

#7E8CAB
(126,140,171)
#8996B2
(137,150,178)
#94A0B9
(148,160,185)
#9FAAC0
(159,170,192)
#AAB4C7
(170,180,199)
#B5BECE
(181,190,206)
#C0C8D5
(192,200,213)
#CBD2DC
(203,210,220)
#D6DCE3
(214,220,227)
#E1E6EA
(225,230,234)
#ECF0F1
(236,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E8CAB color. Also use rgb(126,140,171) instead hex code.

Text Font Color

.myTextColor { color: #7E8CAB; }

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

This text font color is #7E8CAB.


Background Color

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

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

This div background color is #7E8CAB.


Border color

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

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

This div border color is #7E8CAB.


Opacity

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

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

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

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

This text has shadow with #7E8CAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E8CAB on black background.


Color preview on white background

This text has color #7E8CAB on white background.



Black color preview on #7E8CAB background

This text has black color on #7E8CAB background.


White color preview on #7E8CAB background

This text has white color on #7E8CAB background.