COLOR #7E91B7

HEX: #7E91B7 RGB: (126,145,183)

Color info

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

RGB color model

#7E91B7 color RGB value is (126,145,183).

RGB: (126,145,183) (49%, 57%, 72%)

RGB channels and saturation

R 126 of 255 = 49%
G 145 of 255 = 57%
B 183 of 255 = 72%

126
145
183

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

Portions of RGB colors in percentages

R + G + B = 126 + 145 + 183 = 454 (100%)
R 126 of 454 ~ 27.75%
G 145 of 454 ~ 31.94%
B 183 of 454 ~ 40.31'%

%27.75
%31.94
%40.31

CMYK color model

#7E91B7 color CMYK value is (31,21,0,28).

  • cyan value is 31.15%
  • magenta value is 20.77%
  • yellow value is 0.00%
  • key color value is 28.24%

CMYK: (31,21,0,28)
C31M21Y0K28 (31%, 21%, 0%, 28%)
(0.31 / 0.21 / 0.00 / 0.28)

CMYK percentages

%31.15
%20.77
%0
%28.24

Codes

Color #7E91B7 in popluar color models

7E 91 B7
RGB 126 145 183
HSL 220° 28.36% 60.59%
HSB/HSV 220° 31.15% 71.76%
CMYK 31.15% 20.77% 0.00%
28.24%

Color #7E91B7 in popluar number systems.

HEX 7E 91 B7
Decimal 126 145 183
Binary 1111110 10010001 10110111
Octal 176 221 267

Shades and tints

Shades of #7E91B7

#7E91B7
(126,145,183)
#7384A7
(115,132,167)
#687797
(104,119,151)
#5D6A87
(93,106,135)
#525D77
(82,93,119)
#475067
(71,80,103)
#3C4357
(60,67,87)
#313647
(49,54,71)
#262937
(38,41,55)
#1B1C27
(27,28,39)
#100F17
(16,15,23)
#000000
(0,0,0)

Tints of #7E91B7

#7E91B7
(126,145,183)
#899BBD
(137,155,189)
#94A5C3
(148,165,195)
#9FAFC9
(159,175,201)
#AAB9CF
(170,185,207)
#B5C3D5
(181,195,213)
#C0CDDB
(192,205,219)
#CBD7E1
(203,215,225)
#D6E1E7
(214,225,231)
#E1EBED
(225,235,237)
#ECF5F3
(236,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E91B7 color. Also use rgb(126,145,183) instead hex code.

Text Font Color

.myTextColor { color: #7E91B7; }

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

This text font color is #7E91B7.

Background Color

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

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

This div background color is #7E91B7.

Border color

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

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

This div border color is #7E91B7.

Opacity

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

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

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

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

This text has shadow with #7E91B7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E91B7.

Preview

Color preview on black background

This text has color #7E91B7 on black background.


Color preview on white background

This text has color #7E91B7 on white background.


Black color preview on #7E91B7 background

This text has black color on #7E91B7 background.


White color preview on #7E91B7 background

This text has white color on #7E91B7 background.


Related colors

Complementary color

Complementary color for #hex is #816E48.


I love getcolorcode.com

Triadic colors

1 #B77E91 and #91B77E with #7E91B7 are triadic colors.

2 #B7917E and #917EB7 with #7E91B7 are triadic colors.