COLOR #7CA4C1

HEX: #7CA4C1
RGB: (124,164,193)

Color info

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

RGB color model

#7CA4C1 color RGB value is (124,164,193).

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

RGB channels and saturation

R 124 of 255 = 49%
G 164 of 255 = 64%
B 193 of 255 = 76%

124
164
193

R + G + B ~ 63%. #7CA4C1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
124 + 164 + 193 = 481 (100%)
R 124 of 481 ~ 25.78%
G 164 of 481 ~ 34.1%
B 193 of 481 ~ 40.12%

%25.78
%34.1
%40.12

CMYK color model

#7CA4C1 color CMYK value is (36,15,0,24).

  • cyan value is 35.75%
  • magenta value is 15.03%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK:
(36,15,0,24)
C36M15Y0K24 
(36%,15%,0%,24%)
(0.36/0.15/0.00/0.24)	

CMYK percentages

%35.75
%15.03
%0
%24.31

Codes

Color #7CA4C1 in popluar color models

7CA4C1
RGB124164193
HSL205°35.75%62.16%
HSB/HSV205°35.75%75.69%
CMYK35.75%15.03%0.00%
24.31%

Color #7CA4C1 in popluar number systems.

HEX7CA4C1
Decimal124164193
Binary11111001010010011000001
Octal174244301

Shades and tints

Shades of #7CA4C1

#7CA4C1
(124,164,193)
#7196B0
(113,150,176)
#66889F
(102,136,159)
#5B7A8E
(91,122,142)
#506C7D
(80,108,125)
#455E6C
(69,94,108)
#3A505B
(58,80,91)
#2F424A
(47,66,74)
#243439
(36,52,57)
#192628
(25,38,40)
#0E1817
(14,24,23)
#000000
(0,0,0)

Tints of #7CA4C1

#7CA4C1
(124,164,193)
#87ACC6
(135,172,198)
#92B4CB
(146,180,203)
#9DBCD0
(157,188,208)
#A8C4D5
(168,196,213)
#B3CCDA
(179,204,218)
#BED4DF
(190,212,223)
#C9DCE4
(201,220,228)
#D4E4E9
(212,228,233)
#DFECEE
(223,236,238)
#EAF4F3
(234,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7CA4C1; }

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

This text font color is #7CA4C1.


Background Color

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

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

This div background color is #7CA4C1.


Border color

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

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

This div border color is #7CA4C1.


Opacity

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

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

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

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

This text has shadow with #7CA4C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7CA4C1 on black background.


Color preview on white background

This text has color #7CA4C1 on white background.



Black color preview on #7CA4C1 background

This text has black color on #7CA4C1 background.


White color preview on #7CA4C1 background

This text has white color on #7CA4C1 background.