COLOR #7E83B9

HEX: #7E83B9 RGB: (126,131,185)

Color info

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

RGB color model

#7E83B9 color RGB value is (126,131,185).

RGB: (126,131,185) (49%, 51%, 73%)

RGB channels and saturation

R 126 of 255 = 49%
G 131 of 255 = 51%
B 185 of 255 = 73%

126
131
185

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

Portions of RGB colors in percentages

R + G + B = 126 + 131 + 185 = 442 (100%)
R 126 of 442 ~ 28.51%
G 131 of 442 ~ 29.64%
B 185 of 442 ~ 41.86'%

%28.51
%29.64
%41.86

CMYK color model

#7E83B9 color CMYK value is (32,29,0,27).

  • cyan value is 31.89%
  • magenta value is 29.19%
  • yellow value is 0.00%
  • key color value is 27.45%

CMYK: (32,29,0,27)
C32M29Y0K27 (32%, 29%, 0%, 27%)
(0.32 / 0.29 / 0.00 / 0.27)

CMYK percentages

%31.89
%29.19
%0
%27.45

Codes

Color #7E83B9 in popluar color models

7E 83 B9
RGB 126 131 185
HSL 235° 29.65% 60.98%
HSB/HSV 235° 31.89% 72.55%
CMYK 31.89% 29.19% 0.00%
27.45%

Color #7E83B9 in popluar number systems.

HEX 7E 83 B9
Decimal 126 131 185
Binary 1111110 10000011 10111001
Octal 176 203 271

Shades and tints

Shades of #7E83B9

#7E83B9
(126,131,185)
#7378A9
(115,120,169)
#686D99
(104,109,153)
#5D6289
(93,98,137)
#525779
(82,87,121)
#474C69
(71,76,105)
#3C4159
(60,65,89)
#313649
(49,54,73)
#262B39
(38,43,57)
#1B2029
(27,32,41)
#101519
(16,21,25)
#000000
(0,0,0)

Tints of #7E83B9

#7E83B9
(126,131,185)
#898EBF
(137,142,191)
#9499C5
(148,153,197)
#9FA4CB
(159,164,203)
#AAAFD1
(170,175,209)
#B5BAD7
(181,186,215)
#C0C5DD
(192,197,221)
#CBD0E3
(203,208,227)
#D6DBE9
(214,219,233)
#E1E6EF
(225,230,239)
#ECF1F5
(236,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E83B9; }

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

This text font color is #7E83B9.

Background Color

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

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

This div background color is #7E83B9.

Border color

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

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

This div border color is #7E83B9.

Opacity

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

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

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

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

This text has shadow with #7E83B9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E83B9.

Preview

Color preview on black background

This text has color #7E83B9 on black background.


Color preview on white background

This text has color #7E83B9 on white background.


Black color preview on #7E83B9 background

This text has black color on #7E83B9 background.


White color preview on #7E83B9 background

This text has white color on #7E83B9 background.


Related colors

Complementary color

Complementary color for #hex is #817C46.


I love getcolorcode.com

Triadic colors

1 #B97E83 and #83B97E with #7E83B9 are triadic colors.

2 #B9837E and #837EB9 with #7E83B9 are triadic colors.