COLOR #7AB4DC

HEX: #7AB4DC
RGB: (122,180,220)

Color info

#7AB4DC contains mainly green and blue colors. Web safe color of #7AB4DC is #66CCCC (or #6CC).

RGB color model

#7AB4DC color RGB value is (122,180,220).

  • red value is 122;
  • green value is 180;
  • blue value is 220.
RGB:
(122,180,220)
(48%,71%,86%)

RGB channels and saturation

R 122 of 255 = 48%
G 180 of 255 = 71%
B 220 of 255 = 86%

122
180
220

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

Portions of RGB colors in percentages

R + G + B =
122 + 180 + 220 = 522 (100%)
R 122 of 522 ~ 23.37%
G 180 of 522 ~ 34.48%
B 220 of 522 ~ 42.15%

%23.37
%34.48
%42.15

CMYK color model

#7AB4DC color CMYK value is (45,18,0,14).

  • cyan value is 44.55%
  • magenta value is 18.18%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(45,18,0,14)
C45M18Y0K14 
(45%,18%,0%,14%)
(0.45/0.18/0.00/0.14)	

CMYK percentages

%44.55
%18.18
%0
%13.73

Codes

Color #7AB4DC in popluar color models

7AB4DC
RGB122180220
HSL204°58.33%67.06%
HSB/HSV204°44.55%86.27%
CMYK44.55%18.18%0.00%
13.73%

Color #7AB4DC in popluar number systems.

HEX7AB4DC
Decimal122180220
Binary11110101011010011011100
Octal172264334

Shades and tints

Shades of #7AB4DC

#7AB4DC
(122,180,220)
#6FA4C8
(111,164,200)
#6494B4
(100,148,180)
#5984A0
(89,132,160)
#4E748C
(78,116,140)
#436478
(67,100,120)
#385464
(56,84,100)
#2D4450
(45,68,80)
#22343C
(34,52,60)
#172428
(23,36,40)
#0C1414
(12,20,20)
#000000
(0,0,0)

Tints of #7AB4DC

#7AB4DC
(122,180,220)
#86BADF
(134,186,223)
#92C0E2
(146,192,226)
#9EC6E5
(158,198,229)
#AACCE8
(170,204,232)
#B6D2EB
(182,210,235)
#C2D8EE
(194,216,238)
#CEDEF1
(206,222,241)
#DAE4F4
(218,228,244)
#E6EAF7
(230,234,247)
#F2F0FA
(242,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7AB4DC color. Also use rgb(122,180,220) instead hex code.

Text Font Color

.myTextColor { color: #7AB4DC; }

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

This text font color is #7AB4DC.


Background Color

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

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

This div background color is #7AB4DC.


Border color

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

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

This div border color is #7AB4DC.


Opacity

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

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

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

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

This text has shadow with #7AB4DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7AB4DC on black background.


Color preview on white background

This text has color #7AB4DC on white background.



Black color preview on #7AB4DC background

This text has black color on #7AB4DC background.


White color preview on #7AB4DC background

This text has white color on #7AB4DC background.