COLOR #7AA5E0

HEX: #7AA5E0
RGB: (122,165,224)

Color info

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

RGB color model

#7AA5E0 color RGB value is (122,165,224).

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

RGB channels and saturation

R 122 of 255 = 48%
G 165 of 255 = 65%
B 224 of 255 = 88%

122
165
224

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

Portions of RGB colors in percentages

R + G + B =
122 + 165 + 224 = 511 (100%)
R 122 of 511 ~ 23.87%
G 165 of 511 ~ 32.29%
B 224 of 511 ~ 43.84%

%23.87
%32.29
%43.84

CMYK color model

#7AA5E0 color CMYK value is (46,26,0,12).

  • cyan value is 45.54%
  • magenta value is 26.34%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(46,26,0,12)
C46M26Y0K12 
(46%,26%,0%,12%)
(0.46/0.26/0.00/0.12)	

CMYK percentages

%45.54
%26.34
%0
%12.16

Codes

Color #7AA5E0 in popluar color models

7AA5E0
RGB122165224
HSL215°62.20%67.84%
HSB/HSV215°45.54%87.84%
CMYK45.54%26.34%0.00%
12.16%

Color #7AA5E0 in popluar number systems.

HEX7AA5E0
Decimal122165224
Binary11110101010010111100000
Octal172245340

Shades and tints

Shades of #7AA5E0

#7AA5E0
(122,165,224)
#6F96CC
(111,150,204)
#6487B8
(100,135,184)
#5978A4
(89,120,164)
#4E6990
(78,105,144)
#435A7C
(67,90,124)
#384B68
(56,75,104)
#2D3C54
(45,60,84)
#222D40
(34,45,64)
#171E2C
(23,30,44)
#0C0F18
(12,15,24)
#000000
(0,0,0)

Tints of #7AA5E0

#7AA5E0
(122,165,224)
#86ADE2
(134,173,226)
#92B5E4
(146,181,228)
#9EBDE6
(158,189,230)
#AAC5E8
(170,197,232)
#B6CDEA
(182,205,234)
#C2D5EC
(194,213,236)
#CEDDEE
(206,221,238)
#DAE5F0
(218,229,240)
#E6EDF2
(230,237,242)
#F2F5F4
(242,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7AA5E0; }

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

This text font color is #7AA5E0.


Background Color

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

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

This div background color is #7AA5E0.


Border color

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

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

This div border color is #7AA5E0.


Opacity

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

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

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

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

This text has shadow with #7AA5E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7AA5E0 on black background.


Color preview on white background

This text has color #7AA5E0 on white background.



Black color preview on #7AA5E0 background

This text has black color on #7AA5E0 background.


White color preview on #7AA5E0 background

This text has white color on #7AA5E0 background.