COLOR #7ABAA0

HEX: #7ABAA0
RGB: (122,186,160)

Color info

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

RGB color model

#7ABAA0 color RGB value is (122,186,160).

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

RGB channels and saturation

R 122 of 255 = 48%
G 186 of 255 = 73%
B 160 of 255 = 63%

122
186
160

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

Portions of RGB colors in percentages

R + G + B =
122 + 186 + 160 = 468 (100%)
R 122 of 468 ~ 26.07%
G 186 of 468 ~ 39.74%
B 160 of 468 ~ 34.19%

%26.07
%39.74
%34.19

CMYK color model

#7ABAA0 color CMYK value is (34,0,14,27).

  • cyan value is 34.41%
  • magenta value is 0.00%
  • yellow value is 13.98%
  • key color value is 27.06%
CMYK:
(34,0,14,27)
C34M0Y14K27 
(34%,0%,14%,27%)
(0.34/0.00/0.14/0.27)	

CMYK percentages

%34.41
%0
%13.98
%27.06

Codes

Color #7ABAA0 in popluar color models

7ABAA0
RGB122186160
HSL156°31.68%60.39%
HSB/HSV156°34.41%72.94%
CMYK34.41%0.00%13.98%
27.06%

Color #7ABAA0 in popluar number systems.

HEX7ABAA0
Decimal122186160
Binary11110101011101010100000
Octal172272240

Shades and tints

Shades of #7ABAA0

#7ABAA0
(122,186,160)
#6FAA92
(111,170,146)
#649A84
(100,154,132)
#598A76
(89,138,118)
#4E7A68
(78,122,104)
#436A5A
(67,106,90)
#385A4C
(56,90,76)
#2D4A3E
(45,74,62)
#223A30
(34,58,48)
#172A22
(23,42,34)
#0C1A14
(12,26,20)
#000000
(0,0,0)

Tints of #7ABAA0

#7ABAA0
(122,186,160)
#86C0A8
(134,192,168)
#92C6B0
(146,198,176)
#9ECCB8
(158,204,184)
#AAD2C0
(170,210,192)
#B6D8C8
(182,216,200)
#C2DED0
(194,222,208)
#CEE4D8
(206,228,216)
#DAEAE0
(218,234,224)
#E6F0E8
(230,240,232)
#F2F6F0
(242,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7ABAA0; }

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

This text font color is #7ABAA0.


Background Color

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

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

This div background color is #7ABAA0.


Border color

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

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

This div border color is #7ABAA0.


Opacity

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

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

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

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

This text has shadow with #7ABAA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7ABAA0 on black background.


Color preview on white background

This text has color #7ABAA0 on white background.



Black color preview on #7ABAA0 background

This text has black color on #7ABAA0 background.


White color preview on #7ABAA0 background

This text has white color on #7ABAA0 background.