COLOR #7CA8CF

HEX: #7CA8CF
RGB: (124,168,207)

Color info

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

RGB color model

#7CA8CF color RGB value is (124,168,207).

  • red value is 124;
  • green value is 168;
  • blue value is 207.
RGB:
(124,168,207)
(49%,66%,81%)

RGB channels and saturation

R 124 of 255 = 49%
G 168 of 255 = 66%
B 207 of 255 = 81%

124
168
207

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

Portions of RGB colors in percentages

R + G + B =
124 + 168 + 207 = 499 (100%)
R 124 of 499 ~ 24.85%
G 168 of 499 ~ 33.67%
B 207 of 499 ~ 41.48%

%24.85
%33.67
%41.48

CMYK color model

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

  • cyan value is 40.10%
  • magenta value is 18.84%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(40,19,0,19)
C40M19Y0K19 
(40%,19%,0%,19%)
(0.40/0.19/0.00/0.19)	

CMYK percentages

%40.1
%18.84
%0
%18.82

Codes

Color #7CA8CF in popluar color models

7CA8CF
RGB124168207
HSL208°46.37%64.90%
HSB/HSV208°40.10%81.18%
CMYK40.10%18.84%0.00%
18.82%

Color #7CA8CF in popluar number systems.

HEX7CA8CF
Decimal124168207
Binary11111001010100011001111
Octal174250317

Shades and tints

Shades of #7CA8CF

#7CA8CF
(124,168,207)
#7199BD
(113,153,189)
#668AAB
(102,138,171)
#5B7B99
(91,123,153)
#506C87
(80,108,135)
#455D75
(69,93,117)
#3A4E63
(58,78,99)
#2F3F51
(47,63,81)
#24303F
(36,48,63)
#19212D
(25,33,45)
#0E121B
(14,18,27)
#000000
(0,0,0)

Tints of #7CA8CF

#7CA8CF
(124,168,207)
#87AFD3
(135,175,211)
#92B6D7
(146,182,215)
#9DBDDB
(157,189,219)
#A8C4DF
(168,196,223)
#B3CBE3
(179,203,227)
#BED2E7
(190,210,231)
#C9D9EB
(201,217,235)
#D4E0EF
(212,224,239)
#DFE7F3
(223,231,243)
#EAEEF7
(234,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7CA8CF; }

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

This text font color is #7CA8CF.


Background Color

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

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

This div background color is #7CA8CF.


Border color

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

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

This div border color is #7CA8CF.


Opacity

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

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

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

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

This text has shadow with #7CA8CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7CA8CF on black background.


Color preview on white background

This text has color #7CA8CF on white background.



Black color preview on #7CA8CF background

This text has black color on #7CA8CF background.


White color preview on #7CA8CF background

This text has white color on #7CA8CF background.