COLOR #7EAFB1

HEX: #7EAFB1 RGB: (126,175,177)

Color info

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

RGB color model

#7EAFB1 color RGB value is (126,175,177).

RGB: (126,175,177) (49%, 69%, 69%)

RGB channels and saturation

R 126 of 255 = 49%
G 175 of 255 = 69%
B 177 of 255 = 69%

126
175
177

R + G + B ~ 62%. #7EAFB1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 126 + 175 + 177 = 478 (100%)
R 126 of 478 ~ 26.36%
G 175 of 478 ~ 36.61%
B 177 of 478 ~ 37.03'%

%26.36
%36.61
%37.03

CMYK color model

#7EAFB1 color CMYK value is (29,1,0,31).

  • cyan value is 28.81%
  • magenta value is 1.13%
  • yellow value is 0.00%
  • key color value is 30.59%

CMYK: (29,1,0,31)
C29M1Y0K31 (29%, 1%, 0%, 31%)
(0.29 / 0.01 / 0.00 / 0.31)

CMYK percentages

%28.81
%1.13
%0
%30.59

Codes

Color #7EAFB1 in popluar color models

7E AF B1
RGB 126 175 177
HSL 182° 24.64% 59.41%
HSB/HSV 182° 28.81% 69.41%
CMYK 28.81% 1.13% 0.00%
30.59%

Color #7EAFB1 in popluar number systems.

HEX 7E AF B1
Decimal 126 175 177
Binary 1111110 10101111 10110001
Octal 176 257 261

Shades and tints

Shades of #7EAFB1

#7EAFB1
(126,175,177)
#73A0A1
(115,160,161)
#689191
(104,145,145)
#5D8281
(93,130,129)
#527371
(82,115,113)
#476461
(71,100,97)
#3C5551
(60,85,81)
#314641
(49,70,65)
#263731
(38,55,49)
#1B2821
(27,40,33)
#101911
(16,25,17)
#000000
(0,0,0)

Tints of #7EAFB1

#7EAFB1
(126,175,177)
#89B6B8
(137,182,184)
#94BDBF
(148,189,191)
#9FC4C6
(159,196,198)
#AACBCD
(170,203,205)
#B5D2D4
(181,210,212)
#C0D9DB
(192,217,219)
#CBE0E2
(203,224,226)
#D6E7E9
(214,231,233)
#E1EEF0
(225,238,240)
#ECF5F7
(236,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7EAFB1; }

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

This text font color is #7EAFB1.

Background Color

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

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

This div background color is #7EAFB1.

Border color

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

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

This div border color is #7EAFB1.

Opacity

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

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

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

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

This text has shadow with #7EAFB1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7EAFB1.

Preview

Color preview on black background

This text has color #7EAFB1 on black background.


Color preview on white background

This text has color #7EAFB1 on white background.


Black color preview on #7EAFB1 background

This text has black color on #7EAFB1 background.


White color preview on #7EAFB1 background

This text has white color on #7EAFB1 background.


Related colors

Complementary color

Complementary color for #hex is #81504E.


I love getcolorcode.com

Triadic colors

1 #B17EAF and #AFB17E with #7EAFB1 are triadic colors.

2 #B1AF7E and #AF7EB1 with #7EAFB1 are triadic colors.