COLOR #7E9AB5

HEX: #7E9AB5 RGB: (126,154,181)

Color info

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

RGB color model

#7E9AB5 color RGB value is (126,154,181).

RGB: (126,154,181) (49%, 60%, 71%)

RGB channels and saturation

R 126 of 255 = 49%
G 154 of 255 = 60%
B 181 of 255 = 71%

126
154
181

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

Portions of RGB colors in percentages

R + G + B = 126 + 154 + 181 = 461 (100%)
R 126 of 461 ~ 27.33%
G 154 of 461 ~ 33.41%
B 181 of 461 ~ 39.26'%

%27.33
%33.41
%39.26

CMYK color model

#7E9AB5 color CMYK value is (30,15,0,29).

  • cyan value is 30.39%
  • magenta value is 14.92%
  • yellow value is 0.00%
  • key color value is 29.02%

CMYK: (30,15,0,29)
C30M15Y0K29 (30%, 15%, 0%, 29%)
(0.30 / 0.15 / 0.00 / 0.29)

CMYK percentages

%30.39
%14.92
%0
%29.02

Codes

Color #7E9AB5 in popluar color models

7E 9A B5
RGB 126 154 181
HSL 209° 27.09% 60.20%
HSB/HSV 209° 30.39% 70.98%
CMYK 30.39% 14.92% 0.00%
29.02%

Color #7E9AB5 in popluar number systems.

HEX 7E 9A B5
Decimal 126 154 181
Binary 1111110 10011010 10110101
Octal 176 232 265

Shades and tints

Shades of #7E9AB5

#7E9AB5
(126,154,181)
#738CA5
(115,140,165)
#687E95
(104,126,149)
#5D7085
(93,112,133)
#526275
(82,98,117)
#475465
(71,84,101)
#3C4655
(60,70,85)
#313845
(49,56,69)
#262A35
(38,42,53)
#1B1C25
(27,28,37)
#100E15
(16,14,21)
#000000
(0,0,0)

Tints of #7E9AB5

#7E9AB5
(126,154,181)
#89A3BB
(137,163,187)
#94ACC1
(148,172,193)
#9FB5C7
(159,181,199)
#AABECD
(170,190,205)
#B5C7D3
(181,199,211)
#C0D0D9
(192,208,217)
#CBD9DF
(203,217,223)
#D6E2E5
(214,226,229)
#E1EBEB
(225,235,235)
#ECF4F1
(236,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E9AB5 color. Also use rgb(126,154,181) instead hex code.

Text Font Color

.myTextColor { color: #7E9AB5; }

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

This text font color is #7E9AB5.

Background Color

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

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

This div background color is #7E9AB5.

Border color

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

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

This div border color is #7E9AB5.

Opacity

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

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

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

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

This text has shadow with #7E9AB5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E9AB5.

Preview

Color preview on black background

This text has color #7E9AB5 on black background.


Color preview on white background

This text has color #7E9AB5 on white background.


Black color preview on #7E9AB5 background

This text has black color on #7E9AB5 background.


White color preview on #7E9AB5 background

This text has white color on #7E9AB5 background.


Related colors

Complementary color

Complementary color for #hex is #81654A.


I love getcolorcode.com

Triadic colors

1 #B57E9A and #9AB57E with #7E9AB5 are triadic colors.

2 #B59A7E and #9A7EB5 with #7E9AB5 are triadic colors.