COLOR #7ABA90

HEX: #7ABA90
RGB: (122,186,144)

Color info

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

RGB color model

#7ABA90 color RGB value is (122,186,144).

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

RGB channels and saturation

R 122 of 255 = 48%
G 186 of 255 = 73%
B 144 of 255 = 56%

122
186
144

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

Portions of RGB colors in percentages

R + G + B =
122 + 186 + 144 = 452 (100%)
R 122 of 452 ~ 26.99%
G 186 of 452 ~ 41.15%
B 144 of 452 ~ 31.86%

%26.99
%41.15
%31.86

CMYK color model

#7ABA90 color CMYK value is (34,0,23,27).

  • cyan value is 34.41%
  • magenta value is 0.00%
  • yellow value is 22.58%
  • key color value is 27.06%
CMYK:
(34,0,23,27)
C34M0Y23K27 
(34%,0%,23%,27%)
(0.34/0.00/0.23/0.27)	

CMYK percentages

%34.41
%0
%22.58
%27.06

Codes

Color #7ABA90 in popluar color models

7ABA90
RGB122186144
HSL141°31.68%60.39%
HSB/HSV141°34.41%72.94%
CMYK34.41%0.00%22.58%
27.06%

Color #7ABA90 in popluar number systems.

HEX7ABA90
Decimal122186144
Binary11110101011101010010000
Octal172272220

Shades and tints

Shades of #7ABA90

#7ABA90
(122,186,144)
#6FAA83
(111,170,131)
#649A76
(100,154,118)
#598A69
(89,138,105)
#4E7A5C
(78,122,92)
#436A4F
(67,106,79)
#385A42
(56,90,66)
#2D4A35
(45,74,53)
#223A28
(34,58,40)
#172A1B
(23,42,27)
#0C1A0E
(12,26,14)
#000000
(0,0,0)

Tints of #7ABA90

#7ABA90
(122,186,144)
#86C09A
(134,192,154)
#92C6A4
(146,198,164)
#9ECCAE
(158,204,174)
#AAD2B8
(170,210,184)
#B6D8C2
(182,216,194)
#C2DECC
(194,222,204)
#CEE4D6
(206,228,214)
#DAEAE0
(218,234,224)
#E6F0EA
(230,240,234)
#F2F6F4
(242,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7ABA90; }

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

This text font color is #7ABA90.


Background Color

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

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

This div background color is #7ABA90.


Border color

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

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

This div border color is #7ABA90.


Opacity

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

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

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

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

This text has shadow with #7ABA90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7ABA90 on black background.


Color preview on white background

This text has color #7ABA90 on white background.



Black color preview on #7ABA90 background

This text has black color on #7ABA90 background.


White color preview on #7ABA90 background

This text has white color on #7ABA90 background.