COLOR #7E96AB

HEX: #7E96AB RGB: (126,150,171)

Color info

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

RGB color model

#7E96AB color RGB value is (126,150,171).

RGB: (126,150,171) (49%, 59%, 67%)

RGB channels and saturation

R 126 of 255 = 49%
G 150 of 255 = 59%
B 171 of 255 = 67%

126
150
171

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

Portions of RGB colors in percentages

R + G + B = 126 + 150 + 171 = 447 (100%)
R 126 of 447 ~ 28.19%
G 150 of 447 ~ 33.56%
B 171 of 447 ~ 38.26'%

%28.19
%33.56
%38.26

CMYK color model

#7E96AB color CMYK value is (26,12,0,33).

  • cyan value is 26.32%
  • magenta value is 12.28%
  • yellow value is 0.00%
  • key color value is 32.94%

CMYK: (26,12,0,33)
C26M12Y0K33 (26%, 12%, 0%, 33%)
(0.26 / 0.12 / 0.00 / 0.33)

CMYK percentages

%26.32
%12.28
%0
%32.94

Codes

Color #7E96AB in popluar color models

7E 96 AB
RGB 126 150 171
HSL 208° 21.13% 58.24%
HSB/HSV 208° 26.32% 67.06%
CMYK 26.32% 12.28% 0.00%
32.94%

Color #7E96AB in popluar number systems.

HEX 7E 96 AB
Decimal 126 150 171
Binary 1111110 10010110 10101011
Octal 176 226 253

Shades and tints

Shades of #7E96AB

#7E96AB
(126,150,171)
#73899C
(115,137,156)
#687C8D
(104,124,141)
#5D6F7E
(93,111,126)
#52626F
(82,98,111)
#475560
(71,85,96)
#3C4851
(60,72,81)
#313B42
(49,59,66)
#262E33
(38,46,51)
#1B2124
(27,33,36)
#101415
(16,20,21)
#000000
(0,0,0)

Tints of #7E96AB

#7E96AB
(126,150,171)
#899FB2
(137,159,178)
#94A8B9
(148,168,185)
#9FB1C0
(159,177,192)
#AABAC7
(170,186,199)
#B5C3CE
(181,195,206)
#C0CCD5
(192,204,213)
#CBD5DC
(203,213,220)
#D6DEE3
(214,222,227)
#E1E7EA
(225,231,234)
#ECF0F1
(236,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E96AB; }

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

This text font color is #7E96AB.

Background Color

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

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

This div background color is #7E96AB.

Border color

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

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

This div border color is #7E96AB.

Opacity

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

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

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

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

This text has shadow with #7E96AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E96AB.

Preview

Color preview on black background

This text has color #7E96AB on black background.


Color preview on white background

This text has color #7E96AB on white background.


Black color preview on #7E96AB background

This text has black color on #7E96AB background.


White color preview on #7E96AB background

This text has white color on #7E96AB background.


Related colors

Complementary color

Complementary color for #hex is #816954.


I love getcolorcode.com

Triadic colors

1 #AB7E96 and #96AB7E with #7E96AB are triadic colors.

2 #AB967E and #967EAB with #7E96AB are triadic colors.