COLOR #7A9ECA

HEX: #7A9ECA
RGB: (122,158,202)

Color info

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

RGB color model

#7A9ECA color RGB value is (122,158,202).

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

RGB channels and saturation

R 122 of 255 = 48%
G 158 of 255 = 62%
B 202 of 255 = 79%

122
158
202

R + G + B ~ 63%. #7A9ECA is quite light color.

Portions of RGB colors in percentages

R + G + B =
122 + 158 + 202 = 482 (100%)
R 122 of 482 ~ 25.31%
G 158 of 482 ~ 32.78%
B 202 of 482 ~ 41.91%

%25.31
%32.78
%41.91

CMYK color model

#7A9ECA color CMYK value is (40,22,0,21).

  • cyan value is 39.60%
  • magenta value is 21.78%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(40,22,0,21)
C40M22Y0K21 
(40%,22%,0%,21%)
(0.40/0.22/0.00/0.21)	

CMYK percentages

%39.6
%21.78
%0
%20.78

Codes

Color #7A9ECA in popluar color models

7A9ECA
RGB122158202
HSL213°43.01%63.53%
HSB/HSV213°39.60%79.22%
CMYK39.60%21.78%0.00%
20.78%

Color #7A9ECA in popluar number systems.

HEX7A9ECA
Decimal122158202
Binary11110101001111011001010
Octal172236312

Shades and tints

Shades of #7A9ECA

#7A9ECA
(122,158,202)
#6F90B8
(111,144,184)
#6482A6
(100,130,166)
#597494
(89,116,148)
#4E6682
(78,102,130)
#435870
(67,88,112)
#384A5E
(56,74,94)
#2D3C4C
(45,60,76)
#222E3A
(34,46,58)
#172028
(23,32,40)
#0C1216
(12,18,22)
#000000
(0,0,0)

Tints of #7A9ECA

#7A9ECA
(122,158,202)
#86A6CE
(134,166,206)
#92AED2
(146,174,210)
#9EB6D6
(158,182,214)
#AABEDA
(170,190,218)
#B6C6DE
(182,198,222)
#C2CEE2
(194,206,226)
#CED6E6
(206,214,230)
#DADEEA
(218,222,234)
#E6E6EE
(230,230,238)
#F2EEF2
(242,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A9ECA; }

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

This text font color is #7A9ECA.


Background Color

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

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

This div background color is #7A9ECA.


Border color

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

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

This div border color is #7A9ECA.


Opacity

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

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

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

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

This text has shadow with #7A9ECA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A9ECA on black background.


Color preview on white background

This text has color #7A9ECA on white background.



Black color preview on #7A9ECA background

This text has black color on #7A9ECA background.


White color preview on #7A9ECA background

This text has white color on #7A9ECA background.