COLOR #7A9AAA

HEX: #7A9AAA
RGB: (122,154,170)

Color info

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

RGB color model

#7A9AAA color RGB value is (122,154,170).

  • red value is 122;
  • green value is 154;
  • blue value is 170.
RGB:
(122,154,170)
(48%,60%,67%)

RGB channels and saturation

R 122 of 255 = 48%
G 154 of 255 = 60%
B 170 of 255 = 67%

122
154
170

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

Portions of RGB colors in percentages

R + G + B =
122 + 154 + 170 = 446 (100%)
R 122 of 446 ~ 27.35%
G 154 of 446 ~ 34.53%
B 170 of 446 ~ 38.12%

%27.35
%34.53
%38.12

CMYK color model

#7A9AAA color CMYK value is (28,9,0,33).

  • cyan value is 28.24%
  • magenta value is 9.41%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(28,9,0,33)
C28M9Y0K33 
(28%,9%,0%,33%)
(0.28/0.09/0.00/0.33)	

CMYK percentages

%28.24
%9.41
%0
%33.33

Codes

Color #7A9AAA in popluar color models

7A9AAA
RGB122154170
HSL200°22.02%57.25%
HSB/HSV200°28.24%66.67%
CMYK28.24%9.41%0.00%
33.33%

Color #7A9AAA in popluar number systems.

HEX7A9AAA
Decimal122154170
Binary11110101001101010101010
Octal172232252

Shades and tints

Shades of #7A9AAA

#7A9AAA
(122,154,170)
#6F8C9B
(111,140,155)
#647E8C
(100,126,140)
#59707D
(89,112,125)
#4E626E
(78,98,110)
#43545F
(67,84,95)
#384650
(56,70,80)
#2D3841
(45,56,65)
#222A32
(34,42,50)
#171C23
(23,28,35)
#0C0E14
(12,14,20)
#000000
(0,0,0)

Tints of #7A9AAA

#7A9AAA
(122,154,170)
#86A3B1
(134,163,177)
#92ACB8
(146,172,184)
#9EB5BF
(158,181,191)
#AABEC6
(170,190,198)
#B6C7CD
(182,199,205)
#C2D0D4
(194,208,212)
#CED9DB
(206,217,219)
#DAE2E2
(218,226,226)
#E6EBE9
(230,235,233)
#F2F4F0
(242,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A9AAA; }

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

This text font color is #7A9AAA.


Background Color

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

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

This div background color is #7A9AAA.


Border color

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

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

This div border color is #7A9AAA.


Opacity

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

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

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

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

This text has shadow with #7A9AAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A9AAA on black background.


Color preview on white background

This text has color #7A9AAA on white background.



Black color preview on #7A9AAA background

This text has black color on #7A9AAA background.


White color preview on #7A9AAA background

This text has white color on #7A9AAA background.