COLOR #7C96E4

HEX: #7C96E4
RGB: (124,150,228)

Color info

#7C96E4 contains mainly blue color. Web safe color of #7C96E4 is #6699CC (or #69C).

RGB color model

#7C96E4 color RGB value is (124,150,228).

  • red value is 124;
  • green value is 150;
  • blue value is 228.
RGB:
(124,150,228)
(49%,59%,89%)

RGB channels and saturation

R 124 of 255 = 49%
G 150 of 255 = 59%
B 228 of 255 = 89%

124
150
228

R + G + B ~ 66%. #7C96E4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
124 + 150 + 228 = 502 (100%)
R 124 of 502 ~ 24.7%
G 150 of 502 ~ 29.88%
B 228 of 502 ~ 45.42%

%24.7
%29.88
%45.42

CMYK color model

#7C96E4 color CMYK value is (46,34,0,11).

  • cyan value is 45.61%
  • magenta value is 34.21%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(46,34,0,11)
C46M34Y0K11 
(46%,34%,0%,11%)
(0.46/0.34/0.00/0.11)	

CMYK percentages

%45.61
%34.21
%0
%10.59

Codes

Color #7C96E4 in popluar color models

7C96E4
RGB124150228
HSL225°65.82%69.02%
HSB/HSV225°45.61%89.41%
CMYK45.61%34.21%0.00%
10.59%

Color #7C96E4 in popluar number systems.

HEX7C96E4
Decimal124150228
Binary11111001001011011100100
Octal174226344

Shades and tints

Shades of #7C96E4

#7C96E4
(124,150,228)
#7189D0
(113,137,208)
#667CBC
(102,124,188)
#5B6FA8
(91,111,168)
#506294
(80,98,148)
#455580
(69,85,128)
#3A486C
(58,72,108)
#2F3B58
(47,59,88)
#242E44
(36,46,68)
#192130
(25,33,48)
#0E141C
(14,20,28)
#000000
(0,0,0)

Tints of #7C96E4

#7C96E4
(124,150,228)
#879FE6
(135,159,230)
#92A8E8
(146,168,232)
#9DB1EA
(157,177,234)
#A8BAEC
(168,186,236)
#B3C3EE
(179,195,238)
#BECCF0
(190,204,240)
#C9D5F2
(201,213,242)
#D4DEF4
(212,222,244)
#DFE7F6
(223,231,246)
#EAF0F8
(234,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C96E4 color. Also use rgb(124,150,228) instead hex code.

Text Font Color

.myTextColor { color: #7C96E4; }

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

This text font color is #7C96E4.


Background Color

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

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

This div background color is #7C96E4.


Border color

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

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

This div border color is #7C96E4.


Opacity

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

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

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

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

This text has shadow with #7C96E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C96E4 on black background.


Color preview on white background

This text has color #7C96E4 on white background.



Black color preview on #7C96E4 background

This text has black color on #7C96E4 background.


White color preview on #7C96E4 background

This text has white color on #7C96E4 background.