COLOR #7EB3AB

HEX: #7EB3AB
RGB: (126,179,171)

Color info

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

RGB color model

#7EB3AB color RGB value is (126,179,171).

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

RGB channels and saturation

R 126 of 255 = 49%
G 179 of 255 = 70%
B 171 of 255 = 67%

126
179
171

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

Portions of RGB colors in percentages

R + G + B =
126 + 179 + 171 = 476 (100%)
R 126 of 476 ~ 26.47%
G 179 of 476 ~ 37.61%
B 171 of 476 ~ 35.92%

%26.47
%37.61
%35.92

CMYK color model

#7EB3AB color CMYK value is (30,0,4,30).

  • cyan value is 29.61%
  • magenta value is 0.00%
  • yellow value is 4.47%
  • key color value is 29.80%
CMYK:
(30,0,4,30)
C30M0Y4K30 
(30%,0%,4%,30%)
(0.30/0.00/0.04/0.30)	

CMYK percentages

%29.61
%0
%4.47
%29.8

Codes

Color #7EB3AB in popluar color models

7EB3AB
RGB126179171
HSL171°25.85%59.80%
HSB/HSV171°29.61%70.20%
CMYK29.61%0.00%4.47%
29.80%

Color #7EB3AB in popluar number systems.

HEX7EB3AB
Decimal126179171
Binary11111101011001110101011
Octal176263253

Shades and tints

Shades of #7EB3AB

#7EB3AB
(126,179,171)
#73A39C
(115,163,156)
#68938D
(104,147,141)
#5D837E
(93,131,126)
#52736F
(82,115,111)
#476360
(71,99,96)
#3C5351
(60,83,81)
#314342
(49,67,66)
#263333
(38,51,51)
#1B2324
(27,35,36)
#101315
(16,19,21)
#000000
(0,0,0)

Tints of #7EB3AB

#7EB3AB
(126,179,171)
#89B9B2
(137,185,178)
#94BFB9
(148,191,185)
#9FC5C0
(159,197,192)
#AACBC7
(170,203,199)
#B5D1CE
(181,209,206)
#C0D7D5
(192,215,213)
#CBDDDC
(203,221,220)
#D6E3E3
(214,227,227)
#E1E9EA
(225,233,234)
#ECEFF1
(236,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7EB3AB; }

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

This text font color is #7EB3AB.


Background Color

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

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

This div background color is #7EB3AB.


Border color

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

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

This div border color is #7EB3AB.


Opacity

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

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

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

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

This text has shadow with #7EB3AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EB3AB on black background.


Color preview on white background

This text has color #7EB3AB on white background.



Black color preview on #7EB3AB background

This text has black color on #7EB3AB background.


White color preview on #7EB3AB background

This text has white color on #7EB3AB background.