COLOR #7ABA9F

HEX: #7ABA9F
RGB: (122,186,159)

Color info

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

RGB color model

#7ABA9F color RGB value is (122,186,159).

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

RGB channels and saturation

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

122
186
159

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

Portions of RGB colors in percentages

R + G + B =
122 + 186 + 159 = 467 (100%)
R 122 of 467 ~ 26.12%
G 186 of 467 ~ 39.83%
B 159 of 467 ~ 34.05%

%26.12
%39.83
%34.05

CMYK color model

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

  • cyan value is 34.41%
  • magenta value is 0.00%
  • yellow value is 14.52%
  • 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
%14.52
%27.06

Codes

Color #7ABA9F in popluar color models

7ABA9F
RGB122186159
HSL155°31.68%60.39%
HSB/HSV155°34.41%72.94%
CMYK34.41%0.00%14.52%
27.06%

Color #7ABA9F in popluar number systems.

HEX7ABA9F
Decimal122186159
Binary11110101011101010011111
Octal172272237

Shades and tints

Shades of #7ABA9F

#7ABA9F
(122,186,159)
#6FAA91
(111,170,145)
#649A83
(100,154,131)
#598A75
(89,138,117)
#4E7A67
(78,122,103)
#436A59
(67,106,89)
#385A4B
(56,90,75)
#2D4A3D
(45,74,61)
#223A2F
(34,58,47)
#172A21
(23,42,33)
#0C1A13
(12,26,19)
#000000
(0,0,0)

Tints of #7ABA9F

#7ABA9F
(122,186,159)
#86C0A7
(134,192,167)
#92C6AF
(146,198,175)
#9ECCB7
(158,204,183)
#AAD2BF
(170,210,191)
#B6D8C7
(182,216,199)
#C2DECF
(194,222,207)
#CEE4D7
(206,228,215)
#DAEADF
(218,234,223)
#E6F0E7
(230,240,231)
#F2F6EF
(242,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7ABA9F; }

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

This text font color is #7ABA9F.


Background Color

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

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

This div background color is #7ABA9F.


Border color

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

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

This div border color is #7ABA9F.


Opacity

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

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

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

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

This text has shadow with #7ABA9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7ABA9F on black background.


Color preview on white background

This text has color #7ABA9F on white background.



Black color preview on #7ABA9F background

This text has black color on #7ABA9F background.


White color preview on #7ABA9F background

This text has white color on #7ABA9F background.