COLOR #7EA09B

HEX: #7EA09B RGB: (126,160,155)

Color info

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

RGB color model

#7EA09B color RGB value is (126,160,155).

RGB: (126,160,155) (49%, 63%, 61%)

RGB channels and saturation

R 126 of 255 = 49%
G 160 of 255 = 63%
B 155 of 255 = 61%

126
160
155

R + G + B ~ 58%. #7EA09B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 126 + 160 + 155 = 441 (100%)
R 126 of 441 ~ 28.57%
G 160 of 441 ~ 36.28%
B 155 of 441 ~ 35.15'%

%28.57
%36.28
%35.15

CMYK color model

#7EA09B color CMYK value is (21,0,3,37).

  • cyan value is 21.25%
  • magenta value is 0.00%
  • yellow value is 3.13%
  • key color value is 37.25%

CMYK: (21,0,3,37)
C21M0Y3K37 (21%, 0%, 3%, 37%)
(0.21 / 0.00 / 0.03 / 0.37)

CMYK percentages

%21.25
%0
%3.13
%37.25

Codes

Color #7EA09B in popluar color models

7E A0 9B
RGB 126 160 155
HSL 171° 15.18% 56.08%
HSB/HSV 171° 21.25% 62.75%
CMYK 21.25% 0.00% 3.13%
37.25%

Color #7EA09B in popluar number systems.

HEX 7E A0 9B
Decimal 126 160 155
Binary 1111110 10100000 10011011
Octal 176 240 233

Shades and tints

Shades of #7EA09B

#7EA09B
(126,160,155)
#73928D
(115,146,141)
#68847F
(104,132,127)
#5D7671
(93,118,113)
#526863
(82,104,99)
#475A55
(71,90,85)
#3C4C47
(60,76,71)
#313E39
(49,62,57)
#26302B
(38,48,43)
#1B221D
(27,34,29)
#10140F
(16,20,15)
#000000
(0,0,0)

Tints of #7EA09B

#7EA09B
(126,160,155)
#89A8A4
(137,168,164)
#94B0AD
(148,176,173)
#9FB8B6
(159,184,182)
#AAC0BF
(170,192,191)
#B5C8C8
(181,200,200)
#C0D0D1
(192,208,209)
#CBD8DA
(203,216,218)
#D6E0E3
(214,224,227)
#E1E8EC
(225,232,236)
#ECF0F5
(236,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EA09B color. Also use rgb(126,160,155) instead hex code.

Text Font Color

.myTextColor { color: #7EA09B; }

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

This text font color is #7EA09B.

Background Color

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

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

This div background color is #7EA09B.

Border color

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

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

This div border color is #7EA09B.

Opacity

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

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

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

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

This text has shadow with #7EA09B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7EA09B.

Preview

Color preview on black background

This text has color #7EA09B on black background.


Color preview on white background

This text has color #7EA09B on white background.


Black color preview on #7EA09B background

This text has black color on #7EA09B background.


White color preview on #7EA09B background

This text has white color on #7EA09B background.


Related colors

Complementary color

Complementary color for #hex is #815F64.


I love getcolorcode.com

Triadic colors

1 #9B7EA0 and #A09B7E with #7EA09B are triadic colors.

2 #9BA07E and #A07E9B with #7EA09B are triadic colors.