COLOR #7A96AA

HEX: #7A96AA RGB: (122,150,170)

Color info

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

RGB color model

#7A96AA color RGB value is (122,150,170).

RGB: (122,150,170) (48%, 59%, 67%)

RGB channels and saturation

R 122 of 255 = 48%
G 150 of 255 = 59%
B 170 of 255 = 67%

122
150
170

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

Portions of RGB colors in percentages

R + G + B = 122 + 150 + 170 = 442 (100%)
R 122 of 442 ~ 27.6%
G 150 of 442 ~ 33.94%
B 170 of 442 ~ 38.46'%

%27.6
%33.94
%38.46

CMYK color model

#7A96AA color CMYK value is (28,12,0,33).

  • cyan value is 28.24%
  • magenta value is 11.76%
  • yellow value is 0.00%
  • key color value is 33.33%

CMYK: (28,12,0,33)
C28M12Y0K33 (28%, 12%, 0%, 33%)
(0.28 / 0.12 / 0.00 / 0.33)

CMYK percentages

%28.24
%11.76
%0
%33.33

Codes

Color #7A96AA in popluar color models

7A 96 AA
RGB 122 150 170
HSL 205° 22.02% 57.25%
HSB/HSV 205° 28.24% 66.67%
CMYK 28.24% 11.76% 0.00%
33.33%

Color #7A96AA in popluar number systems.

HEX 7A 96 AA
Decimal 122 150 170
Binary 1111010 10010110 10101010
Octal 172 226 252

Shades and tints

Shades of #7A96AA

#7A96AA
(122,150,170)
#6F899B
(111,137,155)
#647C8C
(100,124,140)
#596F7D
(89,111,125)
#4E626E
(78,98,110)
#43555F
(67,85,95)
#384850
(56,72,80)
#2D3B41
(45,59,65)
#222E32
(34,46,50)
#172123
(23,33,35)
#0C1414
(12,20,20)
#000000
(0,0,0)

Tints of #7A96AA

#7A96AA
(122,150,170)
#869FB1
(134,159,177)
#92A8B8
(146,168,184)
#9EB1BF
(158,177,191)
#AABAC6
(170,186,198)
#B6C3CD
(182,195,205)
#C2CCD4
(194,204,212)
#CED5DB
(206,213,219)
#DADEE2
(218,222,226)
#E6E7E9
(230,231,233)
#F2F0F0
(242,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A96AA; }

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

This text font color is #7A96AA.

Background Color

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

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

This div background color is #7A96AA.

Border color

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

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

This div border color is #7A96AA.

Opacity

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

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

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

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

This text has shadow with #7A96AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A96AA.

Preview

Color preview on black background

This text has color #7A96AA on black background.


Color preview on white background

This text has color #7A96AA on white background.


Black color preview on #7A96AA background

This text has black color on #7A96AA background.


White color preview on #7A96AA background

This text has white color on #7A96AA background.


Related colors

Complementary color

Complementary color for #hex is #856955.


I love getcolorcode.com

Triadic colors

1 #AA7A96 and #96AA7A with #7A96AA are triadic colors.

2 #AA967A and #967AAA with #7A96AA are triadic colors.