COLOR #7CA3CF

HEX: #7CA3CF RGB: (124,163,207)

Color info

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

RGB color model

#7CA3CF color RGB value is (124,163,207).

RGB: (124,163,207) (49%, 64%, 81%)

RGB channels and saturation

R 124 of 255 = 49%
G 163 of 255 = 64%
B 207 of 255 = 81%

124
163
207

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

Portions of RGB colors in percentages

R + G + B = 124 + 163 + 207 = 494 (100%)
R 124 of 494 ~ 25.1%
G 163 of 494 ~ 33%
B 207 of 494 ~ 41.9'%

%25.1
%33
%41.9

CMYK color model

#7CA3CF color CMYK value is (40,21,0,19).

  • cyan value is 40.10%
  • magenta value is 21.26%
  • yellow value is 0.00%
  • key color value is 18.82%

CMYK: (40,21,0,19)
C40M21Y0K19 (40%, 21%, 0%, 19%)
(0.40 / 0.21 / 0.00 / 0.19)

CMYK percentages

%40.1
%21.26
%0
%18.82

Codes

Color #7CA3CF in popluar color models

7C A3 CF
RGB 124 163 207
HSL 212° 46.37% 64.90%
HSB/HSV 212° 40.10% 81.18%
CMYK 40.10% 21.26% 0.00%
18.82%

Color #7CA3CF in popluar number systems.

HEX 7C A3 CF
Decimal 124 163 207
Binary 1111100 10100011 11001111
Octal 174 243 317

Shades and tints

Shades of #7CA3CF

#7CA3CF
(124,163,207)
#7195BD
(113,149,189)
#6687AB
(102,135,171)
#5B7999
(91,121,153)
#506B87
(80,107,135)
#455D75
(69,93,117)
#3A4F63
(58,79,99)
#2F4151
(47,65,81)
#24333F
(36,51,63)
#19252D
(25,37,45)
#0E171B
(14,23,27)
#000000
(0,0,0)

Tints of #7CA3CF

#7CA3CF
(124,163,207)
#87ABD3
(135,171,211)
#92B3D7
(146,179,215)
#9DBBDB
(157,187,219)
#A8C3DF
(168,195,223)
#B3CBE3
(179,203,227)
#BED3E7
(190,211,231)
#C9DBEB
(201,219,235)
#D4E3EF
(212,227,239)
#DFEBF3
(223,235,243)
#EAF3F7
(234,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7CA3CF color. Also use rgb(124,163,207) instead hex code.

Text Font Color

.myTextColor { color: #7CA3CF; }

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

This text font color is #7CA3CF.

Background Color

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

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

This div background color is #7CA3CF.

Border color

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

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

This div border color is #7CA3CF.

Opacity

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

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

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

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

This text has shadow with #7CA3CF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7CA3CF.

Preview

Color preview on black background

This text has color #7CA3CF on black background.


Color preview on white background

This text has color #7CA3CF on white background.


Black color preview on #7CA3CF background

This text has black color on #7CA3CF background.


White color preview on #7CA3CF background

This text has white color on #7CA3CF background.


Related colors

Complementary color

Complementary color for #hex is #835C30.


I love getcolorcode.com

Triadic colors

1 #CF7CA3 and #A3CF7C with #7CA3CF are triadic colors.

2 #CFA37C and #A37CCF with #7CA3CF are triadic colors.