COLOR #7ABA9E

HEX: #7ABA9E
RGB: (122,186,158)

Color info

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

RGB color model

#7ABA9E color RGB value is (122,186,158).

  • red value is 122;
  • green value is 186;
  • blue value is 158.
RGB:
(122,186,158)
(48%,73%,62%)

RGB channels and saturation

R 122 of 255 = 48%
G 186 of 255 = 73%
B 158 of 255 = 62%

122
186
158

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

Portions of RGB colors in percentages

R + G + B =
122 + 186 + 158 = 466 (100%)
R 122 of 466 ~ 26.18%
G 186 of 466 ~ 39.91%
B 158 of 466 ~ 33.91%

%26.18
%39.91
%33.91

CMYK color model

#7ABA9E color CMYK value is (34,0,15,27).

  • cyan value is 34.41%
  • magenta value is 0.00%
  • yellow value is 15.05%
  • key color value is 27.06%
CMYK:
(34,0,15,27)
C34M0Y15K27 
(34%,0%,15%,27%)
(0.34/0.00/0.15/0.27)	

CMYK percentages

%34.41
%0
%15.05
%27.06

Codes

Color #7ABA9E in popluar color models

7ABA9E
RGB122186158
HSL154°31.68%60.39%
HSB/HSV154°34.41%72.94%
CMYK34.41%0.00%15.05%
27.06%

Color #7ABA9E in popluar number systems.

HEX7ABA9E
Decimal122186158
Binary11110101011101010011110
Octal172272236

Shades and tints

Shades of #7ABA9E

#7ABA9E
(122,186,158)
#6FAA90
(111,170,144)
#649A82
(100,154,130)
#598A74
(89,138,116)
#4E7A66
(78,122,102)
#436A58
(67,106,88)
#385A4A
(56,90,74)
#2D4A3C
(45,74,60)
#223A2E
(34,58,46)
#172A20
(23,42,32)
#0C1A12
(12,26,18)
#000000
(0,0,0)

Tints of #7ABA9E

#7ABA9E
(122,186,158)
#86C0A6
(134,192,166)
#92C6AE
(146,198,174)
#9ECCB6
(158,204,182)
#AAD2BE
(170,210,190)
#B6D8C6
(182,216,198)
#C2DECE
(194,222,206)
#CEE4D6
(206,228,214)
#DAEADE
(218,234,222)
#E6F0E6
(230,240,230)
#F2F6EE
(242,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7ABA9E color. Also use rgb(122,186,158) instead hex code.

Text Font Color

.myTextColor { color: #7ABA9E; }

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

This text font color is #7ABA9E.


Background Color

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

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

This div background color is #7ABA9E.


Border color

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

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

This div border color is #7ABA9E.


Opacity

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

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

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

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

This text has shadow with #7ABA9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7ABA9E on black background.


Color preview on white background

This text has color #7ABA9E on white background.



Black color preview on #7ABA9E background

This text has black color on #7ABA9E background.


White color preview on #7ABA9E background

This text has white color on #7ABA9E background.