COLOR #7E96AE

HEX: #7E96AE
RGB: (126,150,174)

Color info

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

RGB color model

#7E96AE color RGB value is (126,150,174).

  • red value is 126;
  • green value is 150;
  • blue value is 174.
RGB:
(126,150,174)
(49%,59%,68%)

RGB channels and saturation

R 126 of 255 = 49%
G 150 of 255 = 59%
B 174 of 255 = 68%

126
150
174

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

Portions of RGB colors in percentages

R + G + B =
126 + 150 + 174 = 450 (100%)
R 126 of 450 ~ 28%
G 150 of 450 ~ 33.33%
B 174 of 450 ~ 38.67%

%28
%33.33
%38.67

CMYK color model

#7E96AE color CMYK value is (28,14,0,32).

  • cyan value is 27.59%
  • magenta value is 13.79%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(28,14,0,32)
C28M14Y0K32 
(28%,14%,0%,32%)
(0.28/0.14/0.00/0.32)	

CMYK percentages

%27.59
%13.79
%0
%31.76

Codes

Color #7E96AE in popluar color models

7E96AE
RGB126150174
HSL210°22.86%58.82%
HSB/HSV210°27.59%68.24%
CMYK27.59%13.79%0.00%
31.76%

Color #7E96AE in popluar number systems.

HEX7E96AE
Decimal126150174
Binary11111101001011010101110
Octal176226256

Shades and tints

Shades of #7E96AE

#7E96AE
(126,150,174)
#73899F
(115,137,159)
#687C90
(104,124,144)
#5D6F81
(93,111,129)
#526272
(82,98,114)
#475563
(71,85,99)
#3C4854
(60,72,84)
#313B45
(49,59,69)
#262E36
(38,46,54)
#1B2127
(27,33,39)
#101418
(16,20,24)
#000000
(0,0,0)

Tints of #7E96AE

#7E96AE
(126,150,174)
#899FB5
(137,159,181)
#94A8BC
(148,168,188)
#9FB1C3
(159,177,195)
#AABACA
(170,186,202)
#B5C3D1
(181,195,209)
#C0CCD8
(192,204,216)
#CBD5DF
(203,213,223)
#D6DEE6
(214,222,230)
#E1E7ED
(225,231,237)
#ECF0F4
(236,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E96AE; }

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

This text font color is #7E96AE.


Background Color

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

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

This div background color is #7E96AE.


Border color

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

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

This div border color is #7E96AE.


Opacity

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

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

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

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

This text has shadow with #7E96AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E96AE on black background.


Color preview on white background

This text has color #7E96AE on white background.



Black color preview on #7E96AE background

This text has black color on #7E96AE background.


White color preview on #7E96AE background

This text has white color on #7E96AE background.