COLOR #7ABFA0

HEX: #7ABFA0
RGB: (122,191,160)

Color info

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

RGB color model

#7ABFA0 color RGB value is (122,191,160).

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

RGB channels and saturation

R 122 of 255 = 48%
G 191 of 255 = 75%
B 160 of 255 = 63%

122
191
160

R + G + B ~ 62%. #7ABFA0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
122 + 191 + 160 = 473 (100%)
R 122 of 473 ~ 25.79%
G 191 of 473 ~ 40.38%
B 160 of 473 ~ 33.83%

%25.79
%40.38
%33.83

CMYK color model

#7ABFA0 color CMYK value is (36,0,16,25).

  • cyan value is 36.13%
  • magenta value is 0.00%
  • yellow value is 16.23%
  • key color value is 25.10%
CMYK:
(36,0,16,25)
C36M0Y16K25 
(36%,0%,16%,25%)
(0.36/0.00/0.16/0.25)	

CMYK percentages

%36.13
%0
%16.23
%25.1

Codes

Color #7ABFA0 in popluar color models

7ABFA0
RGB122191160
HSL153°35.03%61.37%
HSB/HSV153°36.13%74.90%
CMYK36.13%0.00%16.23%
25.10%

Color #7ABFA0 in popluar number systems.

HEX7ABFA0
Decimal122191160
Binary11110101011111110100000
Octal172277240

Shades and tints

Shades of #7ABFA0

#7ABFA0
(122,191,160)
#6FAE92
(111,174,146)
#649D84
(100,157,132)
#598C76
(89,140,118)
#4E7B68
(78,123,104)
#436A5A
(67,106,90)
#38594C
(56,89,76)
#2D483E
(45,72,62)
#223730
(34,55,48)
#172622
(23,38,34)
#0C1514
(12,21,20)
#000000
(0,0,0)

Tints of #7ABFA0

#7ABFA0
(122,191,160)
#86C4A8
(134,196,168)
#92C9B0
(146,201,176)
#9ECEB8
(158,206,184)
#AAD3C0
(170,211,192)
#B6D8C8
(182,216,200)
#C2DDD0
(194,221,208)
#CEE2D8
(206,226,216)
#DAE7E0
(218,231,224)
#E6ECE8
(230,236,232)
#F2F1F0
(242,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7ABFA0; }

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

This text font color is #7ABFA0.


Background Color

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

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

This div background color is #7ABFA0.


Border color

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

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

This div border color is #7ABFA0.


Opacity

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

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

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

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

This text has shadow with #7ABFA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7ABFA0 on black background.


Color preview on white background

This text has color #7ABFA0 on white background.



Black color preview on #7ABFA0 background

This text has black color on #7ABFA0 background.


White color preview on #7ABFA0 background

This text has white color on #7ABFA0 background.