COLOR #7C9ED9

HEX: #7C9ED9
RGB: (124,158,217)

Color info

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

RGB color model

#7C9ED9 color RGB value is (124,158,217).

  • red value is 124;
  • green value is 158;
  • blue value is 217.
RGB:
(124,158,217)
(49%,62%,85%)

RGB channels and saturation

R 124 of 255 = 49%
G 158 of 255 = 62%
B 217 of 255 = 85%

124
158
217

R + G + B ~ 65%. #7C9ED9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
124 + 158 + 217 = 499 (100%)
R 124 of 499 ~ 24.85%
G 158 of 499 ~ 31.66%
B 217 of 499 ~ 43.49%

%24.85
%31.66
%43.49

CMYK color model

#7C9ED9 color CMYK value is (43,27,0,15).

  • cyan value is 42.86%
  • magenta value is 27.19%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(43,27,0,15)
C43M27Y0K15 
(43%,27%,0%,15%)
(0.43/0.27/0.00/0.15)	

CMYK percentages

%42.86
%27.19
%0
%14.9

Codes

Color #7C9ED9 in popluar color models

7C9ED9
RGB124158217
HSL218°55.03%66.86%
HSB/HSV218°42.86%85.10%
CMYK42.86%27.19%0.00%
14.90%

Color #7C9ED9 in popluar number systems.

HEX7C9ED9
Decimal124158217
Binary11111001001111011011001
Octal174236331

Shades and tints

Shades of #7C9ED9

#7C9ED9
(124,158,217)
#7190C6
(113,144,198)
#6682B3
(102,130,179)
#5B74A0
(91,116,160)
#50668D
(80,102,141)
#45587A
(69,88,122)
#3A4A67
(58,74,103)
#2F3C54
(47,60,84)
#242E41
(36,46,65)
#19202E
(25,32,46)
#0E121B
(14,18,27)
#000000
(0,0,0)

Tints of #7C9ED9

#7C9ED9
(124,158,217)
#87A6DC
(135,166,220)
#92AEDF
(146,174,223)
#9DB6E2
(157,182,226)
#A8BEE5
(168,190,229)
#B3C6E8
(179,198,232)
#BECEEB
(190,206,235)
#C9D6EE
(201,214,238)
#D4DEF1
(212,222,241)
#DFE6F4
(223,230,244)
#EAEEF7
(234,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C9ED9; }

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

This text font color is #7C9ED9.


Background Color

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

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

This div background color is #7C9ED9.


Border color

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

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

This div border color is #7C9ED9.


Opacity

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

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

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

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

This text has shadow with #7C9ED9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C9ED9 on black background.


Color preview on white background

This text has color #7C9ED9 on white background.



Black color preview on #7C9ED9 background

This text has black color on #7C9ED9 background.


White color preview on #7C9ED9 background

This text has white color on #7C9ED9 background.