COLOR #7AB0CF

HEX: #7AB0CF
RGB: (122,176,207)

Color info

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

RGB color model

#7AB0CF color RGB value is (122,176,207).

  • red value is 122;
  • green value is 176;
  • blue value is 207.
RGB:
(122,176,207)
(48%,69%,81%)

RGB channels and saturation

R 122 of 255 = 48%
G 176 of 255 = 69%
B 207 of 255 = 81%

122
176
207

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

Portions of RGB colors in percentages

R + G + B =
122 + 176 + 207 = 505 (100%)
R 122 of 505 ~ 24.16%
G 176 of 505 ~ 34.85%
B 207 of 505 ~ 40.99%

%24.16
%34.85
%40.99

CMYK color model

#7AB0CF color CMYK value is (41,15,0,19).

  • cyan value is 41.06%
  • magenta value is 14.98%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(41,15,0,19)
C41M15Y0K19 
(41%,15%,0%,19%)
(0.41/0.15/0.00/0.19)	

CMYK percentages

%41.06
%14.98
%0
%18.82

Codes

Color #7AB0CF in popluar color models

7AB0CF
RGB122176207
HSL202°46.96%64.51%
HSB/HSV202°41.06%81.18%
CMYK41.06%14.98%0.00%
18.82%

Color #7AB0CF in popluar number systems.

HEX7AB0CF
Decimal122176207
Binary11110101011000011001111
Octal172260317

Shades and tints

Shades of #7AB0CF

#7AB0CF
(122,176,207)
#6FA0BD
(111,160,189)
#6490AB
(100,144,171)
#598099
(89,128,153)
#4E7087
(78,112,135)
#436075
(67,96,117)
#385063
(56,80,99)
#2D4051
(45,64,81)
#22303F
(34,48,63)
#17202D
(23,32,45)
#0C101B
(12,16,27)
#000000
(0,0,0)

Tints of #7AB0CF

#7AB0CF
(122,176,207)
#86B7D3
(134,183,211)
#92BED7
(146,190,215)
#9EC5DB
(158,197,219)
#AACCDF
(170,204,223)
#B6D3E3
(182,211,227)
#C2DAE7
(194,218,231)
#CEE1EB
(206,225,235)
#DAE8EF
(218,232,239)
#E6EFF3
(230,239,243)
#F2F6F7
(242,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7AB0CF color. Also use rgb(122,176,207) instead hex code.

Text Font Color

.myTextColor { color: #7AB0CF; }

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

This text font color is #7AB0CF.


Background Color

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

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

This div background color is #7AB0CF.


Border color

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

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

This div border color is #7AB0CF.


Opacity

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

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

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

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

This text has shadow with #7AB0CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7AB0CF on black background.


Color preview on white background

This text has color #7AB0CF on white background.



Black color preview on #7AB0CF background

This text has black color on #7AB0CF background.


White color preview on #7AB0CF background

This text has white color on #7AB0CF background.