COLOR #7AAFE1

HEX: #7AAFE1
RGB: (122,175,225)

Color info

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

RGB color model

#7AAFE1 color RGB value is (122,175,225).

  • red value is 122;
  • green value is 175;
  • blue value is 225.
RGB:
(122,175,225)
(48%,69%,88%)

RGB channels and saturation

R 122 of 255 = 48%
G 175 of 255 = 69%
B 225 of 255 = 88%

122
175
225

R + G + B ~ 68%. #7AAFE1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
122 + 175 + 225 = 522 (100%)
R 122 of 522 ~ 23.37%
G 175 of 522 ~ 33.52%
B 225 of 522 ~ 43.1%

%23.37
%33.52
%43.1

CMYK color model

#7AAFE1 color CMYK value is (46,22,0,12).

  • cyan value is 45.78%
  • magenta value is 22.22%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(46,22,0,12)
C46M22Y0K12 
(46%,22%,0%,12%)
(0.46/0.22/0.00/0.12)	

CMYK percentages

%45.78
%22.22
%0
%11.76

Codes

Color #7AAFE1 in popluar color models

7AAFE1
RGB122175225
HSL209°63.19%68.04%
HSB/HSV209°45.78%88.24%
CMYK45.78%22.22%0.00%
11.76%

Color #7AAFE1 in popluar number systems.

HEX7AAFE1
Decimal122175225
Binary11110101010111111100001
Octal172257341

Shades and tints

Shades of #7AAFE1

#7AAFE1
(122,175,225)
#6FA0CD
(111,160,205)
#6491B9
(100,145,185)
#5982A5
(89,130,165)
#4E7391
(78,115,145)
#43647D
(67,100,125)
#385569
(56,85,105)
#2D4655
(45,70,85)
#223741
(34,55,65)
#17282D
(23,40,45)
#0C1919
(12,25,25)
#000000
(0,0,0)

Tints of #7AAFE1

#7AAFE1
(122,175,225)
#86B6E3
(134,182,227)
#92BDE5
(146,189,229)
#9EC4E7
(158,196,231)
#AACBE9
(170,203,233)
#B6D2EB
(182,210,235)
#C2D9ED
(194,217,237)
#CEE0EF
(206,224,239)
#DAE7F1
(218,231,241)
#E6EEF3
(230,238,243)
#F2F5F5
(242,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7AAFE1; }

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

This text font color is #7AAFE1.


Background Color

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

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

This div background color is #7AAFE1.


Border color

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

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

This div border color is #7AAFE1.


Opacity

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

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

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

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

This text has shadow with #7AAFE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7AAFE1 on black background.


Color preview on white background

This text has color #7AAFE1 on white background.



Black color preview on #7AAFE1 background

This text has black color on #7AAFE1 background.


White color preview on #7AAFE1 background

This text has white color on #7AAFE1 background.