COLOR #7AAD8C

HEX: #7AAD8C RGB: (122,173,140)

Color info

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

RGB color model

#7AAD8C color RGB value is (122,173,140).

RGB: (122,173,140) (48%, 68%, 55%)

RGB channels and saturation

R 122 of 255 = 48%
G 173 of 255 = 68%
B 140 of 255 = 55%

122
173
140

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

Portions of RGB colors in percentages

R + G + B = 122 + 173 + 140 = 435 (100%)
R 122 of 435 ~ 28.05%
G 173 of 435 ~ 39.77%
B 140 of 435 ~ 32.18'%

%28.05
%39.77
%32.18

CMYK color model

#7AAD8C color CMYK value is (29,0,19,32).

  • cyan value is 29.48%
  • magenta value is 0.00%
  • yellow value is 19.08%
  • key color value is 32.16%

CMYK: (29,0,19,32)
C29M0Y19K32 (29%, 0%, 19%, 32%)
(0.29 / 0.00 / 0.19 / 0.32)

CMYK percentages

%29.48
%0
%19.08
%32.16

Codes

Color #7AAD8C in popluar color models

7A AD 8C
RGB 122 173 140
HSL 141° 23.72% 57.84%
HSB/HSV 141° 29.48% 67.84%
CMYK 29.48% 0.00% 19.08%
32.16%

Color #7AAD8C in popluar number systems.

HEX 7A AD 8C
Decimal 122 173 140
Binary 1111010 10101101 10001100
Octal 172 255 214

Shades and tints

Shades of #7AAD8C

#7AAD8C
(122,173,140)
#6F9E80
(111,158,128)
#648F74
(100,143,116)
#598068
(89,128,104)
#4E715C
(78,113,92)
#436250
(67,98,80)
#385344
(56,83,68)
#2D4438
(45,68,56)
#22352C
(34,53,44)
#172620
(23,38,32)
#0C1714
(12,23,20)
#000000
(0,0,0)

Tints of #7AAD8C

#7AAD8C
(122,173,140)
#86B496
(134,180,150)
#92BBA0
(146,187,160)
#9EC2AA
(158,194,170)
#AAC9B4
(170,201,180)
#B6D0BE
(182,208,190)
#C2D7C8
(194,215,200)
#CEDED2
(206,222,210)
#DAE5DC
(218,229,220)
#E6ECE6
(230,236,230)
#F2F3F0
(242,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7AAD8C color. Also use rgb(122,173,140) instead hex code.

Text Font Color

.myTextColor { color: #7AAD8C; }

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

This text font color is #7AAD8C.

Background Color

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

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

This div background color is #7AAD8C.

Border color

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

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

This div border color is #7AAD8C.

Opacity

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

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

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

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

This text has shadow with #7AAD8C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7AAD8C.

Preview

Color preview on black background

This text has color #7AAD8C on black background.


Color preview on white background

This text has color #7AAD8C on white background.


Black color preview on #7AAD8C background

This text has black color on #7AAD8C background.


White color preview on #7AAD8C background

This text has white color on #7AAD8C background.


Related colors

Complementary color

Complementary color for #hex is #855273.


I love getcolorcode.com

Triadic colors

1 #8C7AAD and #AD8C7A with #7AAD8C are triadic colors.

2 #8CAD7A and #AD7A8C with #7AAD8C are triadic colors.