COLOR #7AAB8D

HEX: #7AAB8D
RGB: (122,171,141)

Color info

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

RGB color model

#7AAB8D color RGB value is (122,171,141).

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

RGB channels and saturation

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

122
171
141

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

Portions of RGB colors in percentages

R + G + B =
122 + 171 + 141 = 434 (100%)
R 122 of 434 ~ 28.11%
G 171 of 434 ~ 39.4%
B 141 of 434 ~ 32.49%

%28.11
%39.4
%32.49

CMYK color model

#7AAB8D color CMYK value is (29,0,18,33).

  • cyan value is 28.65%
  • magenta value is 0.00%
  • yellow value is 17.54%
  • key color value is 32.94%
CMYK:
(29,0,18,33)
C29M0Y18K33 
(29%,0%,18%,33%)
(0.29/0.00/0.18/0.33)	

CMYK percentages

%28.65
%0
%17.54
%32.94

Codes

Color #7AAB8D in popluar color models

7AAB8D
RGB122171141
HSL143°22.58%57.45%
HSB/HSV143°28.65%67.06%
CMYK28.65%0.00%17.54%
32.94%

Color #7AAB8D in popluar number systems.

HEX7AAB8D
Decimal122171141
Binary11110101010101110001101
Octal172253215

Shades and tints

Shades of #7AAB8D

#7AAB8D
(122,171,141)
#6F9C81
(111,156,129)
#648D75
(100,141,117)
#597E69
(89,126,105)
#4E6F5D
(78,111,93)
#436051
(67,96,81)
#385145
(56,81,69)
#2D4239
(45,66,57)
#22332D
(34,51,45)
#172421
(23,36,33)
#0C1515
(12,21,21)
#000000
(0,0,0)

Tints of #7AAB8D

#7AAB8D
(122,171,141)
#86B297
(134,178,151)
#92B9A1
(146,185,161)
#9EC0AB
(158,192,171)
#AAC7B5
(170,199,181)
#B6CEBF
(182,206,191)
#C2D5C9
(194,213,201)
#CEDCD3
(206,220,211)
#DAE3DD
(218,227,221)
#E6EAE7
(230,234,231)
#F2F1F1
(242,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7AAB8D; }

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

This text font color is #7AAB8D.


Background Color

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

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

This div background color is #7AAB8D.


Border color

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

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

This div border color is #7AAB8D.


Opacity

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

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

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

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

This text has shadow with #7AAB8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7AAB8D on black background.


Color preview on white background

This text has color #7AAB8D on white background.



Black color preview on #7AAB8D background

This text has black color on #7AAB8D background.


White color preview on #7AAB8D background

This text has white color on #7AAB8D background.