COLOR #7AAA9D

HEX: #7AAA9D
RGB: (122,170,157)

Color info

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

RGB color model

#7AAA9D color RGB value is (122,170,157).

  • red value is 122;
  • green value is 170;
  • blue value is 157.
RGB:
(122,170,157)
(48%,67%,62%)

RGB channels and saturation

R 122 of 255 = 48%
G 170 of 255 = 67%
B 157 of 255 = 62%

122
170
157

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

Portions of RGB colors in percentages

R + G + B =
122 + 170 + 157 = 449 (100%)
R 122 of 449 ~ 27.17%
G 170 of 449 ~ 37.86%
B 157 of 449 ~ 34.97%

%27.17
%37.86
%34.97

CMYK color model

#7AAA9D color CMYK value is (28,0,8,33).

  • cyan value is 28.24%
  • magenta value is 0.00%
  • yellow value is 7.65%
  • key color value is 33.33%
CMYK:
(28,0,8,33)
C28M0Y8K33 
(28%,0%,8%,33%)
(0.28/0.00/0.08/0.33)	

CMYK percentages

%28.24
%0
%7.65
%33.33

Codes

Color #7AAA9D in popluar color models

7AAA9D
RGB122170157
HSL164°22.02%57.25%
HSB/HSV164°28.24%66.67%
CMYK28.24%0.00%7.65%
33.33%

Color #7AAA9D in popluar number systems.

HEX7AAA9D
Decimal122170157
Binary11110101010101010011101
Octal172252235

Shades and tints

Shades of #7AAA9D

#7AAA9D
(122,170,157)
#6F9B8F
(111,155,143)
#648C81
(100,140,129)
#597D73
(89,125,115)
#4E6E65
(78,110,101)
#435F57
(67,95,87)
#385049
(56,80,73)
#2D413B
(45,65,59)
#22322D
(34,50,45)
#17231F
(23,35,31)
#0C1411
(12,20,17)
#000000
(0,0,0)

Tints of #7AAA9D

#7AAA9D
(122,170,157)
#86B1A5
(134,177,165)
#92B8AD
(146,184,173)
#9EBFB5
(158,191,181)
#AAC6BD
(170,198,189)
#B6CDC5
(182,205,197)
#C2D4CD
(194,212,205)
#CEDBD5
(206,219,213)
#DAE2DD
(218,226,221)
#E6E9E5
(230,233,229)
#F2F0ED
(242,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7AAA9D color. Also use rgb(122,170,157) instead hex code.

Text Font Color

.myTextColor { color: #7AAA9D; }

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

This text font color is #7AAA9D.


Background Color

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

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

This div background color is #7AAA9D.


Border color

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

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

This div border color is #7AAA9D.


Opacity

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

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

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

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

This text has shadow with #7AAA9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7AAA9D on black background.


Color preview on white background

This text has color #7AAA9D on white background.



Black color preview on #7AAA9D background

This text has black color on #7AAA9D background.


White color preview on #7AAA9D background

This text has white color on #7AAA9D background.