COLOR #7AA5AD

HEX: #7AA5AD
RGB: (122,165,173)

Color info

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

RGB color model

#7AA5AD color RGB value is (122,165,173).

  • red value is 122;
  • green value is 165;
  • blue value is 173.
RGB:
(122,165,173)
(48%,65%,68%)

RGB channels and saturation

R 122 of 255 = 48%
G 165 of 255 = 65%
B 173 of 255 = 68%

122
165
173

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

Portions of RGB colors in percentages

R + G + B =
122 + 165 + 173 = 460 (100%)
R 122 of 460 ~ 26.52%
G 165 of 460 ~ 35.87%
B 173 of 460 ~ 37.61%

%26.52
%35.87
%37.61

CMYK color model

#7AA5AD color CMYK value is (29,5,0,32).

  • cyan value is 29.48%
  • magenta value is 4.62%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(29,5,0,32)
C29M5Y0K32 
(29%,5%,0%,32%)
(0.29/0.05/0.00/0.32)	

CMYK percentages

%29.48
%4.62
%0
%32.16

Codes

Color #7AA5AD in popluar color models

7AA5AD
RGB122165173
HSL189°23.72%57.84%
HSB/HSV189°29.48%67.84%
CMYK29.48%4.62%0.00%
32.16%

Color #7AA5AD in popluar number systems.

HEX7AA5AD
Decimal122165173
Binary11110101010010110101101
Octal172245255

Shades and tints

Shades of #7AA5AD

#7AA5AD
(122,165,173)
#6F969E
(111,150,158)
#64878F
(100,135,143)
#597880
(89,120,128)
#4E6971
(78,105,113)
#435A62
(67,90,98)
#384B53
(56,75,83)
#2D3C44
(45,60,68)
#222D35
(34,45,53)
#171E26
(23,30,38)
#0C0F17
(12,15,23)
#000000
(0,0,0)

Tints of #7AA5AD

#7AA5AD
(122,165,173)
#86ADB4
(134,173,180)
#92B5BB
(146,181,187)
#9EBDC2
(158,189,194)
#AAC5C9
(170,197,201)
#B6CDD0
(182,205,208)
#C2D5D7
(194,213,215)
#CEDDDE
(206,221,222)
#DAE5E5
(218,229,229)
#E6EDEC
(230,237,236)
#F2F5F3
(242,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7AA5AD; }

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

This text font color is #7AA5AD.


Background Color

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

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

This div background color is #7AA5AD.


Border color

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

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

This div border color is #7AA5AD.


Opacity

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

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

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

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

This text has shadow with #7AA5AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7AA5AD on black background.


Color preview on white background

This text has color #7AA5AD on white background.



Black color preview on #7AA5AD background

This text has black color on #7AA5AD background.


White color preview on #7AA5AD background

This text has white color on #7AA5AD background.