COLOR #7ABAB0

HEX: #7ABAB0 RGB: (122,186,176)

Color info

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

RGB color model

#7ABAB0 color RGB value is (122,186,176).

RGB: (122,186,176) (48%, 73%, 69%)

RGB channels and saturation

R 122 of 255 = 48%
G 186 of 255 = 73%
B 176 of 255 = 69%

122
186
176

R + G + B ~ 63%. #7ABAB0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 122 + 186 + 176 = 484 (100%)
R 122 of 484 ~ 25.21%
G 186 of 484 ~ 38.43%
B 176 of 484 ~ 36.36'%

%25.21
%38.43
%36.36

CMYK color model

#7ABAB0 color CMYK value is (34,0,5,27).

  • cyan value is 34.41%
  • magenta value is 0.00%
  • yellow value is 5.38%
  • key color value is 27.06%

CMYK: (34,0,5,27)
C34M0Y5K27 (34%, 0%, 5%, 27%)
(0.34 / 0.00 / 0.05 / 0.27)

CMYK percentages

%34.41
%0
%5.38
%27.06

Codes

Color #7ABAB0 in popluar color models

7A BA B0
RGB 122 186 176
HSL 171° 31.68% 60.39%
HSB/HSV 171° 34.41% 72.94%
CMYK 34.41% 0.00% 5.38%
27.06%

Color #7ABAB0 in popluar number systems.

HEX 7A BA B0
Decimal 122 186 176
Binary 1111010 10111010 10110000
Octal 172 272 260

Shades and tints

Shades of #7ABAB0

#7ABAB0
(122,186,176)
#6FAAA0
(111,170,160)
#649A90
(100,154,144)
#598A80
(89,138,128)
#4E7A70
(78,122,112)
#436A60
(67,106,96)
#385A50
(56,90,80)
#2D4A40
(45,74,64)
#223A30
(34,58,48)
#172A20
(23,42,32)
#0C1A10
(12,26,16)
#000000
(0,0,0)

Tints of #7ABAB0

#7ABAB0
(122,186,176)
#86C0B7
(134,192,183)
#92C6BE
(146,198,190)
#9ECCC5
(158,204,197)
#AAD2CC
(170,210,204)
#B6D8D3
(182,216,211)
#C2DEDA
(194,222,218)
#CEE4E1
(206,228,225)
#DAEAE8
(218,234,232)
#E6F0EF
(230,240,239)
#F2F6F6
(242,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7ABAB0; }

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

This text font color is #7ABAB0.

Background Color

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

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

This div background color is #7ABAB0.

Border color

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

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

This div border color is #7ABAB0.

Opacity

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

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

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

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

This text has shadow with #7ABAB0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7ABAB0.

Preview

Color preview on black background

This text has color #7ABAB0 on black background.


Color preview on white background

This text has color #7ABAB0 on white background.


Black color preview on #7ABAB0 background

This text has black color on #7ABAB0 background.


White color preview on #7ABAB0 background

This text has white color on #7ABAB0 background.


Related colors

Complementary color

Complementary color for #hex is #85454F.


I love getcolorcode.com

Triadic colors

1 #B07ABA and #BAB07A with #7ABAB0 are triadic colors.

2 #B0BA7A and #BA7AB0 with #7ABAB0 are triadic colors.