COLOR #7EB1A3

HEX: #7EB1A3
RGB: (126,177,163)

Color info

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

RGB color model

#7EB1A3 color RGB value is (126,177,163).

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

RGB channels and saturation

R 126 of 255 = 49%
G 177 of 255 = 69%
B 163 of 255 = 64%

126
177
163

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

Portions of RGB colors in percentages

R + G + B =
126 + 177 + 163 = 466 (100%)
R 126 of 466 ~ 27.04%
G 177 of 466 ~ 37.98%
B 163 of 466 ~ 34.98%

%27.04
%37.98
%34.98

CMYK color model

#7EB1A3 color CMYK value is (29,0,8,31).

  • cyan value is 28.81%
  • magenta value is 0.00%
  • yellow value is 7.91%
  • key color value is 30.59%
CMYK:
(29,0,8,31)
C29M0Y8K31 
(29%,0%,8%,31%)
(0.29/0.00/0.08/0.31)	

CMYK percentages

%28.81
%0
%7.91
%30.59

Codes

Color #7EB1A3 in popluar color models

7EB1A3
RGB126177163
HSL164°24.64%59.41%
HSB/HSV164°28.81%69.41%
CMYK28.81%0.00%7.91%
30.59%

Color #7EB1A3 in popluar number systems.

HEX7EB1A3
Decimal126177163
Binary11111101011000110100011
Octal176261243

Shades and tints

Shades of #7EB1A3

#7EB1A3
(126,177,163)
#73A195
(115,161,149)
#689187
(104,145,135)
#5D8179
(93,129,121)
#52716B
(82,113,107)
#47615D
(71,97,93)
#3C514F
(60,81,79)
#314141
(49,65,65)
#263133
(38,49,51)
#1B2125
(27,33,37)
#101117
(16,17,23)
#000000
(0,0,0)

Tints of #7EB1A3

#7EB1A3
(126,177,163)
#89B8AB
(137,184,171)
#94BFB3
(148,191,179)
#9FC6BB
(159,198,187)
#AACDC3
(170,205,195)
#B5D4CB
(181,212,203)
#C0DBD3
(192,219,211)
#CBE2DB
(203,226,219)
#D6E9E3
(214,233,227)
#E1F0EB
(225,240,235)
#ECF7F3
(236,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7EB1A3; }

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

This text font color is #7EB1A3.


Background Color

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

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

This div background color is #7EB1A3.


Border color

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

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

This div border color is #7EB1A3.


Opacity

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

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

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

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

This text has shadow with #7EB1A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EB1A3 on black background.


Color preview on white background

This text has color #7EB1A3 on white background.



Black color preview on #7EB1A3 background

This text has black color on #7EB1A3 background.


White color preview on #7EB1A3 background

This text has white color on #7EB1A3 background.