COLOR #7E9BA1

HEX: #7E9BA1
RGB: (126,155,161)

Color info

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

RGB color model

#7E9BA1 color RGB value is (126,155,161).

  • red value is 126;
  • green value is 155;
  • blue value is 161.
RGB:
(126,155,161)
(49%,61%,63%)

RGB channels and saturation

R 126 of 255 = 49%
G 155 of 255 = 61%
B 161 of 255 = 63%

126
155
161

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

Portions of RGB colors in percentages

R + G + B =
126 + 155 + 161 = 442 (100%)
R 126 of 442 ~ 28.51%
G 155 of 442 ~ 35.07%
B 161 of 442 ~ 36.43%

%28.51
%35.07
%36.43

CMYK color model

#7E9BA1 color CMYK value is (22,4,0,37).

  • cyan value is 21.74%
  • magenta value is 3.73%
  • yellow value is 0.00%
  • key color value is 36.86%
CMYK:
(22,4,0,37)
C22M4Y0K37 
(22%,4%,0%,37%)
(0.22/0.04/0.00/0.37)	

CMYK percentages

%21.74
%3.73
%0
%36.86

Codes

Color #7E9BA1 in popluar color models

7E9BA1
RGB126155161
HSL190°15.70%56.27%
HSB/HSV190°21.74%63.14%
CMYK21.74%3.73%0.00%
36.86%

Color #7E9BA1 in popluar number systems.

HEX7E9BA1
Decimal126155161
Binary11111101001101110100001
Octal176233241

Shades and tints

Shades of #7E9BA1

#7E9BA1
(126,155,161)
#738D93
(115,141,147)
#687F85
(104,127,133)
#5D7177
(93,113,119)
#526369
(82,99,105)
#47555B
(71,85,91)
#3C474D
(60,71,77)
#31393F
(49,57,63)
#262B31
(38,43,49)
#1B1D23
(27,29,35)
#100F15
(16,15,21)
#000000
(0,0,0)

Tints of #7E9BA1

#7E9BA1
(126,155,161)
#89A4A9
(137,164,169)
#94ADB1
(148,173,177)
#9FB6B9
(159,182,185)
#AABFC1
(170,191,193)
#B5C8C9
(181,200,201)
#C0D1D1
(192,209,209)
#CBDAD9
(203,218,217)
#D6E3E1
(214,227,225)
#E1ECE9
(225,236,233)
#ECF5F1
(236,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E9BA1 color. Also use rgb(126,155,161) instead hex code.

Text Font Color

.myTextColor { color: #7E9BA1; }

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

This text font color is #7E9BA1.


Background Color

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

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

This div background color is #7E9BA1.


Border color

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

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

This div border color is #7E9BA1.


Opacity

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

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

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

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

This text has shadow with #7E9BA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E9BA1 on black background.


Color preview on white background

This text has color #7E9BA1 on white background.



Black color preview on #7E9BA1 background

This text has black color on #7E9BA1 background.


White color preview on #7E9BA1 background

This text has white color on #7E9BA1 background.