COLOR #7A9EBB

HEX: #7A9EBB
RGB: (122,158,187)

Color info

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

RGB color model

#7A9EBB color RGB value is (122,158,187).

  • red value is 122;
  • green value is 158;
  • blue value is 187.
RGB:
(122,158,187)
(48%,62%,73%)

RGB channels and saturation

R 122 of 255 = 48%
G 158 of 255 = 62%
B 187 of 255 = 73%

122
158
187

R + G + B ~ 61%. #7A9EBB is quite light color.

Portions of RGB colors in percentages

R + G + B =
122 + 158 + 187 = 467 (100%)
R 122 of 467 ~ 26.12%
G 158 of 467 ~ 33.83%
B 187 of 467 ~ 40.04%

%26.12
%33.83
%40.04

CMYK color model

#7A9EBB color CMYK value is (35,16,0,27).

  • cyan value is 34.76%
  • magenta value is 15.51%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(35,16,0,27)
C35M16Y0K27 
(35%,16%,0%,27%)
(0.35/0.16/0.00/0.27)	

CMYK percentages

%34.76
%15.51
%0
%26.67

Codes

Color #7A9EBB in popluar color models

7A9EBB
RGB122158187
HSL207°32.34%60.59%
HSB/HSV207°34.76%73.33%
CMYK34.76%15.51%0.00%
26.67%

Color #7A9EBB in popluar number systems.

HEX7A9EBB
Decimal122158187
Binary11110101001111010111011
Octal172236273

Shades and tints

Shades of #7A9EBB

#7A9EBB
(122,158,187)
#6F90AA
(111,144,170)
#648299
(100,130,153)
#597488
(89,116,136)
#4E6677
(78,102,119)
#435866
(67,88,102)
#384A55
(56,74,85)
#2D3C44
(45,60,68)
#222E33
(34,46,51)
#172022
(23,32,34)
#0C1211
(12,18,17)
#000000
(0,0,0)

Tints of #7A9EBB

#7A9EBB
(122,158,187)
#86A6C1
(134,166,193)
#92AEC7
(146,174,199)
#9EB6CD
(158,182,205)
#AABED3
(170,190,211)
#B6C6D9
(182,198,217)
#C2CEDF
(194,206,223)
#CED6E5
(206,214,229)
#DADEEB
(218,222,235)
#E6E6F1
(230,230,241)
#F2EEF7
(242,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A9EBB color. Also use rgb(122,158,187) instead hex code.

Text Font Color

.myTextColor { color: #7A9EBB; }

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

This text font color is #7A9EBB.


Background Color

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

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

This div background color is #7A9EBB.


Border color

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

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

This div border color is #7A9EBB.


Opacity

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

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

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

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

This text has shadow with #7A9EBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A9EBB on black background.


Color preview on white background

This text has color #7A9EBB on white background.



Black color preview on #7A9EBB background

This text has black color on #7A9EBB background.


White color preview on #7A9EBB background

This text has white color on #7A9EBB background.