COLOR #7AA9E1

HEX: #7AA9E1 RGB: (122,169,225)

Color info

#7AA9E1 contains mainly green and blue colors. Web safe color of #7AA9E1 is #6699CC (or #69C).

RGB color model

#7AA9E1 color RGB value is (122,169,225).

RGB: (122,169,225) (48%, 66%, 88%)

RGB channels and saturation

R 122 of 255 = 48%
G 169 of 255 = 66%
B 225 of 255 = 88%

122
169
225

R + G + B ~ 67%. #7AA9E1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 122 + 169 + 225 = 516 (100%)
R 122 of 516 ~ 23.64%
G 169 of 516 ~ 32.75%
B 225 of 516 ~ 43.6'%

%23.64
%32.75
%43.6

CMYK color model

#7AA9E1 color CMYK value is (46,25,0,12).

  • cyan value is 45.78%
  • magenta value is 24.89%
  • yellow value is 0.00%
  • key color value is 11.76%

CMYK: (46,25,0,12)
C46M25Y0K12 (46%, 25%, 0%, 12%)
(0.46 / 0.25 / 0.00 / 0.12)

CMYK percentages

%45.78
%24.89
%0
%11.76

Codes

Color #7AA9E1 in popluar color models

7A A9 E1
RGB 122 169 225
HSL 213° 63.19% 68.04%
HSB/HSV 213° 45.78% 88.24%
CMYK 45.78% 24.89% 0.00%
11.76%

Color #7AA9E1 in popluar number systems.

HEX 7A A9 E1
Decimal 122 169 225
Binary 1111010 10101001 11100001
Octal 172 251 341

Shades and tints

Shades of #7AA9E1

#7AA9E1
(122,169,225)
#6F9ACD
(111,154,205)
#648BB9
(100,139,185)
#597CA5
(89,124,165)
#4E6D91
(78,109,145)
#435E7D
(67,94,125)
#384F69
(56,79,105)
#2D4055
(45,64,85)
#223141
(34,49,65)
#17222D
(23,34,45)
#0C1319
(12,19,25)
#000000
(0,0,0)

Tints of #7AA9E1

#7AA9E1
(122,169,225)
#86B0E3
(134,176,227)
#92B7E5
(146,183,229)
#9EBEE7
(158,190,231)
#AAC5E9
(170,197,233)
#B6CCEB
(182,204,235)
#C2D3ED
(194,211,237)
#CEDAEF
(206,218,239)
#DAE1F1
(218,225,241)
#E6E8F3
(230,232,243)
#F2EFF5
(242,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7AA9E1 color. Also use rgb(122,169,225) instead hex code.

Text Font Color

.myTextColor { color: #7AA9E1; }

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

This text font color is #7AA9E1.

Background Color

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

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

This div background color is #7AA9E1.

Border color

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

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

This div border color is #7AA9E1.

Opacity

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

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

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

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

This text has shadow with #7AA9E1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7AA9E1.

Preview

Color preview on black background

This text has color #7AA9E1 on black background.


Color preview on white background

This text has color #7AA9E1 on white background.


Black color preview on #7AA9E1 background

This text has black color on #7AA9E1 background.


White color preview on #7AA9E1 background

This text has white color on #7AA9E1 background.


Related colors

Complementary color

Complementary color for #hex is #85561E.


I love getcolorcode.com

Triadic colors

1 #E17AA9 and #A9E17A with #7AA9E1 are triadic colors.

2 #E1A97A and #A97AE1 with #7AA9E1 are triadic colors.