COLOR #7CACE0

HEX: #7CACE0
RGB: (124,172,224)

Color info

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

RGB color model

#7CACE0 color RGB value is (124,172,224).

  • red value is 124;
  • green value is 172;
  • blue value is 224.
RGB:
(124,172,224)
(49%,67%,88%)

RGB channels and saturation

R 124 of 255 = 49%
G 172 of 255 = 67%
B 224 of 255 = 88%

124
172
224

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

Portions of RGB colors in percentages

R + G + B =
124 + 172 + 224 = 520 (100%)
R 124 of 520 ~ 23.85%
G 172 of 520 ~ 33.08%
B 224 of 520 ~ 43.08%

%23.85
%33.08
%43.08

CMYK color model

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

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

CMYK percentages

%44.64
%23.21
%0
%12.16

Codes

Color #7CACE0 in popluar color models

7CACE0
RGB124172224
HSL211°61.73%68.24%
HSB/HSV211°44.64%87.84%
CMYK44.64%23.21%0.00%
12.16%

Color #7CACE0 in popluar number systems.

HEX7CACE0
Decimal124172224
Binary11111001010110011100000
Octal174254340

Shades and tints

Shades of #7CACE0

#7CACE0
(124,172,224)
#719DCC
(113,157,204)
#668EB8
(102,142,184)
#5B7FA4
(91,127,164)
#507090
(80,112,144)
#45617C
(69,97,124)
#3A5268
(58,82,104)
#2F4354
(47,67,84)
#243440
(36,52,64)
#19252C
(25,37,44)
#0E1618
(14,22,24)
#000000
(0,0,0)

Tints of #7CACE0

#7CACE0
(124,172,224)
#87B3E2
(135,179,226)
#92BAE4
(146,186,228)
#9DC1E6
(157,193,230)
#A8C8E8
(168,200,232)
#B3CFEA
(179,207,234)
#BED6EC
(190,214,236)
#C9DDEE
(201,221,238)
#D4E4F0
(212,228,240)
#DFEBF2
(223,235,242)
#EAF2F4
(234,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7CACE0 color. Also use rgb(124,172,224) instead hex code.

Text Font Color

.myTextColor { color: #7CACE0; }

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

This text font color is #7CACE0.


Background Color

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

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

This div background color is #7CACE0.


Border color

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

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

This div border color is #7CACE0.


Opacity

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

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

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

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

This text has shadow with #7CACE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7CACE0 on black background.


Color preview on white background

This text has color #7CACE0 on white background.



Black color preview on #7CACE0 background

This text has black color on #7CACE0 background.


White color preview on #7CACE0 background

This text has white color on #7CACE0 background.