COLOR #7AA9D0

HEX: #7AA9D0
RGB: (122,169,208)

Color info

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

RGB color model

#7AA9D0 color RGB value is (122,169,208).

  • red value is 122;
  • green value is 169;
  • blue value is 208.
RGB:
(122,169,208)
(48%,66%,82%)

RGB channels and saturation

R 122 of 255 = 48%
G 169 of 255 = 66%
B 208 of 255 = 82%

122
169
208

R + G + B ~ 65%. #7AA9D0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
122 + 169 + 208 = 499 (100%)
R 122 of 499 ~ 24.45%
G 169 of 499 ~ 33.87%
B 208 of 499 ~ 41.68%

%24.45
%33.87
%41.68

CMYK color model

#7AA9D0 color CMYK value is (41,19,0,18).

  • cyan value is 41.35%
  • magenta value is 18.75%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(41,19,0,18)
C41M19Y0K18 
(41%,19%,0%,18%)
(0.41/0.19/0.00/0.18)	

CMYK percentages

%41.35
%18.75
%0
%18.43

Codes

Color #7AA9D0 in popluar color models

7AA9D0
RGB122169208
HSL207°47.78%64.71%
HSB/HSV207°41.35%81.57%
CMYK41.35%18.75%0.00%
18.43%

Color #7AA9D0 in popluar number systems.

HEX7AA9D0
Decimal122169208
Binary11110101010100111010000
Octal172251320

Shades and tints

Shades of #7AA9D0

#7AA9D0
(122,169,208)
#6F9ABE
(111,154,190)
#648BAC
(100,139,172)
#597C9A
(89,124,154)
#4E6D88
(78,109,136)
#435E76
(67,94,118)
#384F64
(56,79,100)
#2D4052
(45,64,82)
#223140
(34,49,64)
#17222E
(23,34,46)
#0C131C
(12,19,28)
#000000
(0,0,0)

Tints of #7AA9D0

#7AA9D0
(122,169,208)
#86B0D4
(134,176,212)
#92B7D8
(146,183,216)
#9EBEDC
(158,190,220)
#AAC5E0
(170,197,224)
#B6CCE4
(182,204,228)
#C2D3E8
(194,211,232)
#CEDAEC
(206,218,236)
#DAE1F0
(218,225,240)
#E6E8F4
(230,232,244)
#F2EFF8
(242,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7AA9D0 color. Also use rgb(122,169,208) instead hex code.

Text Font Color

.myTextColor { color: #7AA9D0; }

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

This text font color is #7AA9D0.


Background Color

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

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

This div background color is #7AA9D0.


Border color

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

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

This div border color is #7AA9D0.


Opacity

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

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

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

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

This text has shadow with #7AA9D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7AA9D0 on black background.


Color preview on white background

This text has color #7AA9D0 on white background.



Black color preview on #7AA9D0 background

This text has black color on #7AA9D0 background.


White color preview on #7AA9D0 background

This text has white color on #7AA9D0 background.