COLOR #7AAFD7

HEX: #7AAFD7
RGB: (122,175,215)

Color info

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

RGB color model

#7AAFD7 color RGB value is (122,175,215).

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

RGB channels and saturation

R 122 of 255 = 48%
G 175 of 255 = 69%
B 215 of 255 = 84%

122
175
215

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

Portions of RGB colors in percentages

R + G + B =
122 + 175 + 215 = 512 (100%)
R 122 of 512 ~ 23.83%
G 175 of 512 ~ 34.18%
B 215 of 512 ~ 41.99%

%23.83
%34.18
%41.99

CMYK color model

#7AAFD7 color CMYK value is (43,19,0,16).

  • cyan value is 43.26%
  • magenta value is 18.60%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(43,19,0,16)
C43M19Y0K16 
(43%,19%,0%,16%)
(0.43/0.19/0.00/0.16)	

CMYK percentages

%43.26
%18.6
%0
%15.69

Codes

Color #7AAFD7 in popluar color models

7AAFD7
RGB122175215
HSL206°53.76%66.08%
HSB/HSV206°43.26%84.31%
CMYK43.26%18.60%0.00%
15.69%

Color #7AAFD7 in popluar number systems.

HEX7AAFD7
Decimal122175215
Binary11110101010111111010111
Octal172257327

Shades and tints

Shades of #7AAFD7

#7AAFD7
(122,175,215)
#6FA0C4
(111,160,196)
#6491B1
(100,145,177)
#59829E
(89,130,158)
#4E738B
(78,115,139)
#436478
(67,100,120)
#385565
(56,85,101)
#2D4652
(45,70,82)
#22373F
(34,55,63)
#17282C
(23,40,44)
#0C1919
(12,25,25)
#000000
(0,0,0)

Tints of #7AAFD7

#7AAFD7
(122,175,215)
#86B6DA
(134,182,218)
#92BDDD
(146,189,221)
#9EC4E0
(158,196,224)
#AACBE3
(170,203,227)
#B6D2E6
(182,210,230)
#C2D9E9
(194,217,233)
#CEE0EC
(206,224,236)
#DAE7EF
(218,231,239)
#E6EEF2
(230,238,242)
#F2F5F5
(242,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7AAFD7; }

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

This text font color is #7AAFD7.


Background Color

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

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

This div background color is #7AAFD7.


Border color

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

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

This div border color is #7AAFD7.


Opacity

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

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

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

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

This text has shadow with #7AAFD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7AAFD7 on black background.


Color preview on white background

This text has color #7AAFD7 on white background.



Black color preview on #7AAFD7 background

This text has black color on #7AAFD7 background.


White color preview on #7AAFD7 background

This text has white color on #7AAFD7 background.