COLOR #7E95A5

HEX: #7E95A5
RGB: (126,149,165)

Color info

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

RGB color model

#7E95A5 color RGB value is (126,149,165).

  • red value is 126;
  • green value is 149;
  • blue value is 165.
RGB:
(126,149,165)
(49%,58%,65%)

RGB channels and saturation

R 126 of 255 = 49%
G 149 of 255 = 58%
B 165 of 255 = 65%

126
149
165

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

Portions of RGB colors in percentages

R + G + B =
126 + 149 + 165 = 440 (100%)
R 126 of 440 ~ 28.64%
G 149 of 440 ~ 33.86%
B 165 of 440 ~ 37.5%

%28.64
%33.86
%37.5

CMYK color model

#7E95A5 color CMYK value is (24,10,0,35).

  • cyan value is 23.64%
  • magenta value is 9.70%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(24,10,0,35)
C24M10Y0K35 
(24%,10%,0%,35%)
(0.24/0.10/0.00/0.35)	

CMYK percentages

%23.64
%9.7
%0
%35.29

Codes

Color #7E95A5 in popluar color models

7E95A5
RGB126149165
HSL205°17.81%57.06%
HSB/HSV205°23.64%64.71%
CMYK23.64%9.70%0.00%
35.29%

Color #7E95A5 in popluar number systems.

HEX7E95A5
Decimal126149165
Binary11111101001010110100101
Octal176225245

Shades and tints

Shades of #7E95A5

#7E95A5
(126,149,165)
#738896
(115,136,150)
#687B87
(104,123,135)
#5D6E78
(93,110,120)
#526169
(82,97,105)
#47545A
(71,84,90)
#3C474B
(60,71,75)
#313A3C
(49,58,60)
#262D2D
(38,45,45)
#1B201E
(27,32,30)
#10130F
(16,19,15)
#000000
(0,0,0)

Tints of #7E95A5

#7E95A5
(126,149,165)
#899EAD
(137,158,173)
#94A7B5
(148,167,181)
#9FB0BD
(159,176,189)
#AAB9C5
(170,185,197)
#B5C2CD
(181,194,205)
#C0CBD5
(192,203,213)
#CBD4DD
(203,212,221)
#D6DDE5
(214,221,229)
#E1E6ED
(225,230,237)
#ECEFF5
(236,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E95A5 color. Also use rgb(126,149,165) instead hex code.

Text Font Color

.myTextColor { color: #7E95A5; }

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

This text font color is #7E95A5.


Background Color

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

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

This div background color is #7E95A5.


Border color

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

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

This div border color is #7E95A5.


Opacity

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

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

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

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

This text has shadow with #7E95A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E95A5 on black background.


Color preview on white background

This text has color #7E95A5 on white background.



Black color preview on #7E95A5 background

This text has black color on #7E95A5 background.


White color preview on #7E95A5 background

This text has white color on #7E95A5 background.