COLOR #7EADA1

HEX: #7EADA1 RGB: (126,173,161)

Color info

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

RGB color model

#7EADA1 color RGB value is (126,173,161).

RGB: (126,173,161) (49%, 68%, 63%)

RGB channels and saturation

R 126 of 255 = 49%
G 173 of 255 = 68%
B 161 of 255 = 63%

126
173
161

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

Portions of RGB colors in percentages

R + G + B = 126 + 173 + 161 = 460 (100%)
R 126 of 460 ~ 27.39%
G 173 of 460 ~ 37.61%
B 161 of 460 ~ 35'%

%27.39
%37.61
%35

CMYK color model

#7EADA1 color CMYK value is (27,0,7,32).

  • cyan value is 27.17%
  • magenta value is 0.00%
  • yellow value is 6.94%
  • key color value is 32.16%

CMYK: (27,0,7,32)
C27M0Y7K32 (27%, 0%, 7%, 32%)
(0.27 / 0.00 / 0.07 / 0.32)

CMYK percentages

%27.17
%0
%6.94
%32.16

Codes

Color #7EADA1 in popluar color models

7E AD A1
RGB 126 173 161
HSL 165° 22.27% 58.63%
HSB/HSV 165° 27.17% 67.84%
CMYK 27.17% 0.00% 6.94%
32.16%

Color #7EADA1 in popluar number systems.

HEX 7E AD A1
Decimal 126 173 161
Binary 1111110 10101101 10100001
Octal 176 255 241

Shades and tints

Shades of #7EADA1

#7EADA1
(126,173,161)
#739E93
(115,158,147)
#688F85
(104,143,133)
#5D8077
(93,128,119)
#527169
(82,113,105)
#47625B
(71,98,91)
#3C534D
(60,83,77)
#31443F
(49,68,63)
#263531
(38,53,49)
#1B2623
(27,38,35)
#101715
(16,23,21)
#000000
(0,0,0)

Tints of #7EADA1

#7EADA1
(126,173,161)
#89B4A9
(137,180,169)
#94BBB1
(148,187,177)
#9FC2B9
(159,194,185)
#AAC9C1
(170,201,193)
#B5D0C9
(181,208,201)
#C0D7D1
(192,215,209)
#CBDED9
(203,222,217)
#D6E5E1
(214,229,225)
#E1ECE9
(225,236,233)
#ECF3F1
(236,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7EADA1; }

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

This text font color is #7EADA1.

Background Color

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

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

This div background color is #7EADA1.

Border color

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

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

This div border color is #7EADA1.

Opacity

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

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

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

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

This text has shadow with #7EADA1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7EADA1.

Preview

Color preview on black background

This text has color #7EADA1 on black background.


Color preview on white background

This text has color #7EADA1 on white background.


Black color preview on #7EADA1 background

This text has black color on #7EADA1 background.


White color preview on #7EADA1 background

This text has white color on #7EADA1 background.


Related colors

Complementary color

Complementary color for #hex is #81525E.


I love getcolorcode.com

Triadic colors

1 #A17EAD and #ADA17E with #7EADA1 are triadic colors.

2 #A1AD7E and #AD7EA1 with #7EADA1 are triadic colors.