COLOR #7CA4D2

HEX: #7CA4D2
RGB: (124,164,210)

Color info

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

RGB color model

#7CA4D2 color RGB value is (124,164,210).

  • red value is 124;
  • green value is 164;
  • blue value is 210.
RGB:
(124,164,210)
(49%,64%,82%)

RGB channels and saturation

R 124 of 255 = 49%
G 164 of 255 = 64%
B 210 of 255 = 82%

124
164
210

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

Portions of RGB colors in percentages

R + G + B =
124 + 164 + 210 = 498 (100%)
R 124 of 498 ~ 24.9%
G 164 of 498 ~ 32.93%
B 210 of 498 ~ 42.17%

%24.9
%32.93
%42.17

CMYK color model

#7CA4D2 color CMYK value is (41,22,0,18).

  • cyan value is 40.95%
  • magenta value is 21.90%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(41,22,0,18)
C41M22Y0K18 
(41%,22%,0%,18%)
(0.41/0.22/0.00/0.18)	

CMYK percentages

%40.95
%21.9
%0
%17.65

Codes

Color #7CA4D2 in popluar color models

7CA4D2
RGB124164210
HSL212°48.86%65.49%
HSB/HSV212°40.95%82.35%
CMYK40.95%21.90%0.00%
17.65%

Color #7CA4D2 in popluar number systems.

HEX7CA4D2
Decimal124164210
Binary11111001010010011010010
Octal174244322

Shades and tints

Shades of #7CA4D2

#7CA4D2
(124,164,210)
#7196BF
(113,150,191)
#6688AC
(102,136,172)
#5B7A99
(91,122,153)
#506C86
(80,108,134)
#455E73
(69,94,115)
#3A5060
(58,80,96)
#2F424D
(47,66,77)
#24343A
(36,52,58)
#192627
(25,38,39)
#0E1814
(14,24,20)
#000000
(0,0,0)

Tints of #7CA4D2

#7CA4D2
(124,164,210)
#87ACD6
(135,172,214)
#92B4DA
(146,180,218)
#9DBCDE
(157,188,222)
#A8C4E2
(168,196,226)
#B3CCE6
(179,204,230)
#BED4EA
(190,212,234)
#C9DCEE
(201,220,238)
#D4E4F2
(212,228,242)
#DFECF6
(223,236,246)
#EAF4FA
(234,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7CA4D2; }

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

This text font color is #7CA4D2.


Background Color

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

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

This div background color is #7CA4D2.


Border color

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

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

This div border color is #7CA4D2.


Opacity

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

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

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

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

This text has shadow with #7CA4D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7CA4D2 on black background.


Color preview on white background

This text has color #7CA4D2 on white background.



Black color preview on #7CA4D2 background

This text has black color on #7CA4D2 background.


White color preview on #7CA4D2 background

This text has white color on #7CA4D2 background.