COLOR #7AA0CC

HEX: #7AA0CC
RGB: (122,160,204)

Color info

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

RGB color model

#7AA0CC color RGB value is (122,160,204).

  • red value is 122;
  • green value is 160;
  • blue value is 204.
RGB:
(122,160,204)
(48%,63%,80%)

RGB channels and saturation

R 122 of 255 = 48%
G 160 of 255 = 63%
B 204 of 255 = 80%

122
160
204

R + G + B ~ 64%. #7AA0CC is quite light color.

Portions of RGB colors in percentages

R + G + B =
122 + 160 + 204 = 486 (100%)
R 122 of 486 ~ 25.1%
G 160 of 486 ~ 32.92%
B 204 of 486 ~ 41.98%

%25.1
%32.92
%41.98

CMYK color model

#7AA0CC color CMYK value is (40,22,0,20).

  • cyan value is 40.20%
  • magenta value is 21.57%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(40,22,0,20)
C40M22Y0K20 
(40%,22%,0%,20%)
(0.40/0.22/0.00/0.20)	

CMYK percentages

%40.2
%21.57
%0
%20

Codes

Color #7AA0CC in popluar color models

7AA0CC
RGB122160204
HSL212°44.57%63.92%
HSB/HSV212°40.20%80.00%
CMYK40.20%21.57%0.00%
20.00%

Color #7AA0CC in popluar number systems.

HEX7AA0CC
Decimal122160204
Binary11110101010000011001100
Octal172240314

Shades and tints

Shades of #7AA0CC

#7AA0CC
(122,160,204)
#6F92BA
(111,146,186)
#6484A8
(100,132,168)
#597696
(89,118,150)
#4E6884
(78,104,132)
#435A72
(67,90,114)
#384C60
(56,76,96)
#2D3E4E
(45,62,78)
#22303C
(34,48,60)
#17222A
(23,34,42)
#0C1418
(12,20,24)
#000000
(0,0,0)

Tints of #7AA0CC

#7AA0CC
(122,160,204)
#86A8D0
(134,168,208)
#92B0D4
(146,176,212)
#9EB8D8
(158,184,216)
#AAC0DC
(170,192,220)
#B6C8E0
(182,200,224)
#C2D0E4
(194,208,228)
#CED8E8
(206,216,232)
#DAE0EC
(218,224,236)
#E6E8F0
(230,232,240)
#F2F0F4
(242,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7AA0CC color. Also use rgb(122,160,204) instead hex code.

Text Font Color

.myTextColor { color: #7AA0CC; }

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

This text font color is #7AA0CC.


Background Color

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

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

This div background color is #7AA0CC.


Border color

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

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

This div border color is #7AA0CC.


Opacity

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

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

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

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

This text has shadow with #7AA0CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7AA0CC on black background.


Color preview on white background

This text has color #7AA0CC on white background.



Black color preview on #7AA0CC background

This text has black color on #7AA0CC background.


White color preview on #7AA0CC background

This text has white color on #7AA0CC background.