COLOR #7ABBA5

HEX: #7ABBA5
RGB: (122,187,165)

Color info

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

RGB color model

#7ABBA5 color RGB value is (122,187,165).

  • red value is 122;
  • green value is 187;
  • blue value is 165.
RGB:
(122,187,165)
(48%,73%,65%)

RGB channels and saturation

R 122 of 255 = 48%
G 187 of 255 = 73%
B 165 of 255 = 65%

122
187
165

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

Portions of RGB colors in percentages

R + G + B =
122 + 187 + 165 = 474 (100%)
R 122 of 474 ~ 25.74%
G 187 of 474 ~ 39.45%
B 165 of 474 ~ 34.81%

%25.74
%39.45
%34.81

CMYK color model

#7ABBA5 color CMYK value is (35,0,12,27).

  • cyan value is 34.76%
  • magenta value is 0.00%
  • yellow value is 11.76%
  • key color value is 26.67%
CMYK:
(35,0,12,27)
C35M0Y12K27 
(35%,0%,12%,27%)
(0.35/0.00/0.12/0.27)	

CMYK percentages

%34.76
%0
%11.76
%26.67

Codes

Color #7ABBA5 in popluar color models

7ABBA5
RGB122187165
HSL160°32.34%60.59%
HSB/HSV160°34.76%73.33%
CMYK34.76%0.00%11.76%
26.67%

Color #7ABBA5 in popluar number systems.

HEX7ABBA5
Decimal122187165
Binary11110101011101110100101
Octal172273245

Shades and tints

Shades of #7ABBA5

#7ABBA5
(122,187,165)
#6FAA96
(111,170,150)
#649987
(100,153,135)
#598878
(89,136,120)
#4E7769
(78,119,105)
#43665A
(67,102,90)
#38554B
(56,85,75)
#2D443C
(45,68,60)
#22332D
(34,51,45)
#17221E
(23,34,30)
#0C110F
(12,17,15)
#000000
(0,0,0)

Tints of #7ABBA5

#7ABBA5
(122,187,165)
#86C1AD
(134,193,173)
#92C7B5
(146,199,181)
#9ECDBD
(158,205,189)
#AAD3C5
(170,211,197)
#B6D9CD
(182,217,205)
#C2DFD5
(194,223,213)
#CEE5DD
(206,229,221)
#DAEBE5
(218,235,229)
#E6F1ED
(230,241,237)
#F2F7F5
(242,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7ABBA5 color. Also use rgb(122,187,165) instead hex code.

Text Font Color

.myTextColor { color: #7ABBA5; }

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

This text font color is #7ABBA5.


Background Color

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

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

This div background color is #7ABBA5.


Border color

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

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

This div border color is #7ABBA5.


Opacity

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

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

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

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

This text has shadow with #7ABBA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7ABBA5 on black background.


Color preview on white background

This text has color #7ABBA5 on white background.



Black color preview on #7ABBA5 background

This text has black color on #7ABBA5 background.


White color preview on #7ABBA5 background

This text has white color on #7ABBA5 background.