COLOR #7EBA9B

HEX: #7EBA9B RGB: (126,186,155)

Color info

#7EBA9B contains mainly green and blue colors. Web safe color of #7EBA9B is #66CC99 (or #6C9).

RGB color model

#7EBA9B color RGB value is (126,186,155).

RGB: (126,186,155) (49%, 73%, 61%)

RGB channels and saturation

R 126 of 255 = 49%
G 186 of 255 = 73%
B 155 of 255 = 61%

126
186
155

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

Portions of RGB colors in percentages

R + G + B = 126 + 186 + 155 = 467 (100%)
R 126 of 467 ~ 26.98%
G 186 of 467 ~ 39.83%
B 155 of 467 ~ 33.19'%

%26.98
%39.83
%33.19

CMYK color model

#7EBA9B color CMYK value is (32,0,17,27).

  • cyan value is 32.26%
  • magenta value is 0.00%
  • yellow value is 16.67%
  • key color value is 27.06%

CMYK: (32,0,17,27)
C32M0Y17K27 (32%, 0%, 17%, 27%)
(0.32 / 0.00 / 0.17 / 0.27)

CMYK percentages

%32.26
%0
%16.67
%27.06

Codes

Color #7EBA9B in popluar color models

7E BA 9B
RGB 126 186 155
HSL 149° 30.30% 61.18%
HSB/HSV 149° 32.26% 72.94%
CMYK 32.26% 0.00% 16.67%
27.06%

Color #7EBA9B in popluar number systems.

HEX 7E BA 9B
Decimal 126 186 155
Binary 1111110 10111010 10011011
Octal 176 272 233

Shades and tints

Shades of #7EBA9B

#7EBA9B
(126,186,155)
#73AA8D
(115,170,141)
#689A7F
(104,154,127)
#5D8A71
(93,138,113)
#527A63
(82,122,99)
#476A55
(71,106,85)
#3C5A47
(60,90,71)
#314A39
(49,74,57)
#263A2B
(38,58,43)
#1B2A1D
(27,42,29)
#101A0F
(16,26,15)
#000000
(0,0,0)

Tints of #7EBA9B

#7EBA9B
(126,186,155)
#89C0A4
(137,192,164)
#94C6AD
(148,198,173)
#9FCCB6
(159,204,182)
#AAD2BF
(170,210,191)
#B5D8C8
(181,216,200)
#C0DED1
(192,222,209)
#CBE4DA
(203,228,218)
#D6EAE3
(214,234,227)
#E1F0EC
(225,240,236)
#ECF6F5
(236,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7EBA9B; }

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

This text font color is #7EBA9B.

Background Color

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

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

This div background color is #7EBA9B.

Border color

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

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

This div border color is #7EBA9B.

Opacity

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

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

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

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

This text has shadow with #7EBA9B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7EBA9B.

Preview

Color preview on black background

This text has color #7EBA9B on black background.


Color preview on white background

This text has color #7EBA9B on white background.


Black color preview on #7EBA9B background

This text has black color on #7EBA9B background.


White color preview on #7EBA9B background

This text has white color on #7EBA9B background.


Related colors

Complementary color

Complementary color for #hex is #814564.


I love getcolorcode.com

Triadic colors

1 #9B7EBA and #BA9B7E with #7EBA9B are triadic colors.

2 #9BBA7E and #BA7E9B with #7EBA9B are triadic colors.