COLOR #7AA5DE

HEX: #7AA5DE
RGB: (122,165,222)

Color info

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

RGB color model

#7AA5DE color RGB value is (122,165,222).

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

RGB channels and saturation

R 122 of 255 = 48%
G 165 of 255 = 65%
B 222 of 255 = 87%

122
165
222

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

Portions of RGB colors in percentages

R + G + B =
122 + 165 + 222 = 509 (100%)
R 122 of 509 ~ 23.97%
G 165 of 509 ~ 32.42%
B 222 of 509 ~ 43.61%

%23.97
%32.42
%43.61

CMYK color model

#7AA5DE color CMYK value is (45,26,0,13).

  • cyan value is 45.05%
  • magenta value is 25.68%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(45,26,0,13)
C45M26Y0K13 
(45%,26%,0%,13%)
(0.45/0.26/0.00/0.13)	

CMYK percentages

%45.05
%25.68
%0
%12.94

Codes

Color #7AA5DE in popluar color models

7AA5DE
RGB122165222
HSL214°60.24%67.45%
HSB/HSV214°45.05%87.06%
CMYK45.05%25.68%0.00%
12.94%

Color #7AA5DE in popluar number systems.

HEX7AA5DE
Decimal122165222
Binary11110101010010111011110
Octal172245336

Shades and tints

Shades of #7AA5DE

#7AA5DE
(122,165,222)
#6F96CA
(111,150,202)
#6487B6
(100,135,182)
#5978A2
(89,120,162)
#4E698E
(78,105,142)
#435A7A
(67,90,122)
#384B66
(56,75,102)
#2D3C52
(45,60,82)
#222D3E
(34,45,62)
#171E2A
(23,30,42)
#0C0F16
(12,15,22)
#000000
(0,0,0)

Tints of #7AA5DE

#7AA5DE
(122,165,222)
#86ADE1
(134,173,225)
#92B5E4
(146,181,228)
#9EBDE7
(158,189,231)
#AAC5EA
(170,197,234)
#B6CDED
(182,205,237)
#C2D5F0
(194,213,240)
#CEDDF3
(206,221,243)
#DAE5F6
(218,229,246)
#E6EDF9
(230,237,249)
#F2F5FC
(242,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7AA5DE; }

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

This text font color is #7AA5DE.


Background Color

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

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

This div background color is #7AA5DE.


Border color

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

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

This div border color is #7AA5DE.


Opacity

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

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

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

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

This text has shadow with #7AA5DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7AA5DE on black background.


Color preview on white background

This text has color #7AA5DE on white background.



Black color preview on #7AA5DE background

This text has black color on #7AA5DE background.


White color preview on #7AA5DE background

This text has white color on #7AA5DE background.