COLOR #7CAEF5

HEX: #7CAEF5
RGB: (124,174,245)

Color info

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

RGB color model

#7CAEF5 color RGB value is (124,174,245).

  • red value is 124;
  • green value is 174;
  • blue value is 245.
RGB:
(124,174,245)
(49%,68%,96%)

RGB channels and saturation

R 124 of 255 = 49%
G 174 of 255 = 68%
B 245 of 255 = 96%

124
174
245

R + G + B ~ 71%. #7CAEF5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
124 + 174 + 245 = 543 (100%)
R 124 of 543 ~ 22.84%
G 174 of 543 ~ 32.04%
B 245 of 543 ~ 45.12%

%22.84
%32.04
%45.12

CMYK color model

#7CAEF5 color CMYK value is (49,29,0,4).

  • cyan value is 49.39%
  • magenta value is 28.98%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(49,29,0,4)
C49M29Y0K4 
(49%,29%,0%,4%)
(0.49/0.29/0.00/0.04)	

CMYK percentages

%49.39
%28.98
%0
%3.92

Codes

Color #7CAEF5 in popluar color models

7CAEF5
RGB124174245
HSL215°85.82%72.35%
HSB/HSV215°49.39%96.08%
CMYK49.39%28.98%0.00%
3.92%

Color #7CAEF5 in popluar number systems.

HEX7CAEF5
Decimal124174245
Binary11111001010111011110101
Octal174256365

Shades and tints

Shades of #7CAEF5

#7CAEF5
(124,174,245)
#719FDF
(113,159,223)
#6690C9
(102,144,201)
#5B81B3
(91,129,179)
#50729D
(80,114,157)
#456387
(69,99,135)
#3A5471
(58,84,113)
#2F455B
(47,69,91)
#243645
(36,54,69)
#19272F
(25,39,47)
#0E1819
(14,24,25)
#000000
(0,0,0)

Tints of #7CAEF5

#7CAEF5
(124,174,245)
#87B5F5
(135,181,245)
#92BCF5
(146,188,245)
#9DC3F5
(157,195,245)
#A8CAF5
(168,202,245)
#B3D1F5
(179,209,245)
#BED8F5
(190,216,245)
#C9DFF5
(201,223,245)
#D4E6F5
(212,230,245)
#DFEDF5
(223,237,245)
#EAF4F5
(234,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7CAEF5 color. Also use rgb(124,174,245) instead hex code.

Text Font Color

.myTextColor { color: #7CAEF5; }

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

This text font color is #7CAEF5.


Background Color

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

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

This div background color is #7CAEF5.


Border color

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

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

This div border color is #7CAEF5.


Opacity

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

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

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

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

This text has shadow with #7CAEF5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7CAEF5 on black background.


Color preview on white background

This text has color #7CAEF5 on white background.



Black color preview on #7CAEF5 background

This text has black color on #7CAEF5 background.


White color preview on #7CAEF5 background

This text has white color on #7CAEF5 background.