COLOR #7AABF5

HEX: #7AABF5
RGB: (122,171,245)

Color info

#7AABF5 contains mainly blue color. Web safe color of #7AABF5 is #6699FF (or #69F).

RGB color model

#7AABF5 color RGB value is (122,171,245).

  • red value is 122;
  • green value is 171;
  • blue value is 245.
RGB:
(122,171,245)
(48%,67%,96%)

RGB channels and saturation

R 122 of 255 = 48%
G 171 of 255 = 67%
B 245 of 255 = 96%

122
171
245

R + G + B ~ 70%. #7AABF5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
122 + 171 + 245 = 538 (100%)
R 122 of 538 ~ 22.68%
G 171 of 538 ~ 31.78%
B 245 of 538 ~ 45.54%

%22.68
%31.78
%45.54

CMYK color model

#7AABF5 color CMYK value is (50,30,0,4).

  • cyan value is 50.20%
  • magenta value is 30.20%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(50,30,0,4)
C50M30Y0K4 
(50%,30%,0%,4%)
(0.50/0.30/0.00/0.04)	

CMYK percentages

%50.2
%30.2
%0
%3.92

Codes

Color #7AABF5 in popluar color models

7AABF5
RGB122171245
HSL216°86.01%71.96%
HSB/HSV216°50.20%96.08%
CMYK50.20%30.20%0.00%
3.92%

Color #7AABF5 in popluar number systems.

HEX7AABF5
Decimal122171245
Binary11110101010101111110101
Octal172253365

Shades and tints

Shades of #7AABF5

#7AABF5
(122,171,245)
#6F9CDF
(111,156,223)
#648DC9
(100,141,201)
#597EB3
(89,126,179)
#4E6F9D
(78,111,157)
#436087
(67,96,135)
#385171
(56,81,113)
#2D425B
(45,66,91)
#223345
(34,51,69)
#17242F
(23,36,47)
#0C1519
(12,21,25)
#000000
(0,0,0)

Tints of #7AABF5

#7AABF5
(122,171,245)
#86B2F5
(134,178,245)
#92B9F5
(146,185,245)
#9EC0F5
(158,192,245)
#AAC7F5
(170,199,245)
#B6CEF5
(182,206,245)
#C2D5F5
(194,213,245)
#CEDCF5
(206,220,245)
#DAE3F5
(218,227,245)
#E6EAF5
(230,234,245)
#F2F1F5
(242,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7AABF5 color. Also use rgb(122,171,245) instead hex code.

Text Font Color

.myTextColor { color: #7AABF5; }

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

This text font color is #7AABF5.


Background Color

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

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

This div background color is #7AABF5.


Border color

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

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

This div border color is #7AABF5.


Opacity

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

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

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

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

This text has shadow with #7AABF5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7AABF5 on black background.


Color preview on white background

This text has color #7AABF5 on white background.



Black color preview on #7AABF5 background

This text has black color on #7AABF5 background.


White color preview on #7AABF5 background

This text has white color on #7AABF5 background.