COLOR #7AAB9C

HEX: #7AAB9C RGB: (122,171,156)

Color info

#7AAB9C contains red, green and blue colors in about the same proportion. Web safe color of #7AAB9C is #669999 (or #699).

RGB color model

#7AAB9C color RGB value is (122,171,156).

RGB: (122,171,156) (48%, 67%, 61%)

RGB channels and saturation

R 122 of 255 = 48%
G 171 of 255 = 67%
B 156 of 255 = 61%

122
171
156

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

Portions of RGB colors in percentages

R + G + B = 122 + 171 + 156 = 449 (100%)
R 122 of 449 ~ 27.17%
G 171 of 449 ~ 38.08%
B 156 of 449 ~ 34.74'%

%27.17
%38.08
%34.74

CMYK color model

#7AAB9C color CMYK value is (29,0,9,33).

  • cyan value is 28.65%
  • magenta value is 0.00%
  • yellow value is 8.77%
  • key color value is 32.94%

CMYK: (29,0,9,33)
C29M0Y9K33 (29%, 0%, 9%, 33%)
(0.29 / 0.00 / 0.09 / 0.33)

CMYK percentages

%28.65
%0
%8.77
%32.94

Codes

Color #7AAB9C in popluar color models

7A AB 9C
RGB 122 171 156
HSL 162° 22.58% 57.45%
HSB/HSV 162° 28.65% 67.06%
CMYK 28.65% 0.00% 8.77%
32.94%

Color #7AAB9C in popluar number systems.

HEX 7A AB 9C
Decimal 122 171 156
Binary 1111010 10101011 10011100
Octal 172 253 234

Shades and tints

Shades of #7AAB9C

#7AAB9C
(122,171,156)
#6F9C8E
(111,156,142)
#648D80
(100,141,128)
#597E72
(89,126,114)
#4E6F64
(78,111,100)
#436056
(67,96,86)
#385148
(56,81,72)
#2D423A
(45,66,58)
#22332C
(34,51,44)
#17241E
(23,36,30)
#0C1510
(12,21,16)
#000000
(0,0,0)

Tints of #7AAB9C

#7AAB9C
(122,171,156)
#86B2A5
(134,178,165)
#92B9AE
(146,185,174)
#9EC0B7
(158,192,183)
#AAC7C0
(170,199,192)
#B6CEC9
(182,206,201)
#C2D5D2
(194,213,210)
#CEDCDB
(206,220,219)
#DAE3E4
(218,227,228)
#E6EAED
(230,234,237)
#F2F1F6
(242,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7AAB9C; }

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

This text font color is #7AAB9C.

Background Color

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

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

This div background color is #7AAB9C.

Border color

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

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

This div border color is #7AAB9C.

Opacity

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

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

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

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

This text has shadow with #7AAB9C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7AAB9C.

Preview

Color preview on black background

This text has color #7AAB9C on black background.


Color preview on white background

This text has color #7AAB9C on white background.


Black color preview on #7AAB9C background

This text has black color on #7AAB9C background.


White color preview on #7AAB9C background

This text has white color on #7AAB9C background.


Related colors

Complementary color

Complementary color for #hex is #855463.


I love getcolorcode.com

Triadic colors

1 #9C7AAB and #AB9C7A with #7AAB9C are triadic colors.

2 #9CAB7A and #AB7A9C with #7AAB9C are triadic colors.