COLOR #7CA4E5

HEX: #7CA4E5
RGB: (124,164,229)

Color info

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

RGB color model

#7CA4E5 color RGB value is (124,164,229).

  • red value is 124;
  • green value is 164;
  • blue value is 229.
RGB:
(124,164,229)
(49%,64%,90%)

RGB channels and saturation

R 124 of 255 = 49%
G 164 of 255 = 64%
B 229 of 255 = 90%

124
164
229

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

Portions of RGB colors in percentages

R + G + B =
124 + 164 + 229 = 517 (100%)
R 124 of 517 ~ 23.98%
G 164 of 517 ~ 31.72%
B 229 of 517 ~ 44.29%

%23.98
%31.72
%44.29

CMYK color model

#7CA4E5 color CMYK value is (46,28,0,10).

  • cyan value is 45.85%
  • magenta value is 28.38%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(46,28,0,10)
C46M28Y0K10 
(46%,28%,0%,10%)
(0.46/0.28/0.00/0.10)	

CMYK percentages

%45.85
%28.38
%0
%10.2

Codes

Color #7CA4E5 in popluar color models

7CA4E5
RGB124164229
HSL217°66.88%69.22%
HSB/HSV217°45.85%89.80%
CMYK45.85%28.38%0.00%
10.20%

Color #7CA4E5 in popluar number systems.

HEX7CA4E5
Decimal124164229
Binary11111001010010011100101
Octal174244345

Shades and tints

Shades of #7CA4E5

#7CA4E5
(124,164,229)
#7196D1
(113,150,209)
#6688BD
(102,136,189)
#5B7AA9
(91,122,169)
#506C95
(80,108,149)
#455E81
(69,94,129)
#3A506D
(58,80,109)
#2F4259
(47,66,89)
#243445
(36,52,69)
#192631
(25,38,49)
#0E181D
(14,24,29)
#000000
(0,0,0)

Tints of #7CA4E5

#7CA4E5
(124,164,229)
#87ACE7
(135,172,231)
#92B4E9
(146,180,233)
#9DBCEB
(157,188,235)
#A8C4ED
(168,196,237)
#B3CCEF
(179,204,239)
#BED4F1
(190,212,241)
#C9DCF3
(201,220,243)
#D4E4F5
(212,228,245)
#DFECF7
(223,236,247)
#EAF4F9
(234,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7CA4E5 color. Also use rgb(124,164,229) instead hex code.

Text Font Color

.myTextColor { color: #7CA4E5; }

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

This text font color is #7CA4E5.


Background Color

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

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

This div background color is #7CA4E5.


Border color

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

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

This div border color is #7CA4E5.


Opacity

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

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

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

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

This text has shadow with #7CA4E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7CA4E5 on black background.


Color preview on white background

This text has color #7CA4E5 on white background.



Black color preview on #7CA4E5 background

This text has black color on #7CA4E5 background.


White color preview on #7CA4E5 background

This text has white color on #7CA4E5 background.