COLOR #7CA4CE

HEX: #7CA4CE RGB: (124,164,206)

Color info

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

RGB color model

#7CA4CE color RGB value is (124,164,206).

RGB: (124,164,206) (49%, 64%, 81%)

RGB channels and saturation

R 124 of 255 = 49%
G 164 of 255 = 64%
B 206 of 255 = 81%

124
164
206

R + G + B ~ 65%. #7CA4CE is quite light color.

Portions of RGB colors in percentages

R + G + B = 124 + 164 + 206 = 494 (100%)
R 124 of 494 ~ 25.1%
G 164 of 494 ~ 33.2%
B 206 of 494 ~ 41.7'%

%25.1
%33.2
%41.7

CMYK color model

#7CA4CE color CMYK value is (40,20,0,19).

  • cyan value is 39.81%
  • magenta value is 20.39%
  • yellow value is 0.00%
  • key color value is 19.22%

CMYK: (40,20,0,19)
C40M20Y0K19 (40%, 20%, 0%, 19%)
(0.40 / 0.20 / 0.00 / 0.19)

CMYK percentages

%39.81
%20.39
%0
%19.22

Codes

Color #7CA4CE in popluar color models

7C A4 CE
RGB 124 164 206
HSL 211° 45.56% 64.71%
HSB/HSV 211° 39.81% 80.78%
CMYK 39.81% 20.39% 0.00%
19.22%

Color #7CA4CE in popluar number systems.

HEX 7C A4 CE
Decimal 124 164 206
Binary 1111100 10100100 11001110
Octal 174 244 316

Shades and tints

Shades of #7CA4CE

#7CA4CE
(124,164,206)
#7196BC
(113,150,188)
#6688AA
(102,136,170)
#5B7A98
(91,122,152)
#506C86
(80,108,134)
#455E74
(69,94,116)
#3A5062
(58,80,98)
#2F4250
(47,66,80)
#24343E
(36,52,62)
#19262C
(25,38,44)
#0E181A
(14,24,26)
#000000
(0,0,0)

Tints of #7CA4CE

#7CA4CE
(124,164,206)
#87ACD2
(135,172,210)
#92B4D6
(146,180,214)
#9DBCDA
(157,188,218)
#A8C4DE
(168,196,222)
#B3CCE2
(179,204,226)
#BED4E6
(190,212,230)
#C9DCEA
(201,220,234)
#D4E4EE
(212,228,238)
#DFECF2
(223,236,242)
#EAF4F6
(234,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7CA4CE; }

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

This text font color is #7CA4CE.

Background Color

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

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

This div background color is #7CA4CE.

Border color

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

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

This div border color is #7CA4CE.

Opacity

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

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

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

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

This text has shadow with #7CA4CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7CA4CE.

Preview

Color preview on black background

This text has color #7CA4CE on black background.


Color preview on white background

This text has color #7CA4CE on white background.


Black color preview on #7CA4CE background

This text has black color on #7CA4CE background.


White color preview on #7CA4CE background

This text has white color on #7CA4CE background.


Related colors

Complementary color

Complementary color for #hex is #835B31.


I love getcolorcode.com

Triadic colors

1 #CE7CA4 and #A4CE7C with #7CA4CE are triadic colors.

2 #CEA47C and #A47CCE with #7CA4CE are triadic colors.