COLOR #7CAEE1

HEX: #7CAEE1
RGB: (124,174,225)

Color info

#7CAEE1 contains mainly green and blue colors. Web safe color of #7CAEE1 is #6699CC (or #69C).

RGB color model

#7CAEE1 color RGB value is (124,174,225).

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

RGB channels and saturation

R 124 of 255 = 49%
G 174 of 255 = 68%
B 225 of 255 = 88%

124
174
225

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

Portions of RGB colors in percentages

R + G + B =
124 + 174 + 225 = 523 (100%)
R 124 of 523 ~ 23.71%
G 174 of 523 ~ 33.27%
B 225 of 523 ~ 43.02%

%23.71
%33.27
%43.02

CMYK color model

#7CAEE1 color CMYK value is (45,23,0,12).

  • cyan value is 44.89%
  • magenta value is 22.67%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(45,23,0,12)
C45M23Y0K12 
(45%,23%,0%,12%)
(0.45/0.23/0.00/0.12)	

CMYK percentages

%44.89
%22.67
%0
%11.76

Codes

Color #7CAEE1 in popluar color models

7CAEE1
RGB124174225
HSL210°62.73%68.43%
HSB/HSV210°44.89%88.24%
CMYK44.89%22.67%0.00%
11.76%

Color #7CAEE1 in popluar number systems.

HEX7CAEE1
Decimal124174225
Binary11111001010111011100001
Octal174256341

Shades and tints

Shades of #7CAEE1

#7CAEE1
(124,174,225)
#719FCD
(113,159,205)
#6690B9
(102,144,185)
#5B81A5
(91,129,165)
#507291
(80,114,145)
#45637D
(69,99,125)
#3A5469
(58,84,105)
#2F4555
(47,69,85)
#243641
(36,54,65)
#19272D
(25,39,45)
#0E1819
(14,24,25)
#000000
(0,0,0)

Tints of #7CAEE1

#7CAEE1
(124,174,225)
#87B5E3
(135,181,227)
#92BCE5
(146,188,229)
#9DC3E7
(157,195,231)
#A8CAE9
(168,202,233)
#B3D1EB
(179,209,235)
#BED8ED
(190,216,237)
#C9DFEF
(201,223,239)
#D4E6F1
(212,230,241)
#DFEDF3
(223,237,243)
#EAF4F5
(234,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7CAEE1; }

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

This text font color is #7CAEE1.


Background Color

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

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

This div background color is #7CAEE1.


Border color

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

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

This div border color is #7CAEE1.


Opacity

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

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

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

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

This text has shadow with #7CAEE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7CAEE1 on black background.


Color preview on white background

This text has color #7CAEE1 on white background.



Black color preview on #7CAEE1 background

This text has black color on #7CAEE1 background.


White color preview on #7CAEE1 background

This text has white color on #7CAEE1 background.