COLOR #7CA1DC

HEX: #7CA1DC
RGB: (124,161,220)

Color info

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

RGB color model

#7CA1DC color RGB value is (124,161,220).

  • red value is 124;
  • green value is 161;
  • blue value is 220.
RGB:
(124,161,220)
(49%,63%,86%)

RGB channels and saturation

R 124 of 255 = 49%
G 161 of 255 = 63%
B 220 of 255 = 86%

124
161
220

R + G + B ~ 66%. #7CA1DC is quite light color.

Portions of RGB colors in percentages

R + G + B =
124 + 161 + 220 = 505 (100%)
R 124 of 505 ~ 24.55%
G 161 of 505 ~ 31.88%
B 220 of 505 ~ 43.56%

%24.55
%31.88
%43.56

CMYK color model

#7CA1DC color CMYK value is (44,27,0,14).

  • cyan value is 43.64%
  • magenta value is 26.82%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(44,27,0,14)
C44M27Y0K14 
(44%,27%,0%,14%)
(0.44/0.27/0.00/0.14)	

CMYK percentages

%43.64
%26.82
%0
%13.73

Codes

Color #7CA1DC in popluar color models

7CA1DC
RGB124161220
HSL217°57.83%67.45%
HSB/HSV217°43.64%86.27%
CMYK43.64%26.82%0.00%
13.73%

Color #7CA1DC in popluar number systems.

HEX7CA1DC
Decimal124161220
Binary11111001010000111011100
Octal174241334

Shades and tints

Shades of #7CA1DC

#7CA1DC
(124,161,220)
#7193C8
(113,147,200)
#6685B4
(102,133,180)
#5B77A0
(91,119,160)
#50698C
(80,105,140)
#455B78
(69,91,120)
#3A4D64
(58,77,100)
#2F3F50
(47,63,80)
#24313C
(36,49,60)
#192328
(25,35,40)
#0E1514
(14,21,20)
#000000
(0,0,0)

Tints of #7CA1DC

#7CA1DC
(124,161,220)
#87A9DF
(135,169,223)
#92B1E2
(146,177,226)
#9DB9E5
(157,185,229)
#A8C1E8
(168,193,232)
#B3C9EB
(179,201,235)
#BED1EE
(190,209,238)
#C9D9F1
(201,217,241)
#D4E1F4
(212,225,244)
#DFE9F7
(223,233,247)
#EAF1FA
(234,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7CA1DC color. Also use rgb(124,161,220) instead hex code.

Text Font Color

.myTextColor { color: #7CA1DC; }

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

This text font color is #7CA1DC.


Background Color

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

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

This div background color is #7CA1DC.


Border color

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

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

This div border color is #7CA1DC.


Opacity

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

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

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

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

This text has shadow with #7CA1DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7CA1DC on black background.


Color preview on white background

This text has color #7CA1DC on white background.



Black color preview on #7CA1DC background

This text has black color on #7CA1DC background.


White color preview on #7CA1DC background

This text has white color on #7CA1DC background.