COLOR #7EB3AF

HEX: #7EB3AF
RGB: (126,179,175)

Color info

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

RGB color model

#7EB3AF color RGB value is (126,179,175).

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

RGB channels and saturation

R 126 of 255 = 49%
G 179 of 255 = 70%
B 175 of 255 = 69%

126
179
175

R + G + B ~ 63%. #7EB3AF is quite light color.

Portions of RGB colors in percentages

R + G + B =
126 + 179 + 175 = 480 (100%)
R 126 of 480 ~ 26.25%
G 179 of 480 ~ 37.29%
B 175 of 480 ~ 36.46%

%26.25
%37.29
%36.46

CMYK color model

#7EB3AF color CMYK value is (30,0,2,30).

  • cyan value is 29.61%
  • magenta value is 0.00%
  • yellow value is 2.23%
  • key color value is 29.80%
CMYK:
(30,0,2,30)
C30M0Y2K30 
(30%,0%,2%,30%)
(0.30/0.00/0.02/0.30)	

CMYK percentages

%29.61
%0
%2.23
%29.8

Codes

Color #7EB3AF in popluar color models

7EB3AF
RGB126179175
HSL175°25.85%59.80%
HSB/HSV175°29.61%70.20%
CMYK29.61%0.00%2.23%
29.80%

Color #7EB3AF in popluar number systems.

HEX7EB3AF
Decimal126179175
Binary11111101011001110101111
Octal176263257

Shades and tints

Shades of #7EB3AF

#7EB3AF
(126,179,175)
#73A3A0
(115,163,160)
#689391
(104,147,145)
#5D8382
(93,131,130)
#527373
(82,115,115)
#476364
(71,99,100)
#3C5355
(60,83,85)
#314346
(49,67,70)
#263337
(38,51,55)
#1B2328
(27,35,40)
#101319
(16,19,25)
#000000
(0,0,0)

Tints of #7EB3AF

#7EB3AF
(126,179,175)
#89B9B6
(137,185,182)
#94BFBD
(148,191,189)
#9FC5C4
(159,197,196)
#AACBCB
(170,203,203)
#B5D1D2
(181,209,210)
#C0D7D9
(192,215,217)
#CBDDE0
(203,221,224)
#D6E3E7
(214,227,231)
#E1E9EE
(225,233,238)
#ECEFF5
(236,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7EB3AF; }

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

This text font color is #7EB3AF.


Background Color

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

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

This div background color is #7EB3AF.


Border color

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

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

This div border color is #7EB3AF.


Opacity

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

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

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

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

This text has shadow with #7EB3AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EB3AF on black background.


Color preview on white background

This text has color #7EB3AF on white background.



Black color preview on #7EB3AF background

This text has black color on #7EB3AF background.


White color preview on #7EB3AF background

This text has white color on #7EB3AF background.