COLOR #7AB9CE

HEX: #7AB9CE
RGB: (122,185,206)

Color info

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

RGB color model

#7AB9CE color RGB value is (122,185,206).

  • red value is 122;
  • green value is 185;
  • blue value is 206.
RGB:
(122,185,206)
(48%,73%,81%)

RGB channels and saturation

R 122 of 255 = 48%
G 185 of 255 = 73%
B 206 of 255 = 81%

122
185
206

R + G + B ~ 67%. #7AB9CE is quite light color.

Portions of RGB colors in percentages

R + G + B =
122 + 185 + 206 = 513 (100%)
R 122 of 513 ~ 23.78%
G 185 of 513 ~ 36.06%
B 206 of 513 ~ 40.16%

%23.78
%36.06
%40.16

CMYK color model

#7AB9CE color CMYK value is (41,10,0,19).

  • cyan value is 40.78%
  • magenta value is 10.19%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(41,10,0,19)
C41M10Y0K19 
(41%,10%,0%,19%)
(0.41/0.10/0.00/0.19)	

CMYK percentages

%40.78
%10.19
%0
%19.22

Codes

Color #7AB9CE in popluar color models

7AB9CE
RGB122185206
HSL195°46.15%64.31%
HSB/HSV195°40.78%80.78%
CMYK40.78%10.19%0.00%
19.22%

Color #7AB9CE in popluar number systems.

HEX7AB9CE
Decimal122185206
Binary11110101011100111001110
Octal172271316

Shades and tints

Shades of #7AB9CE

#7AB9CE
(122,185,206)
#6FA9BC
(111,169,188)
#6499AA
(100,153,170)
#598998
(89,137,152)
#4E7986
(78,121,134)
#436974
(67,105,116)
#385962
(56,89,98)
#2D4950
(45,73,80)
#22393E
(34,57,62)
#17292C
(23,41,44)
#0C191A
(12,25,26)
#000000
(0,0,0)

Tints of #7AB9CE

#7AB9CE
(122,185,206)
#86BFD2
(134,191,210)
#92C5D6
(146,197,214)
#9ECBDA
(158,203,218)
#AAD1DE
(170,209,222)
#B6D7E2
(182,215,226)
#C2DDE6
(194,221,230)
#CEE3EA
(206,227,234)
#DAE9EE
(218,233,238)
#E6EFF2
(230,239,242)
#F2F5F6
(242,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7AB9CE color. Also use rgb(122,185,206) instead hex code.

Text Font Color

.myTextColor { color: #7AB9CE; }

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

This text font color is #7AB9CE.


Background Color

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

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

This div background color is #7AB9CE.


Border color

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

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

This div border color is #7AB9CE.


Opacity

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

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

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

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

This text has shadow with #7AB9CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7AB9CE on black background.


Color preview on white background

This text has color #7AB9CE on white background.



Black color preview on #7AB9CE background

This text has black color on #7AB9CE background.


White color preview on #7AB9CE background

This text has white color on #7AB9CE background.