COLOR #7EA2AB

HEX: #7EA2AB
RGB: (126,162,171)

Color info

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

RGB color model

#7EA2AB color RGB value is (126,162,171).

  • red value is 126;
  • green value is 162;
  • blue value is 171.
RGB:
(126,162,171)
(49%,64%,67%)

RGB channels and saturation

R 126 of 255 = 49%
G 162 of 255 = 64%
B 171 of 255 = 67%

126
162
171

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

Portions of RGB colors in percentages

R + G + B =
126 + 162 + 171 = 459 (100%)
R 126 of 459 ~ 27.45%
G 162 of 459 ~ 35.29%
B 171 of 459 ~ 37.25%

%27.45
%35.29
%37.25

CMYK color model

#7EA2AB color CMYK value is (26,5,0,33).

  • cyan value is 26.32%
  • magenta value is 5.26%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(26,5,0,33)
C26M5Y0K33 
(26%,5%,0%,33%)
(0.26/0.05/0.00/0.33)	

CMYK percentages

%26.32
%5.26
%0
%32.94

Codes

Color #7EA2AB in popluar color models

7EA2AB
RGB126162171
HSL192°21.13%58.24%
HSB/HSV192°26.32%67.06%
CMYK26.32%5.26%0.00%
32.94%

Color #7EA2AB in popluar number systems.

HEX7EA2AB
Decimal126162171
Binary11111101010001010101011
Octal176242253

Shades and tints

Shades of #7EA2AB

#7EA2AB
(126,162,171)
#73949C
(115,148,156)
#68868D
(104,134,141)
#5D787E
(93,120,126)
#526A6F
(82,106,111)
#475C60
(71,92,96)
#3C4E51
(60,78,81)
#314042
(49,64,66)
#263233
(38,50,51)
#1B2424
(27,36,36)
#101615
(16,22,21)
#000000
(0,0,0)

Tints of #7EA2AB

#7EA2AB
(126,162,171)
#89AAB2
(137,170,178)
#94B2B9
(148,178,185)
#9FBAC0
(159,186,192)
#AAC2C7
(170,194,199)
#B5CACE
(181,202,206)
#C0D2D5
(192,210,213)
#CBDADC
(203,218,220)
#D6E2E3
(214,226,227)
#E1EAEA
(225,234,234)
#ECF2F1
(236,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7EA2AB; }

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

This text font color is #7EA2AB.


Background Color

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

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

This div background color is #7EA2AB.


Border color

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

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

This div border color is #7EA2AB.


Opacity

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

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

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

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

This text has shadow with #7EA2AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EA2AB on black background.


Color preview on white background

This text has color #7EA2AB on white background.



Black color preview on #7EA2AB background

This text has black color on #7EA2AB background.


White color preview on #7EA2AB background

This text has white color on #7EA2AB background.