COLOR #7C9CEF

HEX: #7C9CEF
RGB: (124,156,239)

Color info

#7C9CEF contains mainly blue color. Web safe color of #7C9CEF is #6699FF (or #69F).

RGB color model

#7C9CEF color RGB value is (124,156,239).

  • red value is 124;
  • green value is 156;
  • blue value is 239.
RGB:
(124,156,239)
(49%,61%,94%)

RGB channels and saturation

R 124 of 255 = 49%
G 156 of 255 = 61%
B 239 of 255 = 94%

124
156
239

R + G + B ~ 68%. #7C9CEF is quite light color.

Portions of RGB colors in percentages

R + G + B =
124 + 156 + 239 = 519 (100%)
R 124 of 519 ~ 23.89%
G 156 of 519 ~ 30.06%
B 239 of 519 ~ 46.05%

%23.89
%30.06
%46.05

CMYK color model

#7C9CEF color CMYK value is (48,35,0,6).

  • cyan value is 48.12%
  • magenta value is 34.73%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(48,35,0,6)
C48M35Y0K6 
(48%,35%,0%,6%)
(0.48/0.35/0.00/0.06)	

CMYK percentages

%48.12
%34.73
%0
%6.27

Codes

Color #7C9CEF in popluar color models

7C9CEF
RGB124156239
HSL223°78.23%71.18%
HSB/HSV223°48.12%93.73%
CMYK48.12%34.73%0.00%
6.27%

Color #7C9CEF in popluar number systems.

HEX7C9CEF
Decimal124156239
Binary11111001001110011101111
Octal174234357

Shades and tints

Shades of #7C9CEF

#7C9CEF
(124,156,239)
#718EDA
(113,142,218)
#6680C5
(102,128,197)
#5B72B0
(91,114,176)
#50649B
(80,100,155)
#455686
(69,86,134)
#3A4871
(58,72,113)
#2F3A5C
(47,58,92)
#242C47
(36,44,71)
#191E32
(25,30,50)
#0E101D
(14,16,29)
#000000
(0,0,0)

Tints of #7C9CEF

#7C9CEF
(124,156,239)
#87A5F0
(135,165,240)
#92AEF1
(146,174,241)
#9DB7F2
(157,183,242)
#A8C0F3
(168,192,243)
#B3C9F4
(179,201,244)
#BED2F5
(190,210,245)
#C9DBF6
(201,219,246)
#D4E4F7
(212,228,247)
#DFEDF8
(223,237,248)
#EAF6F9
(234,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C9CEF color. Also use rgb(124,156,239) instead hex code.

Text Font Color

.myTextColor { color: #7C9CEF; }

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

This text font color is #7C9CEF.


Background Color

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

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

This div background color is #7C9CEF.


Border color

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

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

This div border color is #7C9CEF.


Opacity

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

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

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

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

This text has shadow with #7C9CEF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C9CEF on black background.


Color preview on white background

This text has color #7C9CEF on white background.



Black color preview on #7C9CEF background

This text has black color on #7C9CEF background.


White color preview on #7C9CEF background

This text has white color on #7C9CEF background.