COLOR #7AADD2

HEX: #7AADD2
RGB: (122,173,210)

Color info

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

RGB color model

#7AADD2 color RGB value is (122,173,210).

  • red value is 122;
  • green value is 173;
  • blue value is 210.
RGB:
(122,173,210)
(48%,68%,82%)

RGB channels and saturation

R 122 of 255 = 48%
G 173 of 255 = 68%
B 210 of 255 = 82%

122
173
210

R + G + B ~ 66%. #7AADD2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
122 + 173 + 210 = 505 (100%)
R 122 of 505 ~ 24.16%
G 173 of 505 ~ 34.26%
B 210 of 505 ~ 41.58%

%24.16
%34.26
%41.58

CMYK color model

#7AADD2 color CMYK value is (42,18,0,18).

  • cyan value is 41.90%
  • magenta value is 17.62%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(42,18,0,18)
C42M18Y0K18 
(42%,18%,0%,18%)
(0.42/0.18/0.00/0.18)	

CMYK percentages

%41.9
%17.62
%0
%17.65

Codes

Color #7AADD2 in popluar color models

7AADD2
RGB122173210
HSL205°49.44%65.10%
HSB/HSV205°41.90%82.35%
CMYK41.90%17.62%0.00%
17.65%

Color #7AADD2 in popluar number systems.

HEX7AADD2
Decimal122173210
Binary11110101010110111010010
Octal172255322

Shades and tints

Shades of #7AADD2

#7AADD2
(122,173,210)
#6F9EBF
(111,158,191)
#648FAC
(100,143,172)
#598099
(89,128,153)
#4E7186
(78,113,134)
#436273
(67,98,115)
#385360
(56,83,96)
#2D444D
(45,68,77)
#22353A
(34,53,58)
#172627
(23,38,39)
#0C1714
(12,23,20)
#000000
(0,0,0)

Tints of #7AADD2

#7AADD2
(122,173,210)
#86B4D6
(134,180,214)
#92BBDA
(146,187,218)
#9EC2DE
(158,194,222)
#AAC9E2
(170,201,226)
#B6D0E6
(182,208,230)
#C2D7EA
(194,215,234)
#CEDEEE
(206,222,238)
#DAE5F2
(218,229,242)
#E6ECF6
(230,236,246)
#F2F3FA
(242,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7AADD2 color. Also use rgb(122,173,210) instead hex code.

Text Font Color

.myTextColor { color: #7AADD2; }

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

This text font color is #7AADD2.


Background Color

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

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

This div background color is #7AADD2.


Border color

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

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

This div border color is #7AADD2.


Opacity

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

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

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

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

This text has shadow with #7AADD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7AADD2 on black background.


Color preview on white background

This text has color #7AADD2 on white background.



Black color preview on #7AADD2 background

This text has black color on #7AADD2 background.


White color preview on #7AADD2 background

This text has white color on #7AADD2 background.