COLOR #7CA6DE

HEX: #7CA6DE
RGB: (124,166,222)

Color info

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

RGB color model

#7CA6DE color RGB value is (124,166,222).

  • red value is 124;
  • green value is 166;
  • blue value is 222.
RGB:
(124,166,222)
(49%,65%,87%)

RGB channels and saturation

R 124 of 255 = 49%
G 166 of 255 = 65%
B 222 of 255 = 87%

124
166
222

R + G + B ~ 67%. #7CA6DE is quite light color.

Portions of RGB colors in percentages

R + G + B =
124 + 166 + 222 = 512 (100%)
R 124 of 512 ~ 24.22%
G 166 of 512 ~ 32.42%
B 222 of 512 ~ 43.36%

%24.22
%32.42
%43.36

CMYK color model

#7CA6DE color CMYK value is (44,25,0,13).

  • cyan value is 44.14%
  • magenta value is 25.23%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(44,25,0,13)
C44M25Y0K13 
(44%,25%,0%,13%)
(0.44/0.25/0.00/0.13)	

CMYK percentages

%44.14
%25.23
%0
%12.94

Codes

Color #7CA6DE in popluar color models

7CA6DE
RGB124166222
HSL214°59.76%67.84%
HSB/HSV214°44.14%87.06%
CMYK44.14%25.23%0.00%
12.94%

Color #7CA6DE in popluar number systems.

HEX7CA6DE
Decimal124166222
Binary11111001010011011011110
Octal174246336

Shades and tints

Shades of #7CA6DE

#7CA6DE
(124,166,222)
#7197CA
(113,151,202)
#6688B6
(102,136,182)
#5B79A2
(91,121,162)
#506A8E
(80,106,142)
#455B7A
(69,91,122)
#3A4C66
(58,76,102)
#2F3D52
(47,61,82)
#242E3E
(36,46,62)
#191F2A
(25,31,42)
#0E1016
(14,16,22)
#000000
(0,0,0)

Tints of #7CA6DE

#7CA6DE
(124,166,222)
#87AEE1
(135,174,225)
#92B6E4
(146,182,228)
#9DBEE7
(157,190,231)
#A8C6EA
(168,198,234)
#B3CEED
(179,206,237)
#BED6F0
(190,214,240)
#C9DEF3
(201,222,243)
#D4E6F6
(212,230,246)
#DFEEF9
(223,238,249)
#EAF6FC
(234,246,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7CA6DE color. Also use rgb(124,166,222) instead hex code.

Text Font Color

.myTextColor { color: #7CA6DE; }

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

This text font color is #7CA6DE.


Background Color

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

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

This div background color is #7CA6DE.


Border color

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

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

This div border color is #7CA6DE.


Opacity

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

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

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

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

This text has shadow with #7CA6DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7CA6DE on black background.


Color preview on white background

This text has color #7CA6DE on white background.



Black color preview on #7CA6DE background

This text has black color on #7CA6DE background.


White color preview on #7CA6DE background

This text has white color on #7CA6DE background.