COLOR #7A97AD

HEX: #7A97AD RGB: (122,151,173)

Color info

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

RGB color model

#7A97AD color RGB value is (122,151,173).

RGB: (122,151,173) (48%, 59%, 68%)

RGB channels and saturation

R 122 of 255 = 48%
G 151 of 255 = 59%
B 173 of 255 = 68%

122
151
173

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

Portions of RGB colors in percentages

R + G + B = 122 + 151 + 173 = 446 (100%)
R 122 of 446 ~ 27.35%
G 151 of 446 ~ 33.86%
B 173 of 446 ~ 38.79'%

%27.35
%33.86
%38.79

CMYK color model

#7A97AD color CMYK value is (29,13,0,32).

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

CMYK: (29,13,0,32)
C29M13Y0K32 (29%, 13%, 0%, 32%)
(0.29 / 0.13 / 0.00 / 0.32)

CMYK percentages

%29.48
%12.72
%0
%32.16

Codes

Color #7A97AD in popluar color models

7A 97 AD
RGB 122 151 173
HSL 206° 23.72% 57.84%
HSB/HSV 206° 29.48% 67.84%
CMYK 29.48% 12.72% 0.00%
32.16%

Color #7A97AD in popluar number systems.

HEX 7A 97 AD
Decimal 122 151 173
Binary 1111010 10010111 10101101
Octal 172 227 255

Shades and tints

Shades of #7A97AD

#7A97AD
(122,151,173)
#6F8A9E
(111,138,158)
#647D8F
(100,125,143)
#597080
(89,112,128)
#4E6371
(78,99,113)
#435662
(67,86,98)
#384953
(56,73,83)
#2D3C44
(45,60,68)
#222F35
(34,47,53)
#172226
(23,34,38)
#0C1517
(12,21,23)
#000000
(0,0,0)

Tints of #7A97AD

#7A97AD
(122,151,173)
#86A0B4
(134,160,180)
#92A9BB
(146,169,187)
#9EB2C2
(158,178,194)
#AABBC9
(170,187,201)
#B6C4D0
(182,196,208)
#C2CDD7
(194,205,215)
#CED6DE
(206,214,222)
#DADFE5
(218,223,229)
#E6E8EC
(230,232,236)
#F2F1F3
(242,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A97AD; }

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

This text font color is #7A97AD.

Background Color

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

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

This div background color is #7A97AD.

Border color

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

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

This div border color is #7A97AD.

Opacity

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

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

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

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

This text has shadow with #7A97AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A97AD.

Preview

Color preview on black background

This text has color #7A97AD on black background.


Color preview on white background

This text has color #7A97AD on white background.


Black color preview on #7A97AD background

This text has black color on #7A97AD background.


White color preview on #7A97AD background

This text has white color on #7A97AD background.


Related colors

Complementary color

Complementary color for #hex is #856852.


I love getcolorcode.com

Triadic colors

1 #AD7A97 and #97AD7A with #7A97AD are triadic colors.

2 #AD977A and #977AAD with #7A97AD are triadic colors.