COLOR #7CA5E2

HEX: #7CA5E2
RGB: (124,165,226)

Color info

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

RGB color model

#7CA5E2 color RGB value is (124,165,226).

  • red value is 124;
  • green value is 165;
  • blue value is 226.
RGB:
(124,165,226)
(49%,65%,89%)

RGB channels and saturation

R 124 of 255 = 49%
G 165 of 255 = 65%
B 226 of 255 = 89%

124
165
226

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

Portions of RGB colors in percentages

R + G + B =
124 + 165 + 226 = 515 (100%)
R 124 of 515 ~ 24.08%
G 165 of 515 ~ 32.04%
B 226 of 515 ~ 43.88%

%24.08
%32.04
%43.88

CMYK color model

#7CA5E2 color CMYK value is (45,27,0,11).

  • cyan value is 45.13%
  • magenta value is 26.99%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(45,27,0,11)
C45M27Y0K11 
(45%,27%,0%,11%)
(0.45/0.27/0.00/0.11)	

CMYK percentages

%45.13
%26.99
%0
%11.37

Codes

Color #7CA5E2 in popluar color models

7CA5E2
RGB124165226
HSL216°63.75%68.63%
HSB/HSV216°45.13%88.63%
CMYK45.13%26.99%0.00%
11.37%

Color #7CA5E2 in popluar number systems.

HEX7CA5E2
Decimal124165226
Binary11111001010010111100010
Octal174245342

Shades and tints

Shades of #7CA5E2

#7CA5E2
(124,165,226)
#7196CE
(113,150,206)
#6687BA
(102,135,186)
#5B78A6
(91,120,166)
#506992
(80,105,146)
#455A7E
(69,90,126)
#3A4B6A
(58,75,106)
#2F3C56
(47,60,86)
#242D42
(36,45,66)
#191E2E
(25,30,46)
#0E0F1A
(14,15,26)
#000000
(0,0,0)

Tints of #7CA5E2

#7CA5E2
(124,165,226)
#87ADE4
(135,173,228)
#92B5E6
(146,181,230)
#9DBDE8
(157,189,232)
#A8C5EA
(168,197,234)
#B3CDEC
(179,205,236)
#BED5EE
(190,213,238)
#C9DDF0
(201,221,240)
#D4E5F2
(212,229,242)
#DFEDF4
(223,237,244)
#EAF5F6
(234,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7CA5E2 color. Also use rgb(124,165,226) instead hex code.

Text Font Color

.myTextColor { color: #7CA5E2; }

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

This text font color is #7CA5E2.


Background Color

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

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

This div background color is #7CA5E2.


Border color

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

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

This div border color is #7CA5E2.


Opacity

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

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

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

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

This text has shadow with #7CA5E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7CA5E2 on black background.


Color preview on white background

This text has color #7CA5E2 on white background.



Black color preview on #7CA5E2 background

This text has black color on #7CA5E2 background.


White color preview on #7CA5E2 background

This text has white color on #7CA5E2 background.