COLOR #7E83AB

HEX: #7E83AB
RGB: (126,131,171)

Color info

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

RGB color model

#7E83AB color RGB value is (126,131,171).

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

RGB channels and saturation

R 126 of 255 = 49%
G 131 of 255 = 51%
B 171 of 255 = 67%

126
131
171

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

Portions of RGB colors in percentages

R + G + B =
126 + 131 + 171 = 428 (100%)
R 126 of 428 ~ 29.44%
G 131 of 428 ~ 30.61%
B 171 of 428 ~ 39.95%

%29.44
%30.61
%39.95

CMYK color model

#7E83AB color CMYK value is (26,23,0,33).

  • cyan value is 26.32%
  • magenta value is 23.39%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(26,23,0,33)
C26M23Y0K33 
(26%,23%,0%,33%)
(0.26/0.23/0.00/0.33)	

CMYK percentages

%26.32
%23.39
%0
%32.94

Codes

Color #7E83AB in popluar color models

7E83AB
RGB126131171
HSL233°21.13%58.24%
HSB/HSV233°26.32%67.06%
CMYK26.32%23.39%0.00%
32.94%

Color #7E83AB in popluar number systems.

HEX7E83AB
Decimal126131171
Binary11111101000001110101011
Octal176203253

Shades and tints

Shades of #7E83AB

#7E83AB
(126,131,171)
#73789C
(115,120,156)
#686D8D
(104,109,141)
#5D627E
(93,98,126)
#52576F
(82,87,111)
#474C60
(71,76,96)
#3C4151
(60,65,81)
#313642
(49,54,66)
#262B33
(38,43,51)
#1B2024
(27,32,36)
#101515
(16,21,21)
#000000
(0,0,0)

Tints of #7E83AB

#7E83AB
(126,131,171)
#898EB2
(137,142,178)
#9499B9
(148,153,185)
#9FA4C0
(159,164,192)
#AAAFC7
(170,175,199)
#B5BACE
(181,186,206)
#C0C5D5
(192,197,213)
#CBD0DC
(203,208,220)
#D6DBE3
(214,219,227)
#E1E6EA
(225,230,234)
#ECF1F1
(236,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E83AB; }

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

This text font color is #7E83AB.


Background Color

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

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

This div background color is #7E83AB.


Border color

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

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

This div border color is #7E83AB.


Opacity

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

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

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

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

This text has shadow with #7E83AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E83AB on black background.


Color preview on white background

This text has color #7E83AB on white background.



Black color preview on #7E83AB background

This text has black color on #7E83AB background.


White color preview on #7E83AB background

This text has white color on #7E83AB background.