COLOR #7C9ECA

HEX: #7C9ECA RGB: (124,158,202)

Color info

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

RGB color model

#7C9ECA color RGB value is (124,158,202).

RGB: (124,158,202) (49%, 62%, 79%)

RGB channels and saturation

R 124 of 255 = 49%
G 158 of 255 = 62%
B 202 of 255 = 79%

124
158
202

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

Portions of RGB colors in percentages

R + G + B = 124 + 158 + 202 = 484 (100%)
R 124 of 484 ~ 25.62%
G 158 of 484 ~ 32.64%
B 202 of 484 ~ 41.74'%

%25.62
%32.64
%41.74

CMYK color model

#7C9ECA color CMYK value is (39,22,0,21).

  • cyan value is 38.61%
  • magenta value is 21.78%
  • yellow value is 0.00%
  • key color value is 20.78%

CMYK: (39,22,0,21)
C39M22Y0K21 (39%, 22%, 0%, 21%)
(0.39 / 0.22 / 0.00 / 0.21)

CMYK percentages

%38.61
%21.78
%0
%20.78

Codes

Color #7C9ECA in popluar color models

7C 9E CA
RGB 124 158 202
HSL 214° 42.39% 63.92%
HSB/HSV 214° 38.61% 79.22%
CMYK 38.61% 21.78% 0.00%
20.78%

Color #7C9ECA in popluar number systems.

HEX 7C 9E CA
Decimal 124 158 202
Binary 1111100 10011110 11001010
Octal 174 236 312

Shades and tints

Shades of #7C9ECA

#7C9ECA
(124,158,202)
#7190B8
(113,144,184)
#6682A6
(102,130,166)
#5B7494
(91,116,148)
#506682
(80,102,130)
#455870
(69,88,112)
#3A4A5E
(58,74,94)
#2F3C4C
(47,60,76)
#242E3A
(36,46,58)
#192028
(25,32,40)
#0E1216
(14,18,22)
#000000
(0,0,0)

Tints of #7C9ECA

#7C9ECA
(124,158,202)
#87A6CE
(135,166,206)
#92AED2
(146,174,210)
#9DB6D6
(157,182,214)
#A8BEDA
(168,190,218)
#B3C6DE
(179,198,222)
#BECEE2
(190,206,226)
#C9D6E6
(201,214,230)
#D4DEEA
(212,222,234)
#DFE6EE
(223,230,238)
#EAEEF2
(234,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C9ECA; }

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

This text font color is #7C9ECA.

Background Color

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

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

This div background color is #7C9ECA.

Border color

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

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

This div border color is #7C9ECA.

Opacity

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

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

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

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

This text has shadow with #7C9ECA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C9ECA.

Preview

Color preview on black background

This text has color #7C9ECA on black background.


Color preview on white background

This text has color #7C9ECA on white background.


Black color preview on #7C9ECA background

This text has black color on #7C9ECA background.


White color preview on #7C9ECA background

This text has white color on #7C9ECA background.


Related colors

Complementary color

Complementary color for #hex is #836135.


I love getcolorcode.com

Triadic colors

1 #CA7C9E and #9ECA7C with #7C9ECA are triadic colors.

2 #CA9E7C and #9E7CCA with #7C9ECA are triadic colors.