COLOR #7AB9AB

HEX: #7AB9AB RGB: (122,185,171)

Color info

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

RGB color model

#7AB9AB color RGB value is (122,185,171).

RGB: (122,185,171) (48%, 73%, 67%)

RGB channels and saturation

R 122 of 255 = 48%
G 185 of 255 = 73%
B 171 of 255 = 67%

122
185
171

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

Portions of RGB colors in percentages

R + G + B = 122 + 185 + 171 = 478 (100%)
R 122 of 478 ~ 25.52%
G 185 of 478 ~ 38.7%
B 171 of 478 ~ 35.77'%

%25.52
%38.7
%35.77

CMYK color model

#7AB9AB color CMYK value is (34,0,8,27).

  • cyan value is 34.05%
  • magenta value is 0.00%
  • yellow value is 7.57%
  • key color value is 27.45%

CMYK: (34,0,8,27)
C34M0Y8K27 (34%, 0%, 8%, 27%)
(0.34 / 0.00 / 0.08 / 0.27)

CMYK percentages

%34.05
%0
%7.57
%27.45

Codes

Color #7AB9AB in popluar color models

7A B9 AB
RGB 122 185 171
HSL 167° 31.03% 60.20%
HSB/HSV 167° 34.05% 72.55%
CMYK 34.05% 0.00% 7.57%
27.45%

Color #7AB9AB in popluar number systems.

HEX 7A B9 AB
Decimal 122 185 171
Binary 1111010 10111001 10101011
Octal 172 271 253

Shades and tints

Shades of #7AB9AB

#7AB9AB
(122,185,171)
#6FA99C
(111,169,156)
#64998D
(100,153,141)
#59897E
(89,137,126)
#4E796F
(78,121,111)
#436960
(67,105,96)
#385951
(56,89,81)
#2D4942
(45,73,66)
#223933
(34,57,51)
#172924
(23,41,36)
#0C1915
(12,25,21)
#000000
(0,0,0)

Tints of #7AB9AB

#7AB9AB
(122,185,171)
#86BFB2
(134,191,178)
#92C5B9
(146,197,185)
#9ECBC0
(158,203,192)
#AAD1C7
(170,209,199)
#B6D7CE
(182,215,206)
#C2DDD5
(194,221,213)
#CEE3DC
(206,227,220)
#DAE9E3
(218,233,227)
#E6EFEA
(230,239,234)
#F2F5F1
(242,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7AB9AB color. Also use rgb(122,185,171) instead hex code.

Text Font Color

.myTextColor { color: #7AB9AB; }

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

This text font color is #7AB9AB.

Background Color

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

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

This div background color is #7AB9AB.

Border color

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

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

This div border color is #7AB9AB.

Opacity

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

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

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

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

This text has shadow with #7AB9AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7AB9AB.

Preview

Color preview on black background

This text has color #7AB9AB on black background.


Color preview on white background

This text has color #7AB9AB on white background.


Black color preview on #7AB9AB background

This text has black color on #7AB9AB background.


White color preview on #7AB9AB background

This text has white color on #7AB9AB background.


Related colors

Complementary color

Complementary color for #hex is #854654.


I love getcolorcode.com

Triadic colors

1 #AB7AB9 and #B9AB7A with #7AB9AB are triadic colors.

2 #ABB97A and #B97AAB with #7AB9AB are triadic colors.