COLOR #7EB1AF

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

Color info

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

RGB color model

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

  • red value is 126;
  • green value is 177;
  • blue value is 175.
RGB: (126,177,175) (49%,69%,69%)

RGB channels and saturation

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

126
177
175

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

Portions of RGB colors in percentages

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

%26.36
%37.03
%36.61

CMYK color model

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

  • cyan value is 28.81%
  • magenta value is 0.00%
  • yellow value is 1.13%
  • key color value is 30.59%
CMYK: (29,0,1,31) C29M0Y1K31 (29%,0%,1%,31%) (0.29/0.00/0.01/0.31)

CMYK percentages

%28.81
%0
%1.13
%30.59

Codes

Color #7EB1AF in popluar color models

7EB1AF
RGB126177175
HSL178°24.64%59.41%
HSB/HSV178°28.81%69.41%
CMYK28.81%0.00%1.13%
30.59%

Color #7EB1AF in popluar number systems.

HEX7EB1AF
Decimal126177175
Binary11111101011000110101111
Octal176261257

Shades and tints

Shades of #7EB1AF

#7EB1AF
(126,177,175)
#73A1A0
(115,161,160)
#689191
(104,145,145)
#5D8182
(93,129,130)
#527173
(82,113,115)
#476164
(71,97,100)
#3C5155
(60,81,85)
#314146
(49,65,70)
#263137
(38,49,55)
#1B2128
(27,33,40)
#101119
(16,17,25)
#000000
(0,0,0)

Tints of #7EB1AF

#7EB1AF
(126,177,175)
#89B8B6
(137,184,182)
#94BFBD
(148,191,189)
#9FC6C4
(159,198,196)
#AACDCB
(170,205,203)
#B5D4D2
(181,212,210)
#C0DBD9
(192,219,217)
#CBE2E0
(203,226,224)
#D6E9E7
(214,233,231)
#E1F0EE
(225,240,238)
#ECF7F5
(236,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7EB1AF; }

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

This text font color is #7EB1AF.


Background Color

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

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

This div background color is #7EB1AF.


Border color

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

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

This div border color is #7EB1AF.


Opacity

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

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

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

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

This text has shadow with #7EB1AF color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #7EB1AF on black background.


Color preview on white background

This text has color #7EB1AF on white background.



Black color preview on #7EB1AF background

This text has black color on #7EB1AF background.


White color preview on #7EB1AF background

This text has white color on #7EB1AF background.