COLOR #7AAA8D

HEX: #7AAA8D
RGB: (122,170,141)

Color info

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

RGB color model

#7AAA8D color RGB value is (122,170,141).

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

RGB channels and saturation

R 122 of 255 = 48%
G 170 of 255 = 67%
B 141 of 255 = 55%

122
170
141

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

Portions of RGB colors in percentages

R + G + B =
122 + 170 + 141 = 433 (100%)
R 122 of 433 ~ 28.18%
G 170 of 433 ~ 39.26%
B 141 of 433 ~ 32.56%

%28.18
%39.26
%32.56

CMYK color model

#7AAA8D color CMYK value is (28,0,17,33).

  • cyan value is 28.24%
  • magenta value is 0.00%
  • yellow value is 17.06%
  • key color value is 33.33%
CMYK:
(28,0,17,33)
C28M0Y17K33 
(28%,0%,17%,33%)
(0.28/0.00/0.17/0.33)	

CMYK percentages

%28.24
%0
%17.06
%33.33

Codes

Color #7AAA8D in popluar color models

7AAA8D
RGB122170141
HSL144°22.02%57.25%
HSB/HSV144°28.24%66.67%
CMYK28.24%0.00%17.06%
33.33%

Color #7AAA8D in popluar number systems.

HEX7AAA8D
Decimal122170141
Binary11110101010101010001101
Octal172252215

Shades and tints

Shades of #7AAA8D

#7AAA8D
(122,170,141)
#6F9B81
(111,155,129)
#648C75
(100,140,117)
#597D69
(89,125,105)
#4E6E5D
(78,110,93)
#435F51
(67,95,81)
#385045
(56,80,69)
#2D4139
(45,65,57)
#22322D
(34,50,45)
#172321
(23,35,33)
#0C1415
(12,20,21)
#000000
(0,0,0)

Tints of #7AAA8D

#7AAA8D
(122,170,141)
#86B197
(134,177,151)
#92B8A1
(146,184,161)
#9EBFAB
(158,191,171)
#AAC6B5
(170,198,181)
#B6CDBF
(182,205,191)
#C2D4C9
(194,212,201)
#CEDBD3
(206,219,211)
#DAE2DD
(218,226,221)
#E6E9E7
(230,233,231)
#F2F0F1
(242,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7AAA8D; }

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

This text font color is #7AAA8D.


Background Color

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

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

This div background color is #7AAA8D.


Border color

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

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

This div border color is #7AAA8D.


Opacity

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

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

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

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

This text has shadow with #7AAA8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7AAA8D on black background.


Color preview on white background

This text has color #7AAA8D on white background.



Black color preview on #7AAA8D background

This text has black color on #7AAA8D background.


White color preview on #7AAA8D background

This text has white color on #7AAA8D background.