COLOR #7EA4AF

HEX: #7EA4AF RGB: (126,164,175)

Color info

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

RGB color model

#7EA4AF color RGB value is (126,164,175).

RGB: (126,164,175) (49%, 64%, 69%)

RGB channels and saturation

R 126 of 255 = 49%
G 164 of 255 = 64%
B 175 of 255 = 69%

126
164
175

R + G + B ~ 61%. #7EA4AF is quite light color.

Portions of RGB colors in percentages

R + G + B = 126 + 164 + 175 = 465 (100%)
R 126 of 465 ~ 27.1%
G 164 of 465 ~ 35.27%
B 175 of 465 ~ 37.63'%

%27.1
%35.27
%37.63

CMYK color model

#7EA4AF color CMYK value is (28,6,0,31).

  • cyan value is 28.00%
  • magenta value is 6.29%
  • yellow value is 0.00%
  • key color value is 31.37%

CMYK: (28,6,0,31)
C28M6Y0K31 (28%, 6%, 0%, 31%)
(0.28 / 0.06 / 0.00 / 0.31)

CMYK percentages

%28
%6.29
%0
%31.37

Codes

Color #7EA4AF in popluar color models

7E A4 AF
RGB 126 164 175
HSL 193° 23.44% 59.02%
HSB/HSV 193° 28.00% 68.63%
CMYK 28.00% 6.29% 0.00%
31.37%

Color #7EA4AF in popluar number systems.

HEX 7E A4 AF
Decimal 126 164 175
Binary 1111110 10100100 10101111
Octal 176 244 257

Shades and tints

Shades of #7EA4AF

#7EA4AF
(126,164,175)
#7396A0
(115,150,160)
#688891
(104,136,145)
#5D7A82
(93,122,130)
#526C73
(82,108,115)
#475E64
(71,94,100)
#3C5055
(60,80,85)
#314246
(49,66,70)
#263437
(38,52,55)
#1B2628
(27,38,40)
#101819
(16,24,25)
#000000
(0,0,0)

Tints of #7EA4AF

#7EA4AF
(126,164,175)
#89ACB6
(137,172,182)
#94B4BD
(148,180,189)
#9FBCC4
(159,188,196)
#AAC4CB
(170,196,203)
#B5CCD2
(181,204,210)
#C0D4D9
(192,212,217)
#CBDCE0
(203,220,224)
#D6E4E7
(214,228,231)
#E1ECEE
(225,236,238)
#ECF4F5
(236,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EA4AF color. Also use rgb(126,164,175) instead hex code.

Text Font Color

.myTextColor { color: #7EA4AF; }

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

This text font color is #7EA4AF.

Background Color

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

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

This div background color is #7EA4AF.

Border color

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

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

This div border color is #7EA4AF.

Opacity

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

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

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

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

This text has shadow with #7EA4AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7EA4AF.

Preview

Color preview on black background

This text has color #7EA4AF on black background.


Color preview on white background

This text has color #7EA4AF on white background.


Black color preview on #7EA4AF background

This text has black color on #7EA4AF background.


White color preview on #7EA4AF background

This text has white color on #7EA4AF background.


Related colors

Complementary color

Complementary color for #hex is #815B50.


I love getcolorcode.com

Triadic colors

1 #AF7EA4 and #A4AF7E with #7EA4AF are triadic colors.

2 #AFA47E and #A47EAF with #7EA4AF are triadic colors.