COLOR #7E8AA3

HEX: #7E8AA3
RGB: (126,138,163)

Color info

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

RGB color model

#7E8AA3 color RGB value is (126,138,163).

  • red value is 126;
  • green value is 138;
  • blue value is 163.
RGB: (126,138,163) (49%,54%,64%)

RGB channels and saturation

R 126 of 255 = 49%
G 138 of 255 = 54%
B 163 of 255 = 64%

126
138
163

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

Portions of RGB colors in percentages

R + G + B =
126 + 138 + 163 = 427 (100%)
R 126 of 427 ~ 29.51%
G 138 of 427 ~ 32.32%
B 163 of 427 ~ 38.17%

%29.51
%32.32
%38.17

CMYK color model

#7E8AA3 color CMYK value is (23,15,0,36).

  • cyan value is 22.70%
  • magenta value is 15.34%
  • yellow value is 0.00%
  • key color value is 36.08%
CMYK: (23,15,0,36) C23M15Y0K36 (23%,15%,0%,36%) (0.23/0.15/0.00/0.36)

CMYK percentages

%22.7
%15.34
%0
%36.08

Codes

Color #7E8AA3 in popluar color models

7E8AA3
RGB126138163
HSL221°16.74%56.67%
HSB/HSV221°22.70%63.92%
CMYK22.70%15.34%0.00%
36.08%

Color #7E8AA3 in popluar number systems.

HEX7E8AA3
Decimal126138163
Binary11111101000101010100011
Octal176212243

Shades and tints

Shades of #7E8AA3

#7E8AA3
(126,138,163)
#737E95
(115,126,149)
#687287
(104,114,135)
#5D6679
(93,102,121)
#525A6B
(82,90,107)
#474E5D
(71,78,93)
#3C424F
(60,66,79)
#313641
(49,54,65)
#262A33
(38,42,51)
#1B1E25
(27,30,37)
#101217
(16,18,23)
#000000
(0,0,0)

Tints of #7E8AA3

#7E8AA3
(126,138,163)
#8994AB
(137,148,171)
#949EB3
(148,158,179)
#9FA8BB
(159,168,187)
#AAB2C3
(170,178,195)
#B5BCCB
(181,188,203)
#C0C6D3
(192,198,211)
#CBD0DB
(203,208,219)
#D6DAE3
(214,218,227)
#E1E4EB
(225,228,235)
#ECEEF3
(236,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E8AA3 color. Also use rgb(126,138,163) instead hex code.

Text Font Color

.myTextColor { color: #7E8AA3; }

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

This text font color is #7E8AA3.


Background Color

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

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

This div background color is #7E8AA3.


Border color

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

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

This div border color is #7E8AA3.


Opacity

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

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

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

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

This text has shadow with #7E8AA3 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #7E8AA3 on black background.


Color preview on white background

This text has color #7E8AA3 on white background.



Black color preview on #7E8AA3 background

This text has black color on #7E8AA3 background.


White color preview on #7E8AA3 background

This text has white color on #7E8AA3 background.